Searched refs:needs_instance_id (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader.h190 bool needs_instance_id; member in struct:radv_shader_info::__anon685e57830308
H A Dradv_shader_info.c234 info->vs.needs_instance_id = true;
H A Dradv_nir_to_llvm.c3758 if (shader_info->info.vs.needs_instance_id) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c1405 vgpr_comp_cnt = info->vs.needs_instance_id ? 3 : 1;
1409 vgpr_comp_cnt = info->vs.needs_instance_id ? 2 : 1;
1429 vgpr_comp_cnt = info->vs.needs_instance_id ? 2 : 1;
1433 vgpr_comp_cnt = info->vs.needs_instance_id ? 1 : 0;
1439 if (info->vs.needs_instance_id && pdevice->rad_info.chip_class >= GFX10) {
1443 } else if (info->vs.needs_instance_id) {
1493 es_vgpr_comp_cnt = info->vs.needs_instance_id ? 3 : 0;
1529 if (info->vs.needs_instance_id) {
1955 info.vs.needs_instance_id = true;
H A Dradv_shader_info.c176 info->vs.needs_instance_id = true;
359 info->vs.needs_instance_id = true;
625 info->vs.needs_instance_id |= info->vs.has_prolog;
H A Dradv_shader.h254 bool needs_instance_id; member in struct:radv_shader_info::__anonc0b8b2d60608
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst2867 - aco: remove needs_instance_id

Completed in 18 milliseconds