Home
last modified time | relevance | path

Searched refs:shader_info (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c79 struct ac_shader_variant_info *shader_info; member
523 &ctx->shader_info->user_sgprs_locs.shader_data[idx]; in set_loc_shader()
534 &ctx->shader_info->user_sgprs_locs.descriptor_sets[idx]; in set_loc_desc()
551 if (ctx->shader_info->info.needs_multiview_view_index || in needs_view_index_sgpr()
556 …if (ctx->shader_info->info.needs_multiview_view_index || (!ctx->options->key.tes.as_es && ctx->opt… in needs_view_index_sgpr()
560 if (ctx->shader_info->info.needs_multiview_view_index) in needs_view_index_sgpr()
584 ctx->shader_info->info.ps.needs_sample_positions) in allocate_user_sgprs()
595 if (ctx->shader_info->info.cs.uses_grid_size) in allocate_user_sgprs()
599 user_sgpr_info->sgpr_count += ctx->shader_info->info.ps.needs_sample_positions; in allocate_user_sgprs()
603 user_sgpr_info->sgpr_count += ctx->shader_info->info.vs.has_vertex_buffers ? 2 : 0; in allocate_user_sgprs()
[all …]
Dac_nir_to_llvm.h221 struct ac_shader_variant_info *shader_info,
231 struct ac_shader_variant_info *shader_info,
/external/mesa3d/src/compiler/
Dshader_info.h48 typedef struct shader_info { struct
183 } shader_info; typedef
Dmeson.build35 'shader_info.h',
DMakefile.sources11 shader_info.h
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_link.cpp163 unify_interfaces(struct shader_info **infos) in unify_interfaces()
165 struct shader_info *prev_info = NULL; in unify_interfaces()
186 struct shader_info *info) in update_xfb_info()
226 struct shader_info *infos[MESA_SHADER_STAGES] = { 0, }; in brw_link_shader()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline.c573 merge_tess_info(struct shader_info *tes_info, in merge_tess_info()
574 const struct shader_info *tcs_info) in merge_tess_info()
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c1109 struct shader_info info = nir->info; in nir_serialize()
1168 struct shader_info info; in nir_deserialize()
Dnir.h1919 struct shader_info info;
1960 shader_info *si);
Dnir.c36 shader_info *si) in nir_shader_create()
/external/mesa3d/src/compiler/glsl/
Dserialize.cpp1122 shader_info *info) in get_shader_info_and_pointer_sizes()
1124 *s_info_size = sizeof(shader_info); in get_shader_info_and_pointer_sizes()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1818 merge_tess_info(struct shader_info *tes_info, in merge_tess_info()
1819 const struct shader_info *tcs_info) in merge_tess_info()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp960 context->shader_info->GetMaxThreadGroupSize(); in generateWaitcntInstBefore()
/external/mesa3d/src/mesa/main/
Dmtypes.h2083 struct shader_info info;