Home
last modified time | relevance | path

Searched refs:pixelShaderGradientInstructions (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DCapabilities.hpp457 extern unsigned long pixelShaderGradientInstructions;
DDirect3D9.cpp82 pixelShaderGradientInstructions = 0; in Direct3D9()
93 pixelShaderGradientInstructions = D3DPS20CAPS_GRADIENTINSTRUCTIONS; in Direct3D9()
1563 pixelShaderGradientInstructions | // Gradient instructions are supported. in GetDeviceCaps()
DCapabilities.cpp407 unsigned long pixelShaderGradientInstructions = D3DPS20CAPS_GRADIENTINSTRUCTIONS; variable