Searched refs:SYSTEM_VALUE_DRAW_ID (Results 1 - 16 of 16) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_from_mesa.c | 230 case SYSTEM_VALUE_DRAW_ID: in tgsi_get_sysval_semantic()
|
/third_party/mesa3d/src/compiler/ |
H A D | shader_enums.c | 279 ENUM(SYSTEM_VALUE_DRAW_ID), in gl_system_value_name()
|
H A D | shader_enums.h | 725 SYSTEM_VALUE_DRAW_ID, enumerator
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_mesh.cpp | 215 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in brw_compile_task() 713 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in brw_compile_mesh()
|
H A D | brw_vec4.cpp | 2580 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID) || in brw_compile_vs() 2600 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID)) in brw_compile_vs()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader_info.c | 589 info->vs.needs_draw_id |= BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in radv_nir_shader_info_pass()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_info.c | 640 info->uses_drawid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in si_nir_scan_shader()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | builtin_variables.cpp | 1137 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); in generate_vs_special_vars() 1154 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawIDARB"); in generate_vs_special_vars()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir.c | 2388 case SYSTEM_VALUE_DRAW_ID: in nir_intrinsic_from_system_value() 2530 return SYSTEM_VALUE_DRAW_ID; in nir_system_value_from_intrinsic()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 1036 ctx->shader_reads_drawid = BITSET_TEST(zs->nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in zink_bind_vs_state()
|
H A D | zink_compiler.c | 312 if (!BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_DRAW_ID)) in lower_drawid()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_draw.cpp | 759 SYSTEM_VALUE_DRAW_ID, in update_draw_indirect_with_sysvals()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_variables.c | 976 *location = SYSTEM_VALUE_DRAW_ID; in vtn_get_builtin_location()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 2831 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_DRAW_ID) || in iris_bind_vs_state()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_nir.cpp | 1352 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in parseNIR()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 4138 BITSET_TEST(s->info.system_values_read, SYSTEM_VALUE_DRAW_ID) || in nir_to_spirv()
|
Completed in 45 milliseconds