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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c230 case SYSTEM_VALUE_DRAW_ID:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c226 ENUM(SYSTEM_VALUE_DRAW_ID),
H A Dshader_enums.h563 SYSTEM_VALUE_DRAW_ID, enumerator in enum:__anon0f1973a70403
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c278 ENUM(SYSTEM_VALUE_DRAW_ID),
H A Dshader_enums.h675 SYSTEM_VALUE_DRAW_ID, enumerator in enum:__anon671c309a0403
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1136 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 Dbuiltin_variables.cpp1032 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 Dnir.c1829 case SYSTEM_VALUE_DRAW_ID:
1915 return SYSTEM_VALUE_DRAW_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c448 info->uses_drawid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.c2259 case SYSTEM_VALUE_DRAW_ID:
2391 return SYSTEM_VALUE_DRAW_ID;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2895 (BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID) |
2921 BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID))
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp2932 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 Dzink_program.c843 ctx->shader_reads_drawid = BITSET_TEST(zs->nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
H A Dzink_compiler.c336 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 Dnv50_ir_from_nir.cpp1021 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 Dvtn_variables.c966 *location = SYSTEM_VALUE_DRAW_ID;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c1411 *location = SYSTEM_VALUE_DRAW_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c2814 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_DRAW_ID) ||
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1338 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp5767 case SYSTEM_VALUE_DRAW_ID:

Completed in 62 milliseconds