Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9types.h968 D3DSIO_TEXKILL = 65, enumerator
/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1283 if (!IS_VS && tx->insn.opcode == D3DSIO_TEXKILL) { /* maybe others, too */ in _tx_dst_param()
1397 if (!tx->insn.ndst || !tx->insn.dst[0].shift || tx->insn.opcode == D3DSIO_TEXKILL) in tx_apply_dst0_modifiers()