Home
last modified time | relevance | path

Searched refs:VARYING_SLOT_CLIP_VERTEX (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_vertexstageexport.cpp75 output->data.location == VARYING_SLOT_CLIP_VERTEX || in do_process_outputs()
104 output->data.location != VARYING_SLOT_CLIP_VERTEX) in do_process_outputs()
130 case VARYING_SLOT_CLIP_VERTEX: in do_store_output()
310 location != VARYING_SLOT_CLIP_VERTEX) { in scan_store_output()
Dsfn_shader_geometry.cpp111 location == VARYING_SLOT_CLIP_VERTEX || in process_store_output()
156 location == VARYING_SLOT_CLIP_VERTEX || in process_load_input()
/third_party/mesa3d/src/compiler/
Dshader_enums.h289 VARYING_SLOT_CLIP_VERTEX, /* Does not appear in FS */ enumerator
448 #define VARYING_BIT_CLIP_VERTEX BITFIELD64_BIT(VARYING_SLOT_CLIP_VERTEX)
Dshader_enums.c204 ENUM(VARYING_SLOT_CLIP_VERTEX), in gl_varying_slot_name_for_stage()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c116 case VARYING_SLOT_CLIP_VERTEX: in tgsi_get_gl_varying_semantic()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_clip.c188 case VARYING_SLOT_CLIP_VERTEX: in find_clipvertex_and_position_outputs()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c49 outputs & ((1ULL << VARYING_SLOT_CLIP_VERTEX) | in fd3_needs_manual_clipping()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c613 case VARYING_SLOT_CLIP_VERTEX: in si_llvm_build_vs_exports()
Dsi_state_shaders.c2733 semantic != VARYING_SLOT_CLIP_VERTEX && in si_init_shader_selector_async()
2888 semantic != VARYING_SLOT_CLIP_VERTEX) { in si_create_shader_selector()
Dsi_shader.c135 case VARYING_SLOT_CLIP_VERTEX: in si_shader_io_get_unique_index()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_variables.cpp1576 add_varying(VARYING_SLOT_CLIP_VERTEX, vec4_t, "gl_ClipVertex"); in generate_varyings()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h103 case VARYING_SLOT_CLIP_VERTEX: in _mesa_varying_slot_in_fs()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c138 return VARYING_SLOT_CLIP_VERTEX; in tgsi_varying_semantic_to_slot()
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c3591 case VARYING_SLOT_CLIP_VERTEX: in setup_output()