/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 87 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces() 108 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
|
D | tcuTexture.cpp | 2397 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 <<()
|
D | tcuTexture.hpp | 456 CUBEFACE_POSITIVE_Z, enumerator
|
D | tcuTextureUtil.cpp | 1196 case CUBEFACE_POSITIVE_Z: return 4; in getCubeArrayFaceIndex()
|
D | tcuTexLookupVerifier.cpp | 2163 case CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 438 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()
|
D | glsTextureTestUtil.cpp | 623 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()
|
D | glsLongStressCase.cpp | 204 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 84 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
|
D | es31fTextureFormatTests.cpp | 60 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
|
D | es31fTextureFilteringTests.cpp | 65 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es31fTextureSpecificationTests.cpp | 94 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
|
D | es31fShaderImageLoadStoreTests.cpp | 286 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace() 481 tcu::CUBEFACE_POSITIVE_Z, in glslImageFuncZToCubeFace()
|
D | es31fNegativeTextureApiTests.cpp | 71 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 827 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/ |
D | es2fTextureSpecificationTests.cpp | 312 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()
|
D | es2fTextureFilteringTests.cpp | 524 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es2fTextureCompletenessTests.cpp | 975 …atch_rgb_rgba_level_0_pos_z", "", IVec2(64, 64), GL_RGB, GL_RGBA, tcu::CUBEFACE_POSITIVE_Z)); in init()
|
D | es2fNegativeTextureApiTests.cpp | 58 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1050 tcu::CUBEFACE_POSITIVE_Z,
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureShadowTests.cpp | 588 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es3fFboColorbufferTests.cpp | 354 tcu::CUBEFACE_POSITIVE_Z, in render()
|
D | es3fTextureFilteringTests.cpp | 551 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es3fNegativeTextureApiTests.cpp | 109 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 128 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()
|