Searched refs:VARYING_SLOT_PRIMITIVE_ID (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/compiler/ |
D | shader_enums.h | 210 VARYING_SLOT_PRIMITIVE_ID, /* Does not appear in VS */ enumerator 293 #define VARYING_BIT_PRIMITIVE_ID BITFIELD64_BIT(VARYING_SLOT_PRIMITIVE_ID)
|
D | shader_enums.c | 155 ENUM(VARYING_SLOT_PRIMITIVE_ID), in gl_varying_slot_name()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_from_mesa.c | 65 case VARYING_SLOT_PRIMITIVE_ID: in tgsi_get_gl_varying_semantic()
|
/external/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 1146 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()
|
D | glsl_to_nir.cpp | 351 ir->data.location == VARYING_SLOT_PRIMITIVE_ID) { in visit()
|
/external/mesa3d/src/compiler/glsl/tests/ |
D | builtin_variable_test.cpp | 207 EXPECT_NE(VARYING_SLOT_PRIMITIVE_ID, var->data.location); in TEST_F()
|
/external/mesa3d/src/intel/compiler/ |
D | gen6_gs_visitor.cpp | 514 attribute_map[VARYING_SLOT_PRIMITIVE_ID] = attributes_per_reg * reg; in setup_payload()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 124 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/ |
D | vtn_variables.c | 1177 *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/ |
D | st_program.c | 734 case VARYING_SLOT_PRIMITIVE_ID: in st_translate_fragment_program()
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 5523 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/ |
D | radv_pipeline.c | 1643 unsigned vs_offset = outinfo->vs_output_param_offset[VARYING_SLOT_PRIMITIVE_ID]; in calculate_ps_inputs()
|