Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_dump.c174 case D3DTSS_COLORARG2: return "COLORARG2"; in nine_D3DTSS_to_str()
341 case D3DTSS_COLORARG2: in nine_dump_D3DTSS_value()
Dnine_ff.c1744 (context->ff.tex_stage[s][D3DTSS_COLORARG2] == D3DTA_TEXTURE && in nine_ff_get_ps()
1757 context->ff.tex_stage[s][D3DTSS_COLORARG2] == D3DTA_TEXTURE || in nine_ff_get_ps()
1766 … if (used_c & 0x4) key.ts[s].colorarg2 = context->ff.tex_stage[s][D3DTSS_COLORARG2] & 0x7; in nine_ff_get_ps()
1771 …if (used_c & 0x4) key.colorarg_b4[2] |= ((context->ff.tex_stage[s][D3DTSS_COLORARG2] >> 4) & 0x1) … in nine_ff_get_ps()
1772 …if (used_c & 0x4) key.colorarg_b5[2] |= ((context->ff.tex_stage[s][D3DTSS_COLORARG2] >> 5) & 0x1) … in nine_ff_get_ps()
Dnine_state.c2739 [D3DTSS_COLORARG2] = D3DTA_CURRENT,
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp536 captureTextureStageState(stage, D3DTSS_COLORARG2); in capturePixelTextureStates()
DDirect3DDevice8.cpp2018 SetTextureStageState(i, D3DTSS_COLORARG2, D3DTA_CURRENT); in Reset()
3286 case D3DTSS_COLORARG2: in SetTextureStageState()
/external/swiftshader/include/Direct3D/
Dd3d8types.h442 D3DTSS_COLORARG2 = 3, /* D3DTA_* (texture arg) */ enumerator
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1067 captureTextureStageState(stage, D3DTSS_COLORARG2); in capturePixelTextureStates()
DDirect3DDevice9.cpp2506 SetTextureStageState(i, D3DTSS_COLORARG2, D3DTA_CURRENT); in Reset()
4658 case D3DTSS_COLORARG2: in SetTextureStageState()
/external/mesa3d/include/D3D9/
Dd3d9types.h1182 D3DTSS_COLORARG2 = 3, enumerator