Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.h84 unsigned gen = (context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] >> 16) + 1; in nine_ff_get_projected_key()
Dnine_dump.c185 case D3DTSS_TEXCOORDINDEX: return "TEXCOORDINDEX"; in nine_D3DTSS_to_str()
361 case D3DTSS_TEXCOORDINDEX: in nine_dump_D3DTSS_value()
Dnine_ff.c1664 unsigned gen = (context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] >> 16) + 1; in nine_ff_get_vs()
1665 unsigned idx = context->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] & 7; in nine_ff_get_vs()
Dnine_state.c2895 [D3DTSS_TEXCOORDINDEX] = 0,
2946 state->ff.tex_stage[s][D3DTSS_TEXCOORDINDEX] = s; in nine_state_set_defaults()
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp544 captureTextureStageState(stage, D3DTSS_TEXCOORDINDEX); in capturePixelTextureStates()
617 captureTextureStageState(stage, D3DTSS_TEXCOORDINDEX); in captureVertexTextureStates()
DDirect3DDevice8.cpp2026 SetTextureStageState(i, D3DTSS_TEXCOORDINDEX, i); in Reset()
3512 case D3DTSS_TEXCOORDINDEX: in SetTextureStageState()
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp1075 captureTextureStageState(stage, D3DTSS_TEXCOORDINDEX); in capturePixelTextureStates()
1181 captureTextureStageState(stage, D3DTSS_TEXCOORDINDEX); in captureVertexTextureStates()
DDirect3DDevice9.cpp2516 SetTextureStageState(i, D3DTSS_TEXCOORDINDEX, i); in Reset()
4895 case D3DTSS_TEXCOORDINDEX: in SetTextureStageState()
/external/swiftshader/include/Direct3D/
Dd3d8types.h450 D3DTSS_TEXCOORDINDEX = 11, /* identifies which set of texture coordinates index this texture */ enumerator
/external/mesa3d/include/D3D9/
Dd3d9types.h1190 D3DTSS_TEXCOORDINDEX = 11, enumerator