| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 230 case SYSTEM_VALUE_DRAW_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.c | 226 ENUM(SYSTEM_VALUE_DRAW_ID),
|
| H A D | shader_enums.h | 563 SYSTEM_VALUE_DRAW_ID, enumerator in enum:__anon0f1973a70403
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.c | 278 ENUM(SYSTEM_VALUE_DRAW_ID),
|
| H A D | shader_enums.h | 675 SYSTEM_VALUE_DRAW_ID, enumerator in enum:__anon671c309a0403
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1136 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); 1153 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawIDARB");
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1032 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); 1042 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawIDARB");
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir.c | 1829 case SYSTEM_VALUE_DRAW_ID: 1915 return SYSTEM_VALUE_DRAW_ID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 448 info->uses_drawid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir.c | 2259 case SYSTEM_VALUE_DRAW_ID: 2391 return SYSTEM_VALUE_DRAW_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 2895 (BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID) | 2921 BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID))
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 2932 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID) || 2952 if (BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_program.c | 843 ctx->shader_reads_drawid = BITSET_TEST(zs->nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
|
| H A D | zink_compiler.c | 336 if (!BITSET_TEST(shader->info.system_values_read, SYSTEM_VALUE_DRAW_ID))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 1021 case SYSTEM_VALUE_DRAW_ID: 1548 (nir->info.system_values_read & BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID));
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 966 *location = SYSTEM_VALUE_DRAW_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| H A D | vtn_variables.c | 1411 *location = SYSTEM_VALUE_DRAW_ID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_program.c | 2814 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_DRAW_ID) ||
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_from_nir.cpp | 1338 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 5767 case SYSTEM_VALUE_DRAW_ID:
|