Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9.hpp265 unsigned int pixelShaderConstantsIDirty; member in D3D9::Direct3DDevice9
DDirect3DDevice9.cpp90 pixelShaderConstantsIDirty = 0; in Direct3DDevice9()
3011 pixelShaderConstantsIDirty = sw::max(startRegister + count, pixelShaderConstantsIDirty); in SetPixelShaderConstantI()
5870 if(pixelShaderConstantsIDirty) in bindShaderConstants()
5872 renderer->setPixelShaderConstantI(0, pixelShaderConstantI[0], pixelShaderConstantsIDirty); in bindShaderConstants()
5878pixelShaderConstantsIDirty = pixelShader->getPixelShader()->dirtyConstantsI; // Shader DEF'ed co… in bindShaderConstants()