/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 99 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces() 120 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
|
D | tcuTexture.cpp | 2731 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace() 2738 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace() 2747 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace() 2779 case CUBEFACE_POSITIVE_Z: sc = +rx; tc = -ry; ma = +rz; break; in projectToFace() 2823 …case CUBEFACE_POSITIVE_Z: canonizedCoords = IVec3(coords.x(), size-1-coords.y(), size-1); bre… in remapCubeEdgeCoords() 2845 …return CubeFaceIntCoords(CUBEFACE_POSITIVE_Z, IVec2(canonizedCoords.x(), size-1-canonizedCoords.y(… in remapCubeEdgeCoords() 4177 case CUBEFACE_POSITIVE_Z: return str << "CUBEFACE_POSITIVE_Z"; in operator <<()
|
D | tcuTexture.hpp | 494 CUBEFACE_POSITIVE_Z, enumerator
|
D | tcuTextureUtil.cpp | 1326 case CUBEFACE_POSITIVE_Z: return 4; in getCubeArrayFaceIndex()
|
/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 | 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 | 68 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
|
D | es31fTextureFilteringTests.cpp | 66 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 | 287 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace() 489 tcu::CUBEFACE_POSITIVE_Z, in glslImageFuncZToCubeFace()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 832 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in getGLCubeFace() 847 case GL_TEXTURE_CUBE_MAP_POSITIVE_Z: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromGL()
|
D | gluTextureTestUtil.cpp | 586 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodFromDerivates() 1114 case tcu::CUBEFACE_POSITIVE_Z: texCoord = texCoordPosZ; break; in computeQuadTexCoordCube() 1140 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube() 1183 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCubeArray()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 525 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es2fTextureSpecificationTests.cpp | 312 case tcu::CUBEFACE_POSITIVE_Z: texCoords[fragNdx] = tcu::Vec3( +x, -y, +1.0f); break; in shadeFragments() 406 , m_texCubePosZShader (tcu::CUBEFACE_POSITIVE_Z) in TextureSpecCase()
|
D | es2fTextureCompletenessTests.cpp | 960 …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/texture/ |
D | vktTextureShadowTests.cpp | 521 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | vktTextureFilteringTests.cpp | 524 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 354 tcu::CUBEFACE_POSITIVE_Z, in render()
|
D | es3fTextureShadowTests.cpp | 590 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
D | es3fTextureFilteringTests.cpp | 572 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1350 tcu::CUBEFACE_POSITIVE_Z,
|
D | vktPipelineImageSamplingInstance.cpp | 1312 tcu::CUBEFACE_POSITIVE_Z, in getTextureCubeView()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1392 tcu::CUBEFACE_POSITIVE_Z, in useSampler()
|