Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c83 #define NINED3DSP_WRITEMASK_0 0x1 macro
1843 dst_ctrx = ureg_writemask(ctr, NINED3DSP_WRITEMASK_0); in DECL_SPECIAL()
1914 ctr = ureg_writemask(tx_get_loopctr(tx, FALSE), NINED3DSP_WRITEMASK_0); in DECL_SPECIAL()
1949 struct ureg_dst dst_ctrx = ureg_writemask(ctr, NINED3DSP_WRITEMASK_0); in DECL_SPECIAL()