HomeSort by relevance Sort by last modified time
    Searched refs:CUBEFACE_LAST (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/deqp/framework/common/
tcuTexture.cpp     [all...]
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
tcuTexture.hpp 463 CUBEFACE_LAST
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];
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 398 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
407 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
417 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
421 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
438 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
494 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6);
495 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 223 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
238 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
313 if (m_curFace == tcu::CUBEFACE_LAST)
es2fTextureCompletenessTests.cpp 214 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
585 , m_invalidCubeFace (tcu::CUBEFACE_LAST)
625 if (levelNdx == m_invalidLevelNdx && (m_invalidCubeFace == tcu::CUBEFACE_LAST || m_invalidCubeFace == targetNdx))
657 , m_invalidCubeFace (tcu::CUBEFACE_LAST)
699 if (levelNdx == 0 && (m_invalidCubeFace == tcu::CUBEFACE_LAST || m_invalidCubeFace == targetNdx))
727 , m_invalidCubeFace (tcu::CUBEFACE_LAST)
765 if (levelNdx != m_invalidLevelNdx || m_invalidCubeFace != tcu::CUBEFACE_LAST)
    [all...]
es2fTextureFormatTests.cpp 278 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
375 if (m_curFace == tcu::CUBEFACE_LAST)
609 if (m_curFace == tcu::CUBEFACE_LAST)
688 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
694 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
es2fTextureFilteringTests.cpp 444 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
453 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
463 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
467 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
566 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
797 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
es2fVertexTextureTests.cpp 803 static const Vec4 gradients[tcu::CUBEFACE_LAST][2] =
812 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
822 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
826 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
908 for (int i = 0; i < tcu::CUBEFACE_LAST; i++)
    [all...]
es2fTextureUnitTests.cpp 369 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
385 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1);
690 int numFaces = is2d ? 1 : (int)tcu::CUBEFACE_LAST;
881 for (int face = 0; face < (int)tcu::CUBEFACE_LAST; face++)
    [all...]
es2fTextureMipmapTests.cpp 516 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
638 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST);
694 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 224 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
239 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
314 if (m_curFace == tcu::CUBEFACE_LAST)
es3fTextureShadowTests.cpp 93 for (int face = tcu::CUBEFACE_NEGATIVE_X; face < tcu::CUBEFACE_LAST; ++face)
497 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
506 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
516 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
520 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
635 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
    [all...]
es3fTextureFormatTests.cpp 308 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
405 if (m_curFace == tcu::CUBEFACE_LAST)
    [all...]
es3fTextureFilteringTests.cpp 459 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
468 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
478 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
482 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
593 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
    [all...]
es3fTextureUnitTests.cpp 473 DE_STATIC_ASSERT((int)tcu::CUBEFACE_LAST == DE_LENGTH_OF_ARRAY(s_cubeTransforms));
489 int faceNdx = rnd.getInt(0, (int)tcu::CUBEFACE_LAST - 1);
884 int numFaces = isCubeTex ? (int)tcu::CUBEFACE_LAST : 1;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 412 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
421 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
431 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
435 deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
485 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6);
486 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp     [all...]
vktPipelineImageSamplingInstance.cpp 153 if (layerCount == tcu::CUBEFACE_LAST && viewType == VK_IMAGE_VIEW_TYPE_CUBE)
159 DE_ASSERT(layerCount % tcu::CUBEFACE_LAST == 0);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 118 for (int face = tcu::CUBEFACE_NEGATIVE_X; face < tcu::CUBEFACE_LAST; ++face)
453 static const tcu::Vec4 gradients[tcu::CUBEFACE_LAST][2] =
462 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
471 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
475 const deUint32 step = 0x00ffffff / (numLevels*tcu::CUBEFACE_LAST);
549 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
    [all...]
vktTextureMipmapTests.cpp 440 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
542 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST);
593 const tcu::CubeFace cubeFace = (tcu::CubeFace)(cellNdx % tcu::CUBEFACE_LAST);
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 359 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
385 for (int face = 0; face < tcu::CUBEFACE_LAST; face++)
387 const tcu::CompressedTexture& level = levels[levelNdx*tcu::CUBEFACE_LAST + face];
415 int numImages = numLevels*tcu::CUBEFACE_LAST;
429 DE_STATIC_ASSERT(tcu::CUBEFACE_LAST == 6);
430 TCU_CHECK(numLevels*tcu::CUBEFACE_LAST == (int)filenames.size());
  /external/deqp/modules/gles31/functional/
es31fFboColorbufferTests.cpp 88 return tcu::CUBEFACE_LAST;
es31fStencilTexturingTests.cpp 471 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
680 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
694 for (int faceNdx = 0; faceNdx < tcu::CUBEFACE_LAST; faceNdx++)
    [all...]

Completed in 1173 milliseconds

1 2 3