Home
last modified time | relevance | path

Searched refs:CUBEFACE_POSITIVE_Z (Results 1 – 25 of 25) sorted by relevance

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp87 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
108 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
DtcuTexture.cpp2397 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2404 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2413 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2445 case CUBEFACE_POSITIVE_Z: sc = +rx; tc = -ry; ma = +rz; break; in projectToFace()
2489 …case CUBEFACE_POSITIVE_Z: canonizedCoords = IVec3(coords.x(), size-1-coords.y(), size-1); bre… in remapCubeEdgeCoords()
2511 …return CubeFaceIntCoords(CUBEFACE_POSITIVE_Z, IVec2(canonizedCoords.x(), size-1-canonizedCoords.y(… in remapCubeEdgeCoords()
3821 case CUBEFACE_POSITIVE_Z: return str << "CUBEFACE_POSITIVE_Z"; in operator <<()
DtcuTexture.hpp456 CUBEFACE_POSITIVE_Z, enumerator
DtcuTextureUtil.cpp1196 case CUBEFACE_POSITIVE_Z: return 4; in getCubeArrayFaceIndex()
DtcuTexLookupVerifier.cpp2163 case CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp438 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
445 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
964 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
974 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
983 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
DglsTextureTestUtil.cpp623 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodFromDerivates()
1580 case tcu::CUBEFACE_POSITIVE_Z: texCoord = texCoordPosZ; break; in computeQuadTexCoordCube()
1606 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
1649 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCubeArray()
DglsLongStressCase.cpp204 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp84 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fTextureFormatTests.cpp60 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fTextureFilteringTests.cpp65 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des31fTextureSpecificationTests.cpp94 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fShaderImageLoadStoreTests.cpp286 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
481 tcu::CUBEFACE_POSITIVE_Z, in glslImageFuncZToCubeFace()
Des31fNegativeTextureApiTests.cpp71 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp827 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getGLCubeFace()
842 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromGL()
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp312 case tcu::CUBEFACE_POSITIVE_Z: texCoords[fragNdx] = tcu::Vec3( +x, -y, +1.0f); break; in shadeFragments()
404 , m_texCubePosZShader (tcu::CUBEFACE_POSITIVE_Z) in TextureSpecCase()
Des2fTextureFilteringTests.cpp524 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des2fTextureCompletenessTests.cpp975 …atch_rgb_rgba_level_0_pos_z", "", IVec2(64, 64), GL_RGB, GL_RGBA, tcu::CUBEFACE_POSITIVE_Z)); in init()
Des2fNegativeTextureApiTests.cpp58 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1050 tcu::CUBEFACE_POSITIVE_Z,
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp588 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des3fFboColorbufferTests.cpp354 tcu::CUBEFACE_POSITIVE_Z, in render()
Des3fTextureFilteringTests.cpp551 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des3fNegativeTextureApiTests.cpp109 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp128 case Framebuffer::TEXTARGET_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in texTargetToFace()
153 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in mapGLCubeFace()