Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DCapabilities.hpp465 extern unsigned long vertexShaderPredication;
DDirect3D9.cpp102 vertexShaderPredication = 0; in Direct3D9()
107 vertexShaderPredication = D3DVS20CAPS_PREDICATION; in Direct3D9()
1557 …caps.VS20Caps.Caps = vertexShaderPredication; // Instruction predication is supported. See… in GetDeviceCaps()
DCapabilities.cpp415 unsigned long vertexShaderPredication = D3DVS20CAPS_PREDICATION; variable