HomeSort by relevance Sort by last modified time
    Searched defs:shader_info (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/
shader_info.h 34 typedef struct shader_info { struct
157 } shader_info; typedef in typeref:struct:shader_info
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 56 struct ac_shader_variant_info *shader_info; member in struct:nir_to_llvm_context
364 set_userdata_location(&ctx->shader_info->user_sgprs_locs.shader_data[idx], sgpr_idx, num_sgprs);
462 ctx->shader_info->num_input_sgprs = 0;
463 ctx->shader_info->num_input_vgprs = 0;
466 ctx->shader_info->num_user_sgprs += llvm_get_type_size(arg_types[i]) / 4;
468 ctx->shader_info->num_input_sgprs = ctx->shader_info->num_user_sgprs;
470 ctx->shader_info->num_input_sgprs += llvm_get_type_size(arg_types[i]) / 4;
474 ctx->shader_info->num_input_vgprs += llvm_get_type_size(arg_types[i]) / 4;
480 set_userdata_location(&ctx->shader_info->user_sgprs_locs.descriptor_sets[i], user_sgpr_idx, 2)
    [all...]

Completed in 112 milliseconds