Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp326 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture() local
327 …float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPR… in initTexture()
419 bool isProj = functionHasProj(function); in initShaderSources() local
423 int extraCoordComps = isProj ? (is2DProj4 ? 2 : 1) : 0; in initShaderSources()
/external/deqp/framework/randomshaders/
DrsgExpression.cpp1551 bool isProj = m_type == TYPE_TEXTURE2D_PROJ || m_type == TYPE_TEXTURE2D_PROJ_LOD; in createNextChild() local
1552 int coordScalarSize = isProj ? 3 : 2; in createNextChild()
1557 if (isProj) in createNextChild()
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp570 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture() local
573 …float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPR… in initTexture()
747 bool isProj = functionHasProj(function); in initShaderSources() local
754 int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp858 bool isProj = functionHasProj(m_lookupSpec.function); in initTexture() local
861 …float proj = isProj ? 1.0f/m_lookupSpec.minCoord[m_lookupSpec.function == FUNCTION_TEXTUREPR… in initTexture()
1225 bool isProj = functionHasProj(function); in initShaderSources() local
1236 …int extraCoordComps = (isProj ? (is2DProj4 ? 2 : (is1DProj4 ? 3 : 1)) : 0) + (isShadow ? (m_t… in initShaderSources()
2966 const bool isProj = functionHasProj(function); in initShaderSources() local
2973 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()