Home
last modified time | relevance | path

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

/external/mesa3d/include/D3D9/
Dd3d9caps.h267 #define D3DPS20CAPS_ARBITRARYSWIZZLE (1 << 0) macro
/external/swiftshader/src/D3D9/
DCapabilities.cpp406 unsigned long pixelShaderArbitrarySwizzle = D3DPS20CAPS_ARBITRARYSWIZZLE;
DDirect3D9.cpp92 pixelShaderArbitrarySwizzle = D3DPS20CAPS_ARBITRARYSWIZZLE; in Direct3D9()
/external/mesa3d/src/gallium/state_trackers/nine/
Dadapter9.c900 pCaps->PS20Caps.Caps = D3DPS20CAPS_ARBITRARYSWIZZLE | in NineAdapter9_GetDeviceCaps()