HomeSort by relevance Sort by last modified time
    Searched refs:FLOAT_UNSIGNED_INT_24_8_REV (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/opengl/
gluTextureUtil.cpp 119 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: type = GL_FLOAT_32_UNSIGNED_INT_24_8_REV; break;
220 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8;
417 case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: return TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV;
544 case GL_DEPTH32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/framework/common/
tcuTextureUtil.cpp 128 type == TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV;
206 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed float32-pad24-uint8
562 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(32,8,0,0);
635 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(23,8,0,0);
    [all...]
tcuTexture.cpp 634 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
754 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
    [all...]
tcuTexture.hpp 111 FLOAT_UNSIGNED_INT_24_8_REV,
    [all...]
tcuTexCompareVerifier.cpp 175 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false;
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkImageUtil.cpp     [all...]
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 696 TextureLevel depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSamples, width, height);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 542 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureShadowTests.cpp 88 (format.order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 212 if (depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV)
    [all...]
rrRenderer.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 63 (format.order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureLevelStateQueryTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp 241 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV:
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 882 milliseconds