Home
last modified time | relevance | path

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

12

/external/deqp/framework/common/
DtcuTexVerifierUtil.cpp99 if (z >= ez) faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
120 faces[numFaces++] = CUBEFACE_POSITIVE_Z; in getPossibleCubeFaces()
DtcuTexture.cpp2731 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 <<()
DtcuTexture.hpp494 CUBEFACE_POSITIVE_Z, enumerator
DtcuTextureUtil.cpp1326 case CUBEFACE_POSITIVE_Z: return 4; in getCubeArrayFaceIndex()
/external/deqp/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()
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()
DglsLongStressCase.cpp204 case tcu::CUBEFACE_POSITIVE_Z: return GL_TEXTURE_CUBE_MAP_POSITIVE_Z; in cubeFaceToGLFace()
/external/deqp/modules/gles31/functional/
Des31fFboColorbufferTests.cpp84 case 4: return tcu::CUBEFACE_POSITIVE_Z; in getCubeFaceFromNdx()
Des31fTextureFormatTests.cpp68 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()
/external/deqp/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.cpp586 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/
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()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp521 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
DvktTextureFilteringTests.cpp524 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp354 tcu::CUBEFACE_POSITIVE_Z, in render()
Des3fTextureShadowTests.cpp590 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
Des3fTextureFilteringTests.cpp572 case tcu::CUBEFACE_POSITIVE_Z: return "+Z"; in getFaceDesc()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp1350 tcu::CUBEFACE_POSITIVE_Z,
DvktPipelineImageSamplingInstance.cpp1312 tcu::CUBEFACE_POSITIVE_Z, in getTextureCubeView()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1392 tcu::CUBEFACE_POSITIVE_Z, in useSampler()

12