Home
last modified time | relevance | path

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

12

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp94 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
114 faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
DtcuTexture.cpp2729 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 <<()
DtcuTexture.hpp492 CUBEFACE_POSITIVE_Y, enumerator
DtcuTextureUtil.cpp1324 case CUBEFACE_POSITIVE_Y: return 2; in getCubeArrayFaceIndex()
/external/deqp/modules/glshared/
DglsSamplerObjectTest.cpp437 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()
DglsLongStressCase.cpp202 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp82 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fTextureFormatTests.cpp66 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fTextureFilteringTests.cpp64 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
Des31fTextureSpecificationTests.cpp92 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fShaderImageLoadStoreTests.cpp285 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/
DgluTextureUtil.cpp830 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()
DgluTextureTestUtil.cpp584 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/
Des3aTextureFilteringTests.cpp509 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
/external/deqp/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp500 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
/external/deqp/modules/gles2/functional/
Des2fTextureFilteringTests.cpp523 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
Des2fTextureSpecificationTests.cpp310 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()
Des2fTextureCompletenessTests.cpp965 …text.getRenderContext(), "missing_level_1_pos_y", "", IVec2(64, 64), 1, tcu::CUBEFACE_POSITIVE_Y)); in init()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp519 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp353 tcu::CUBEFACE_POSITIVE_Y, in render()
Des3fTextureShadowTests.cpp588 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
Des3fTextureFilteringTests.cpp570 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1348 tcu::CUBEFACE_POSITIVE_Y,
DvktPipelineImageSamplingInstance.cpp1310 tcu::CUBEFACE_POSITIVE_Y, in getTextureCubeView()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1390 tcu::CUBEFACE_POSITIVE_Y, in useSampler()

12