Searched refs:SYSTEM_VALUE_PRIMITIVE_ID (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c258 case SYSTEM_VALUE_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.c236 ENUM(SYSTEM_VALUE_PRIMITIVE_ID),
H A Dshader_enums.h591 SYSTEM_VALUE_PRIMITIVE_ID, enumerator in enum:__anon0f1973a70403
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c399 vs_primitive_regid = ir3_find_sysval_regid(hs, SYSTEM_VALUE_PRIMITIVE_ID);
401 vs_primitive_regid = ir3_find_sysval_regid(gs, SYSTEM_VALUE_PRIMITIVE_ID);
409 hs_reads_primid = VALIDREG(ir3_find_sysval_regid(hs, SYSTEM_VALUE_PRIMITIVE_ID));
410 ds_reads_primid = VALIDREG(ir3_find_sysval_regid(ds, SYSTEM_VALUE_PRIMITIVE_ID));
413 ds_primitive_regid = ir3_find_sysval_regid(ds, SYSTEM_VALUE_PRIMITIVE_ID);
433 gs_reads_primid = VALIDREG(ir3_find_sysval_regid(gs, SYSTEM_VALUE_PRIMITIVE_ID));
H A Dfd6_draw.c184 BITSET_TEST(ds_info->system_values_read, SYSTEM_VALUE_PRIMITIVE_ID) ||
185 (gs_info && BITSET_TEST(gs_info->system_values_read, SYSTEM_VALUE_PRIMITIVE_ID)) ||
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.c292 ENUM(SYSTEM_VALUE_PRIMITIVE_ID),
H A Dshader_enums.h707 SYSTEM_VALUE_PRIMITIVE_ID, enumerator in enum:__anon671c309a0403
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_tcs.cpp397 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID);
H A Dbrw_vec4_gs_visitor.cpp630 BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_gs_visitor.cpp654 (shader->info.system_values_read & (1 << SYSTEM_VALUE_PRIMITIVE_ID)) != 0;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.c189 case SYSTEM_VALUE_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1179 add_system_value(SYSTEM_VALUE_PRIMITIVE_ID, int_t, GLSL_PRECISION_HIGH,
1226 add_system_value(SYSTEM_VALUE_PRIMITIVE_ID, int_t, GLSL_PRECISION_HIGH,
H A Dglsl_to_nir.cpp512 var->data.location = SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1078 add_system_value(SYSTEM_VALUE_PRIMITIVE_ID, int_t, "gl_PrimitiveID");
1109 add_system_value(SYSTEM_VALUE_PRIMITIVE_ID, int_t, "gl_PrimitiveID");
H A Dglsl_to_nir.cpp449 var->data.location = SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c698 ir3_find_sysval_regid(gs, SYSTEM_VALUE_PRIMITIVE_ID) :
701 ir3_find_sysval_regid(hs, SYSTEM_VALUE_PRIMITIVE_ID) :
704 ir3_find_sysval_regid(ds, SYSTEM_VALUE_PRIMITIVE_ID) :
1102 VALIDREG(ir3_find_sysval_regid(shader, SYSTEM_VALUE_PRIMITIVE_ID));
2397 BITSET_TEST(nir[stage]->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.c1861 case SYSTEM_VALUE_PRIMITIVE_ID:
1947 return SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c449 info->uses_primid = BITSET_TEST(nir->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID) ||
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_compiler_nir.c1710 create_sysval_input(ctx, SYSTEM_VALUE_PRIMITIVE_ID, 0x1);
3758 create_sysval_input(ctx, SYSTEM_VALUE_PRIMITIVE_ID, 0x1);
3763 create_sysval_input(ctx, SYSTEM_VALUE_PRIMITIVE_ID, 0x1);
3777 create_sysval_input(ctx, SYSTEM_VALUE_PRIMITIVE_ID, 0x1);
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.c2295 case SYSTEM_VALUE_PRIMITIVE_ID:
2427 return SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c752 SYSTEM_VALUE_PRIMITIVE_ID);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader.c970 BITSET_SET(nir->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID);
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dvtn_variables.c830 *location = SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dvtn_variables.c1287 *location = SYSTEM_VALUE_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_nir_lower_ngg.c1022 bool uses_tess_primitive_id = BITSET_TEST(b->shader->info.system_values_read, SYSTEM_VALUE_PRIMITIVE_ID);

Completed in 54 milliseconds

12