/external/deqp/framework/common/ |
D | tcuTexVerifierUtil.cpp | 94 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces() 114 faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
|
D | tcuTexture.cpp | 2729 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace() 2745 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace() 2754 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace() 2777 case CUBEFACE_POSITIVE_Y: sc = +rx; tc = +rz; ma = +ry; break; in projectToFace() 2821 case CUBEFACE_POSITIVE_Y: canonizedCoords = IVec3(coords.x(), size-1, coords.y()); break; in remapCubeEdgeCoords() 2839 return CubeFaceIntCoords(CUBEFACE_POSITIVE_Y, IVec2(canonizedCoords.x(), canonizedCoords.z())); in remapCubeEdgeCoords() 4175 case CUBEFACE_POSITIVE_Y: return str << "CUBEFACE_POSITIVE_Y"; in operator <<()
|
D | tcuTexture.hpp | 492 CUBEFACE_POSITIVE_Y, enumerator
|
D | tcuTextureUtil.cpp | 1324 case CUBEFACE_POSITIVE_Y: return 2; in getCubeArrayFaceIndex()
|
/external/deqp/modules/glshared/ |
D | glsSamplerObjectTest.cpp | 437 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0); in createTextureCube() 444 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Y), tcu::Vec4(0.… in createTextureCube() 963 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0); in createTextureCube() 973 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Y), tcu::Vec4(0.… in createTextureCube() 982 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Y), tcu::Vec4(0.… in createTextureCube()
|
D | glsLongStressCase.cpp | 202 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboColorbufferTests.cpp | 82 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
|
D | es31fTextureFormatTests.cpp | 66 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
|
D | es31fTextureFilteringTests.cpp | 64 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
|
D | es31fTextureSpecificationTests.cpp | 92 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
|
D | es31fShaderImageLoadStoreTests.cpp | 285 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace() 487 tcu::CUBEFACE_POSITIVE_Y, in glslImageFuncZToCubeFace()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 830 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in getGLCubeFace() 845 case GL_TEXTURE_CUBE_MAP_POSITIVE_Y: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromGL()
|
D | gluTextureTestUtil.cpp | 584 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodFromDerivates() 1112 case tcu::CUBEFACE_POSITIVE_Y: texCoord = texCoordPosY; break; in computeQuadTexCoordCube() 1138 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube() 1181 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCubeArray()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 509 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 500 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureFilteringTests.cpp | 523 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
|
D | es2fTextureSpecificationTests.cpp | 310 case tcu::CUBEFACE_POSITIVE_Y: texCoords[fragNdx] = tcu::Vec3( +x, +1.0f, +y); break; in shadeFragments() 404 , m_texCubePosYShader (tcu::CUBEFACE_POSITIVE_Y) in TextureSpecCase()
|
D | es2fTextureCompletenessTests.cpp | 965 …text.getRenderContext(), "missing_level_1_pos_y", "", IVec2(64, 64), 1, tcu::CUBEFACE_POSITIVE_Y)); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 519 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 353 tcu::CUBEFACE_POSITIVE_Y, in render()
|
D | es3fTextureShadowTests.cpp | 588 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
|
D | es3fTextureFilteringTests.cpp | 570 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 1348 tcu::CUBEFACE_POSITIVE_Y,
|
D | vktPipelineImageSamplingInstance.cpp | 1310 tcu::CUBEFACE_POSITIVE_Y, in getTextureCubeView()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1390 tcu::CUBEFACE_POSITIVE_Y, in useSampler()
|