Searched refs:cgt (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c1714 struct ureg_dst cgt; local in function:DECL_SPECIAL
1730 cgt = tx_scratch(tx);
1735 ureg_SGT(tx->ureg, cgt, cnd, ureg_imm1f(tx->ureg, 0.5f));
1737 ureg_CMP(tx->ureg, dst, ureg_negate(ureg_src(cgt)),
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c1735 struct ureg_dst cgt; local in function:DECL_SPECIAL
1751 cgt = tx_scratch(tx);
1756 ureg_SGT(tx->ureg, cgt, cnd, ureg_imm1f(tx->ureg, 0.5f));
1758 ureg_CMP(tx->ureg, dst, ureg_negate(ureg_src(cgt)),

Completed in 12 milliseconds