Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/spherical/
DProjectionDecoder.java67 meshes = isProj(input) ? parseProj(input) : parseMshp(input); in decode()
87 private static boolean isProj(ParsableByteArray input) { in isProj() method in ProjectionDecoder
/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/angle/src/compiler/translator/
DOutputSPIRV.cpp3017 bool isProj = false; in createImageTextureBuiltIn() local
3077 isProj = true; in createImageTextureBuiltIn()
3114 isProj = true; in createImageTextureBuiltIn()
3160 isProj = true; in createImageTextureBuiltIn()
3180 isProj = true; in createImageTextureBuiltIn()
3198 isProj = true; in createImageTextureBuiltIn()
3214 isProj = true; in createImageTextureBuiltIn()
3405 int drefComponent = isProj ? 2 : coordinatesChannelCount - 1; in createImageTextureBuiltIn()
3514 if (isProj) in createImageTextureBuiltIn()
3574 if (isProj) in createImageTextureBuiltIn()
[all …]
/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/swiftshader/src/Pipeline/
DSpirvShaderImage.cpp243 uint32_t coordinates = coordinate.componentCount - instruction.isProj(); in EmitImageSampleUnconditional()
249 if(instruction.isProj()) in EmitImageSampleUnconditional()
263 if(instruction.isProj()) in EmitImageSampleUnconditional()
DSpirvShader.hpp500 bool isProj() const in isProj() function
/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()
3139 const bool isProj = functionHasProj(function); in initShaderSources() local
3146 const int extraCoordComps = (isProj ? (is2DProj4 ? 2 : 1) : 0) + (isShadow ? 1 : 0); in initShaderSources()