Searched refs:out_stencil (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_simple_shaders.c | 920 struct ureg_dst out, depth, depth_x, stencil, out_depth, out_stencil, color; local in function:util_make_fs_pack_color_zs 1051 out_stencil = ureg_DECL_output(ureg, TGSI_SEMANTIC_STENCIL, 0); 1052 ureg_MOV(ureg, ureg_writemask(out_stencil, TGSI_WRITEMASK_Y),
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_cb_drawpixels.c | 207 struct ureg_dst out_color, out_depth, out_stencil; local in function:make_drawpix_z_stencil_program_tgsi 236 out_stencil = ureg_DECL_output(ureg, TGSI_SEMANTIC_STENCIL, 0); 252 ureg_TEX(ureg, ureg_writemask(out_stencil, TGSI_WRITEMASK_Y),
|
Completed in 5 milliseconds