| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 65 case VARYING_SLOT_PRIMITIVE_ID:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_from_mesa.c | 67 case VARYING_SLOT_PRIMITIVE_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_enums.h | 251 VARYING_SLOT_PRIMITIVE_ID, /* Does not appear in VS */ enumerator in enum:__anon0f1973a70303 334 #define VARYING_BIT_PRIMITIVE_ID BITFIELD64_BIT(VARYING_SLOT_PRIMITIVE_ID)
|
| H A D | shader_enums.c | 158 ENUM(VARYING_SLOT_PRIMITIVE_ID),
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir_lower_tess.c | 79 return (slot == VARYING_SLOT_PRIMITIVE_ID || 482 case VARYING_SLOT_PRIMITIVE_ID: 597 if (location != VARYING_SLOT_PRIMITIVE_ID) { 616 if (location != VARYING_SLOT_PRIMITIVE_ID) { 679 .location = VARYING_SLOT_PRIMITIVE_ID,
|
| H A D | ir3_shader.h | 947 if (k < 0 && fs->inputs[j].slot == VARYING_SLOT_PRIMITIVE_ID) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_enums.h | 294 VARYING_SLOT_PRIMITIVE_ID, /* Does not appear in VS */ enumerator in enum:__anon671c309a0303 453 #define VARYING_BIT_PRIMITIVE_ID BITFIELD64_BIT(VARYING_SLOT_PRIMITIVE_ID)
|
| H A D | shader_enums.c | 209 ENUM(VARYING_SLOT_PRIMITIVE_ID),
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.3.2.rst | 86 - radeonsi/nir: Check for VARYING_SLOT_PRIMITIVE_ID not SYSTEM_VALUE
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 402 case VARYING_SLOT_PRIMITIVE_ID: 687 idx == VARYING_SLOT_PRIMITIVE_ID || idx == VARYING_SLOT_VIEWPORT || 702 assert(outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] == AC_EXP_PARAM_UNDEFINED); 703 outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] = outinfo->param_exports++;
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 265 case VARYING_SLOT_PRIMITIVE_ID: 551 case VARYING_SLOT_PRIMITIVE_ID:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/ |
| H A D | builtin_variable_test.cpp | 211 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/ |
| H A D | builtin_variable_test.cpp | 207 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_pipeline_state.cpp | 60 case VARYING_SLOT_PRIMITIVE_ID:
|
| H A D | d3d12_nir_passes.c | 674 primitive_id_var->data.location = VARYING_SLOT_PRIMITIVE_ID;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_geometry.cpp | 114 location == VARYING_SLOT_PRIMITIVE_ID ||
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1295 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, GLSL_PRECISION_HIGH, 1298 var = add_output(VARYING_SLOT_PRIMITIVE_ID, int_t, GLSL_PRECISION_HIGH, 1341 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, GLSL_PRECISION_HIGH,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 1162 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveIDIn"); 1164 var = add_output(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveID"); 1191 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveID");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_nir.c | 118 if (semantic == VARYING_SLOT_PRIMITIVE_ID) 494 info->output_semantic[info->num_outputs] = VARYING_SLOT_PRIMITIVE_ID;
|
| H A D | si_shader_llvm_vs.c | 475 case VARYING_SLOT_PRIMITIVE_ID: 787 outputs[i].semantic = VARYING_SLOT_PRIMITIVE_ID;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_shader_info.c | 399 case VARYING_SLOT_PRIMITIVE_ID:
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | gen6_gs_visitor.cpp | 514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 186 (fs_info && (fs_info->inputs_read & (1ull << VARYING_SLOT_PRIMITIVE_ID)));
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | gfx6_gs_visitor.cpp | 512 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_compiler.c | 649 case VARYING_SLOT_PRIMITIVE_ID: 698 case VARYING_SLOT_PRIMITIVE_ID:
|