Searched refs:vertexShaderPredication (Results 1 – 3 of 3) sorted by relevance
465 extern unsigned long vertexShaderPredication;
102 vertexShaderPredication = 0; in Direct3D9()107 vertexShaderPredication = D3DVS20CAPS_PREDICATION; in Direct3D9()1557 …caps.VS20Caps.Caps = vertexShaderPredication; // Instruction predication is supported. See… in GetDeviceCaps()
415 unsigned long vertexShaderPredication = D3DVS20CAPS_PREDICATION; variable