Searched defs:isProj (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp331 bool isProj = functionHasProj(m_lookupSpec.function); local
332 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
424 bool isProj = functionHasProj(function); local
428 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0;
/external/deqp/framework/randomshaders/
H A DrsgExpression.cpp1521 bool isProj = m_type == TYPE_TEXTURE2D_PROJ || m_type == TYPE_TEXTURE2D_PROJ_LOD; local
1522 int coordScalarSize = isProj ? 3 : 2;
1527 if (isProj)
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp633 bool isProj = functionHasProj(m_lookupSpec.function); local
636 float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPROJ3 ? 2 : 3] : 1.0f;
810 bool isProj = functionHasProj(function); local
817 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0);

Completed in 93 milliseconds