Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3D9.cpp1217 unsigned int maximumPixelShader30InstructionSlots = 0; in GetDeviceCaps() local
1222 if(pixelShaderVersion >= D3DPS_VERSION(3, 0)) maximumPixelShader30InstructionSlots = 32768; in GetDeviceCaps()
1589 …caps.MaxPixelShader30InstructionSlots = maximumPixelShader30InstructionSlots; // Maximum number of… in GetDeviceCaps()