Searched refs:VARYING_SLOT_PRIMITIVE_ID (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c65 case VARYING_SLOT_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_from_mesa.c67 case VARYING_SLOT_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.h251 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 Dshader_enums.c158 ENUM(VARYING_SLOT_PRIMITIVE_ID),
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c79 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 Dir3_shader.h947 if (k < 0 && fs->inputs[j].slot == VARYING_SLOT_PRIMITIVE_ID) {
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h294 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 Dshader_enums.c209 ENUM(VARYING_SLOT_PRIMITIVE_ID),
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.2.rst86 - radeonsi/nir: Check for VARYING_SLOT_PRIMITIVE_ID not SYSTEM_VALUE
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_shader_info.c402 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 Ddxil_signature.c265 case VARYING_SLOT_PRIMITIVE_ID:
551 case VARYING_SLOT_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp211 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp207 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_pipeline_state.cpp60 case VARYING_SLOT_PRIMITIVE_ID:
H A Dd3d12_nir_passes.c674 primitive_id_var->data.location = VARYING_SLOT_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_geometry.cpp114 location == VARYING_SLOT_PRIMITIVE_ID ||
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_variables.cpp1295 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 Dbuiltin_variables.cpp1162 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 Dsi_shader_nir.c118 if (semantic == VARYING_SLOT_PRIMITIVE_ID)
494 info->output_semantic[info->num_outputs] = VARYING_SLOT_PRIMITIVE_ID;
H A Dsi_shader_llvm_vs.c475 case VARYING_SLOT_PRIMITIVE_ID:
787 outputs[i].semantic = VARYING_SLOT_PRIMITIVE_ID;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_shader_info.c399 case VARYING_SLOT_PRIMITIVE_ID:
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dgen6_gs_visitor.cpp514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.c186 (fs_info && (fs_info->inputs_read & (1ull << VARYING_SLOT_PRIMITIVE_ID)));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dgfx6_gs_visitor.cpp512 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_compiler.c649 case VARYING_SLOT_PRIMITIVE_ID:
698 case VARYING_SLOT_PRIMITIVE_ID:

Completed in 27 milliseconds

12