Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelShader.hpp44 bool isVPosDeclared() const { return vPosDeclared; } in isVPosDeclared() function in sw::PixelShader
DPixelProgram.cpp61 if(shader->isVPosDeclared()) in setBuiltins()
/external/swiftshader/src/Renderer/
DQuadRasterizer.cpp343 …return state.depthTestActive || state.pixelFogActive() || (shader && shader->isVPosDeclared() && f… in interpolateZ()
348 return state.perspective || (shader && shader->isVPosDeclared() && fullPixelPositionRegister); in interpolateW()
DSetupProcessor.cpp74 …bool vPosZW = (context->pixelShader && context->pixelShader->isVPosDeclared() && fullPixelPosition… in update()