Searched refs:ureg_DECL_output_masked (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_ureg.c | 483 ureg_DECL_output_masked(struct ureg_program *ureg, in ureg_DECL_output_masked() function 501 return ureg_DECL_output_masked(ureg, name, index, TGSI_WRITEMASK_XYZW, in ureg_DECL_output() 512 return ureg_DECL_output_masked(ureg, semantic_name, semantic_index, in ureg_DECL_output_array()
|
H A D | tgsi_ureg.h | 245 ureg_DECL_output_masked(struct ureg_program *,
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_shader.c | 1369 ureg_DECL_output_masked(tx->ureg, TGSI_SEMANTIC_POSITION, 0, in _tx_dst_param() 2293 tx->regs.o[sem.reg.idx] = ureg_DECL_output_masked( in DECL_SPECIAL() 2338 ureg_DECL_output_masked(ureg, tgsi.Name, tgsi.Index, sem.reg.mask, in DECL_SPECIAL() 2793 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0, in DECL_SPECIAL() 2894 tx->regs.oDepth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0, in DECL_SPECIAL()
|
H A D | nine_ff.c | 430 oPsz = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_PSIZE, 0, in nine_ff_build_vs()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | ShaderTGSI.c | 1995 sx.output_depth = ureg_DECL_output_masked(ureg, TGSI_SEMANTIC_POSITION, 0, TGSI_WRITEMASK_Z, 0, 1); in Shader_tgsi_translate() 2069 ureg_DECL_output_masked( in Shader_tgsi_translate()
|
Completed in 17 milliseconds