Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_PRIMITIVE_ID (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/compiler/
Dshader_enums.h210 VARYING_SLOT_PRIMITIVE_ID, /* Does not appear in VS */ enumerator
293 #define VARYING_BIT_PRIMITIVE_ID BITFIELD64_BIT(VARYING_SLOT_PRIMITIVE_ID)
Dshader_enums.c155 ENUM(VARYING_SLOT_PRIMITIVE_ID), in gl_varying_slot_name()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c65 case VARYING_SLOT_PRIMITIVE_ID: in tgsi_get_gl_varying_semantic()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1146 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveIDIn"); in generate_gs_special_vars()
1148 var = add_output(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveID"); in generate_gs_special_vars()
1175 var = add_input(VARYING_SLOT_PRIMITIVE_ID, int_t, "gl_PrimitiveID"); in generate_fs_special_vars()
Dglsl_to_nir.cpp351 ir->data.location == VARYING_SLOT_PRIMITIVE_ID) { in visit()
/external/mesa3d/src/compiler/glsl/tests/
Dbuiltin_variable_test.cpp207 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location); in TEST_F()
/external/mesa3d/src/intel/compiler/
Dgen6_gs_visitor.cpp514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; in setup_payload()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c124 return VARYING_SLOT_PRIMITIVE_ID; in tgsi_varying_semantic_to_slot()
164 [VARYING_SLOT_PRIMITIVE_ID] = { TGSI_SEMANTIC_PRIMID, 0 }, in varying_slot_to_tgsi_semantic()
/external/mesa3d/src/compiler/spirv/
Dvtn_variables.c1177 *location = VARYING_SLOT_PRIMITIVE_ID; in vtn_get_builtin_location()
1179 *location = VARYING_SLOT_PRIMITIVE_ID; in vtn_get_builtin_location()
/external/mesa3d/src/mesa/state_tracker/
Dst_program.c734 case VARYING_SLOT_PRIMITIVE_ID: in st_translate_fragment_program()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c5523 i == VARYING_SLOT_PRIMITIVE_ID || i == VARYING_SLOT_LAYER) { in handle_fs_inputs()
5542 if (ctx->input_mask & (1 << VARYING_SLOT_PRIMITIVE_ID)) in handle_fs_inputs()
6097 } else if (i == VARYING_SLOT_PRIMITIVE_ID) { in handle_vs_outputs_post()
6099 outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] = param_count; in handle_vs_outputs_post()
6123 outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID] = param_count; in handle_vs_outputs_post()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c1643 unsigned vs_offset = outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID]; in calculate_ps_inputs()