/external/deqp/framework/common/ |
D | tcuTexture.cpp | 2530 return CubeFaceIntCoords(CUBEFACE_LAST, -1, -1); in remapCubeEdgeCoords() 2570 return CubeFaceIntCoords(CUBEFACE_LAST, IVec2(-1)); in remapCubeEdgeCoords() 2573 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], Cube… in getCubeLinearSamples() argument 2596 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples() 2632 static Vec4 sampleCubeSeamlessLinear (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], … in sampleCubeSeamlessLinear() argument 2663 …eLevelArrayCubeSeamless (const ConstPixelBufferAccess* const (&faces)[CUBEFACE_LAST], int numLevel… in sampleLevelArrayCubeSeamless() argument 2675 ConstPixelBufferAccess faceAccesses[CUBEFACE_LAST]; in sampleLevelArrayCubeSeamless() 2676 for (int i = 0; i < (int)CUBEFACE_LAST; i++) in sampleLevelArrayCubeSeamless() 2695 ConstPixelBufferAccess faceAccesses[CUBEFACE_LAST]; in sampleLevelArrayCubeSeamless() 2696 for (int i = 0; i < (int)CUBEFACE_LAST; i++) in sampleLevelArrayCubeSeamless() [all …]
|
D | tcuTexCompareVerifier.cpp | 904 tcu::ConstPixelBufferAccess faces0[CUBEFACE_LAST]; in isSeamplessLinearMipmapLinearCompareResultValid() 905 tcu::ConstPixelBufferAccess faces1[CUBEFACE_LAST]; in isSeamplessLinearMipmapLinearCompareResultValid() 907 for (int face = 0; face < CUBEFACE_LAST; face++) in isSeamplessLinearMipmapLinearCompareResultValid() 931 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 956 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 1025 ConstPixelBufferAccess faces[CUBEFACE_LAST]; in isSeamlessLinearCompareResultValid() 1026 for (int face = 0; face < CUBEFACE_LAST; face++) in isSeamlessLinearCompareResultValid() 1040 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1086 CubeFace possibleFaces[CUBEFACE_LAST]; in isTexCompareResultValid() 1338 ConstPixelBufferAccess faces[CUBEFACE_LAST]; in isGatherCompareResultValid() [all …]
|
D | tcuTexLookupVerifier.cpp | 1443 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST], in isSeamlessLinearSampleResultValid() argument 1480 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1506 …eamplessLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST], in isSeamplessLinearMipmapLinearSampleResultValid() argument 1507 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST], in isSeamplessLinearMipmapLinearSampleResultValid() argument 1559 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1591 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1621 static bool isCubeLevelSampleResultValid (const ConstPixelBufferAccess (&level)[CUBEFACE_LAST], in isCubeLevelSampleResultValid() argument 1639 …ic bool isCubeMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST], in isCubeMipmapLinearSampleResultValid() argument 1640 const ConstPixelBufferAccess (&faces1)[CUBEFACE_LAST], in isCubeMipmapLinearSampleResultValid() argument 1659 … (const TextureCubeView& texture, const int levelNdx, ConstPixelBufferAccess (&out)[CUBEFACE_LAST]) in getCubeLevelFaces() argument [all …]
|
D | tcuTexture.hpp | 463 CUBEFACE_LAST enumerator 769 … TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]); 784 const ConstPixelBufferAccess* m_levels[CUBEFACE_LAST]; 823 std::vector<LevelData> m_data[CUBEFACE_LAST]; 824 std::vector<PixelBufferAccess> m_access[CUBEFACE_LAST];
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 398 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 407 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 417 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 421 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 438 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 494 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6); in renderFaces() 495 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in renderFaces()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 412 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 421 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 431 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 435 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 485 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6); in renderFaces() 486 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in renderFaces()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSizeTests.cpp | 223 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 238 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 313 if (m_curFace == tcu::CUBEFACE_LAST) in iterate()
|
D | es2fTextureFormatTests.cpp | 278 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 375 if (m_curFace == tcu::CUBEFACE_LAST) in iterate() 609 if (m_curFace == tcu::CUBEFACE_LAST) in iterate() 688 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 694 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init()
|
D | es2fTextureFilteringTests.cpp | 444 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 453 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 463 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 467 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 566 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate() 797 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init()
|
D | es2fTextureCompletenessTests.cpp | 214 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in iterate() 585 , m_invalidCubeFace (tcu::CUBEFACE_LAST) in IncompleteCubeSizeCase() 625 …if (levelNdx == m_invalidLevelNdx && (m_invalidCubeFace == tcu::CUBEFACE_LAST || m_invalidCubeFace… in createTexture() 657 , m_invalidCubeFace (tcu::CUBEFACE_LAST) in IncompleteCubeFormatCase() 699 if (levelNdx == 0 && (m_invalidCubeFace == tcu::CUBEFACE_LAST || m_invalidCubeFace == targetNdx)) in createTexture() 727 , m_invalidCubeFace (tcu::CUBEFACE_LAST) in IncompleteCubeMissingLevelCase() 765 if (levelNdx != m_invalidLevelNdx || m_invalidCubeFace != tcu::CUBEFACE_LAST) in createTexture()
|
D | es2fVertexTextureTests.cpp | 803 static const Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 812 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 822 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 826 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 908 for (int i = 0; i < tcu::CUBEFACE_LAST; i++) in iterate()
|
D | es2fTextureUnitTests.cpp | 369 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms)); in MultiTexShader() 385 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); in MultiTexShader() 690 int numFaces = is2d ? 1 : (int)tcu::CUBEFACE_LAST; in init() 881 for (int face = 0; face < (int)tcu::CUBEFACE_LAST; face++) in render()
|
D | es2fTextureMipmapTests.cpp | 516 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in init() 638 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate() 694 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate() 961 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in iterate() 1000 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureSizeTests.cpp | 224 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 239 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 314 if (m_curFace == tcu::CUBEFACE_LAST) in iterate()
|
D | es3fTextureShadowTests.cpp | 93 for (int face = tcu::CUBEFACE_NEGATIVE_X; face < tcu::CUBEFACE_LAST; ++face) in clampFloatingPointTexture() 497 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 506 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 516 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 520 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 635 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate()
|
D | es3fTextureFormatTests.cpp | 308 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 405 if (m_curFace == tcu::CUBEFACE_LAST) in iterate() 928 vector<tcu::CompressedTexture> levels (tcu::CUBEFACE_LAST); in init() 931 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 1011 if (m_curFace == tcu::CUBEFACE_LAST) in iterate() 1236 if (m_curFace == tcu::CUBEFACE_LAST) in iterate() 1447 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 1453 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init()
|
D | es3fTextureUnitTests.cpp | 473 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms)); in MultiTexShader() 489 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1); in MultiTexShader() 884 int numFaces = isCubeTex ? (int)tcu::CUBEFACE_LAST : 1; in init() 1087 for (int face = 0; face < (int)tcu::CUBEFACE_LAST; face++) in uploadCubeTexture()
|
D | es3fTextureFilteringTests.cpp | 459 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in init() 468 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 478 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init() 482 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in init() 593 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate() 1437 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in init()
|
D | es3fTextureMipmapTests.cpp | 555 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in init() 677 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate() 733 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate() 999 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in iterate() 1038 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate() 1769 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in init() 1845 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate() 1890 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST); in iterate()
|
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 359 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in upload() 385 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in loadCompressed() 387 const tcu::CompressedTexture& level = levels[levelNdx*tcu::CUBEFACE_LAST + face]; in loadCompressed() 415 int numImages = numLevels*tcu::CUBEFACE_LAST; in create() 429 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6); in create() 430 TCU_CHECK(numLevels*tcu::CUBEFACE_LAST == (int)filenames.size()); in create()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 118 for (int face = tcu::CUBEFACE_NEGATIVE_X; face < tcu::CUBEFACE_LAST; ++face) in clampFloatingPointTexture() 453 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in TextureCubeShadowTestInstance() 462 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in TextureCubeShadowTestInstance() 471 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in TextureCubeShadowTestInstance() 475 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in TextureCubeShadowTestInstance() 549 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate()
|
D | vktTextureFilteringTests.cpp | 327 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in TextureCubeFilteringTestInstance() 337 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in TextureCubeFilteringTestInstance() 346 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in TextureCubeFilteringTestInstance() 350 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST); in TextureCubeFilteringTestInstance() 428 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 153 if (layerCount == tcu::CUBEFACE_LAST && viewType == VK_IMAGE_VIEW_TYPE_CUBE) in createTestTexture() 159 DE_ASSERT(layerCount % tcu::CUBEFACE_LAST == 0); in createTestTexture() 1142 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; ++faceNdx) in createSwizzledCopy() 1273 const static tcu::CubeFace s_faceMap[tcu::CUBEFACE_LAST] = in getTextureCubeView() 1290 levels.resize(subresource.levelCount*tcu::CUBEFACE_LAST); in getTextureCubeView() 1292 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; ++faceNdx) in getTextureCubeView() 1304 const tcu::ConstPixelBufferAccess* reordered[tcu::CUBEFACE_LAST]; in getTextureCubeView() 1306 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; ++faceNdx) in getTextureCubeView()
|
D | vktPipelineImageUtil.cpp | 1211 const static tcu::CubeFace tcuFaceMapping[tcu::CUBEFACE_LAST] = 1227 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in TestTextureCube() 1239 std::vector<tcu::PixelBufferAccess> levels(m_texture.getNumLevels() * tcu::CUBEFACE_LAST); in TestTextureCube() 1243 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++) in TestTextureCube() 1246 …levels[levelNdx * tcu::CUBEFACE_LAST + faceNdx] = m_texture.getLevelFace(levelNdx, tcuFaceMapping[… in TestTextureCube() 1274 return (int)tcu::CUBEFACE_LAST; in getArraySize()
|
/external/deqp/modules/glshared/ |
D | glsRandomShaderCase.cpp | 323 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] = in getTexCube() 334 for (int face = 0; face < tcu::CUBEFACE_LAST; face++) in getTexCube()
|