Home
last modified time | relevance | path

Searched refs:CUBEFACE_POSITIVE_Z (Results 1 – 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.cpp99 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
120 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
DtcuTexture.cpp2797 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2804 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2813 return z >= 0.0f ? CUBEFACE_POSITIVE_Z : CUBEFACE_NEGATIVE_Z; in selectCubeFace()
2845 case CUBEFACE_POSITIVE_Z: sc = +rx; tc = -ry; ma = +rz; break; in projectToFace()
2894 …case CUBEFACE_POSITIVE_Z: canonizedCoords = IVec3(coords.x(), size-1-coords.y(), size-1); bre… in remapCubeEdgeCoords()
2916 …return CubeFaceIntCoords(CUBEFACE_POSITIVE_Z, IVec2(canonizedCoords.x(), size-1-canonizedCoords.y(… in remapCubeEdgeCoords()
4251 case CUBEFACE_POSITIVE_Z: return str << "CUBEFACE_POSITIVE_Z"; in operator <<()
DtcuTexture.hpp496 CUBEFACE_POSITIVE_Z, enumerator
DtcuTextureUtil.cpp1326 case CUBEFACE_POSITIVE_Z: return 4; in getCubeArrayFaceIndex()
/third_party/vk-gl-cts/modules/glshared/
DglsSamplerObjectTest.cpp438 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
445 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
962 refTexture.allocLevel(tcu::CUBEFACE_POSITIVE_Z, 0); in createTextureCube()
972 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
981 …tcu::fillWithComponentGradients(refTexture.getLevelFace(0, tcu::CUBEFACE_POSITIVE_Z), tcu::Vec4(0.… in createTextureCube()
DglsLongStressCase.cpp204 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboColorbufferTests.cpp84 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fTextureFormatTests.cpp69 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fTextureFilteringTests.cpp66 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des31fTextureSpecificationTests.cpp94 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fShaderImageLoadStoreTests.cpp287 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
489 tcu::CUBEFACE_POSITIVE_Z, in glslImageFuncZToCubeFace()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp832 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()
DgluTextureTestUtil.cpp606 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodFromDerivates()
1134 case tcu::CUBEFACE_POSITIVE_Z: texCoord = texCoordPosZ; break; in computeQuadTexCoordCube()
1160 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCube()
1203 case tcu::CUBEFACE_POSITIVE_Z: mRow = 2; sRow = 0; tRow = 1; tSign = -1.0f; break; in computeQuadTexCoordCubeArray()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fTextureFilteringTests.cpp525 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des2fTextureSpecificationTests.cpp312 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()
Des2fTextureCompletenessTests.cpp960 …atch_rgb_rgba_level_0_pos_z", "", IVec2(64, 64), GL_RGB, GL_RGBA, tcu::CUBEFACE_POSITIVE_Z)); in init()
Des2fNegativeTextureApiTests.cpp58 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboColorbufferTests.cpp356 tcu::CUBEFACE_POSITIVE_Z, in render()
Des3fTextureShadowTests.cpp590 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des3fTextureFilteringTests.cpp575 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1351 tcu::CUBEFACE_POSITIVE_Z,
DvktPipelineImageSamplingInstance.cpp1312 tcu::CUBEFACE_POSITIVE_Z, in getTextureCubeView()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp558 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
DvktTextureFilteringTests.cpp524 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1402 tcu::CUBEFACE_POSITIVE_Z, in useSampler()

12