HomeSort by relevance Sort by last modified time
    Searched refs:shader_info (Results 1 - 10 of 10) 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.h 127 struct ac_shader_variant_info *shader_info,
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...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_link.cpp 178 unify_interfaces(struct shader_info **infos)
180 struct shader_info *prev_info = NULL;
205 struct shader_info *infos[MESA_SHADER_STAGES] = { 0, };
brw_nir.c 99 remap_vs_attrs(nir_block *block, shader_info *nir_info)
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 509 merge_tess_info(struct shader_info *tes_info,
510 const struct shader_info *tcs_info)
    [all...]
  /external/mesa3d/src/compiler/nir/
nir.c 36 shader_info *si)
47 shader->info = si ? si : rzalloc(shader, shader_info);
    [all...]
nir.h 40 #include "compiler/shader_info.h"
    [all...]
  /external/mesa3d/src/mesa/program/
prog_to_nir.c 1021 /* Use the shader_info from gl_program rather than the one nir_builder
1024 c->build.shader->info = (shader_info *) &prog->info;
  /external/mesa3d/src/mesa/main/
mtypes.h 46 #include "compiler/shader_info.h"
    [all...]

Completed in 373 milliseconds