Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.cpp94 if (y >= ey) faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
114 faces[numFaces++] = CUBEFACE_POSITIVE_Y; in getPossibleCubeFaces()
DtcuTexture.cpp2865 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace()
2881 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace()
2890 return y >= 0.0f ? CUBEFACE_POSITIVE_Y : CUBEFACE_NEGATIVE_Y; in selectCubeFace()
2913 case CUBEFACE_POSITIVE_Y: sc = +rx; tc = +rz; ma = +ry; break; in projectToFace()
2962 case CUBEFACE_POSITIVE_Y: canonizedCoords = IVec3(coords.x(), size-1, coords.y()); break; in remapCubeEdgeCoords()
2980 return CubeFaceIntCoords(CUBEFACE_POSITIVE_Y, IVec2(canonizedCoords.x(), canonizedCoords.z())); in remapCubeEdgeCoords()
4372 case CUBEFACE_POSITIVE_Y: return str << "CUBEFACE_POSITIVE_Y"; in operator <<()
DtcuTexture.hpp518 CUBEFACE_POSITIVE_Y, enumerator
DtcuTextureUtil.cpp1324 case CUBEFACE_POSITIVE_Y: return 2; in getCubeArrayFaceIndex()
/third_party/vk-gl-cts/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()
961 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Y, 0); in createTextureCube()
971 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Y), tcu::Vec4(0.… in createTextureCube()
980 …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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboColorbufferTests.cpp82 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fTextureFilteringTests.cpp64 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
Des31fTextureFormatTests.cpp67 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fTextureSpecificationTests.cpp92 case 2: return tcu::CUBEFACE_POSITIVE_Y; in getCubeFaceFromNdx()
Des31fShaderImageLoadStoreTests.cpp312 case tcu::CUBEFACE_POSITIVE_Y: return GL_TEXTURE_CUBE_MAP_POSITIVE_Y; in cubeFaceToGLFace()
514 tcu::CUBEFACE_POSITIVE_Y, in glslImageFuncZToCubeFace()
/third_party/vk-gl-cts/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.cpp627 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodFromDerivates()
1178 case tcu::CUBEFACE_POSITIVE_Y: texCoord = texCoordPosY; break; in computeQuadTexCoordCube()
1204 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCube()
1247 case tcu::CUBEFACE_POSITIVE_Y: mRow = 1; sRow = 0; tRow = 2; break; in computeQuadTexCoordCubeArray()
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp509 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aTextureFilteringTests.cpp500 int texCoordTRow = face == tcu::CUBEFACE_NEGATIVE_Y || face == tcu::CUBEFACE_POSITIVE_Y ? 2 : 1; in renderFaces()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboColorbufferTests.cpp355 tcu::CUBEFACE_POSITIVE_Y, in render()
Des3fTextureShadowTests.cpp588 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
Des3fTextureFilteringTests.cpp573 case tcu::CUBEFACE_POSITIVE_Y: return "+Y"; in getFaceDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1391 tcu::CUBEFACE_POSITIVE_Y,
DvktPipelineImageSamplingInstance.cpp1333 tcu::CUBEFACE_POSITIVE_Y, in getTextureCubeView()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageUtil.cpp1391 tcu::CUBEFACE_POSITIVE_Y,
DvktPipelineImageSamplingInstance.cpp1333 tcu::CUBEFACE_POSITIVE_Y, in getTextureCubeView()

12