HomeSort by: relevance | last modified time | path
    Searched refs:SYSTEM_VALUE_DRAW_ID (Results 1 - 20 of 20) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_from_mesa.c 230 case SYSTEM_VALUE_DRAW_ID:
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_enums.c 226 ENUM(SYSTEM_VALUE_DRAW_ID),
shader_enums.h 563 SYSTEM_VALUE_DRAW_ID,
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_enums.c 278 ENUM(SYSTEM_VALUE_DRAW_ID),
shader_enums.h 675 SYSTEM_VALUE_DRAW_ID,
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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/
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/
nir.c 1829 case SYSTEM_VALUE_DRAW_ID:
1915 return SYSTEM_VALUE_DRAW_ID;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
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/
nir.c 2259 case SYSTEM_VALUE_DRAW_ID:
2391 return SYSTEM_VALUE_DRAW_ID;
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
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.old/dist/src/intel/compiler/
brw_vec4.cpp 2895 (BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID) |
2921 BITFIELD64_BIT(SYSTEM_VALUE_DRAW_ID))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_program.c 843 ctx->shader_reads_drawid = BITSET_TEST(zs->nir->info.system_values_read, SYSTEM_VALUE_DRAW_ID);
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/
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/
vtn_variables.c 966 *location = SYSTEM_VALUE_DRAW_ID;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
vtn_variables.c 1411 *location = SYSTEM_VALUE_DRAW_ID;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_program.c 2814 BITSET_TEST(info->system_values_read, SYSTEM_VALUE_DRAW_ID) ||
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
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/
st_glsl_to_tgsi.cpp 5767 case SYSTEM_VALUE_DRAW_ID:

Completed in 31 milliseconds