Home
last modified time | relevance | path

Searched refs:SYSTEM_VALUE_DRAW_ID (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c230 case SYSTEM_VALUE_DRAW_ID: in tgsi_get_sysval_semantic()
/third_party/mesa3d/src/compiler/
H A Dshader_enums.c279 ENUM(SYSTEM_VALUE_DRAW_ID), in gl_system_value_name()
H A Dshader_enums.h725 SYSTEM_VALUE_DRAW_ID, enumerator
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_mesh.cpp215 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 Dbrw_vec4.cpp2580 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 Dradv_shader_info.c589 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 Dsi_shader_info.c640 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 Dbuiltin_variables.cpp1137 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 Dnir.c2388 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 Dzink_program.c1036 ctx->shader_reads_drawid = BITSET_TEST(zs->nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID); in zink_bind_vs_state()
H A Dzink_compiler.c312 if (!BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_DRAW_ID)) in lower_drawid()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_draw.cpp759 SYSTEM_VALUE_DRAW_ID, in update_draw_indirect_with_sysvals()
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c976 *location = SYSTEM_VALUE_DRAW_ID; in vtn_get_builtin_location()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2831 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_DRAW_ID) || in iris_bind_vs_state()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1352 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 Dnir_to_spirv.c4138 BITSET_TEST(s->info.system_values_read, SYSTEM_VALUE_DRAW_ID) || in nir_to_spirv()

Completed in 54 milliseconds