Home
last modified time | relevance | path

Searched refs:TGSI_SEMANTIC_CLIPVERTEX (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c117 *semantic_name = TGSI_SEMANTIC_CLIPVERTEX; in tgsi_get_gl_varying_semantic()
Dtgsi_scan.c770 case TGSI_SEMANTIC_CLIPVERTEX: in scan_declaration()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs.c99 else if (vs->info.output_semantic_name[i] == TGSI_SEMANTIC_CLIPVERTEX && in draw_create_vertex_shader()
Ddraw_tess.c565 if (tes->info.output_semantic_name[i] == TGSI_SEMANTIC_CLIPVERTEX && in draw_create_tess_eval_shader()
Ddraw_pipe_clip.c749 semantic_name == TGSI_SEMANTIC_CLIPVERTEX) { in find_interp()
Ddraw_gs.c853 if (gs->info.output_semantic_name[i] == TGSI_SEMANTIC_CLIPVERTEX && in draw_create_geometry_shader()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_vs.c88 case TGSI_SEMANTIC_CLIPVERTEX: in r300_shader_read_vs_outputs()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h174 TGSI_SEMANTIC_CLIPVERTEX, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi.c343 case TGSI_SEMANTIC_CLIPVERTEX: in svga_tgsi_to_gl_varying_semantic()
Dsvga_tgsi_decl_sm30.c76 case TGSI_SEMANTIC_CLIPVERTEX: in translate_vs_ps_semantic()
Dsvga_tgsi_vgpu10.c1309 else if (sem_name == TGSI_SEMANTIC_CLIPVERTEX && in emit_dst_register()
1468 else if (sem_name == TGSI_SEMANTIC_CLIPVERTEX && in emit_dst_register()
4203 case TGSI_SEMANTIC_CLIPVERTEX: in emit_vertex_output_declaration()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c54 case TGSI_SEMANTIC_CLIPVERTEX: return 0x270; in nvc0_shader_input_address()
83 case TGSI_SEMANTIC_CLIPVERTEX: return 0x270; in nvc0_shader_output_address()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_tgsi.c120 case TGSI_SEMANTIC_CLIPVERTEX: in virgl_tgsi_transform_declaration()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c712 case TGSI_SEMANTIC_CLIPVERTEX: in nir_tgsi_scan_shader()
Dtgsi_to_nir.c138 case TGSI_SEMANTIC_CLIPVERTEX: in tgsi_varying_semantic_to_slot()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c1119 case TGSI_SEMANTIC_CLIPVERTEX: in util_make_tess_ctrl_passthrough_shader()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader.cpp82 case TGSI_SEMANTIC_CLIPVERTEX: in set_sid()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c812 case TGSI_SEMANTIC_CLIPVERTEX: in nvfx_vertprog_parse_decl_output()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c747 case TGSI_SEMANTIC_CLIPVERTEX: in r600_get_lds_unique_index()
1161 case TGSI_SEMANTIC_CLIPVERTEX: in tgsi_declaration()
2715 if (out->name == TGSI_SEMANTIC_CLIPVERTEX) in generate_gs_copy_shader()
4162 case TGSI_SEMANTIC_CLIPVERTEX: in r600_shader_from_tgsi()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_ff.c1054 struct ureg_dst clipVect = ureg_DECL_output(ureg, TGSI_SEMANTIC_CLIPVERTEX, 0); in nine_ff_build_vs()
Dnine_shader.c2224 case TGSI_SEMANTIC_CLIPVERTEX: in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_nir.cpp1125 case TGSI_SEMANTIC_CLIPVERTEX: in assignSlots()
Dnv50_ir_from_tgsi.cpp1354 case TGSI_SEMANTIC_CLIPVERTEX: in scanDeclaration()