Home
last modified time | relevance | path

Searched refs:FLOAT_UNSIGNED_INT_24_8_REV (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp119 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: type = GL_FLOAT_32_UNSIGNED_INT_24_8_REV; break; in getTransferFormat()
220 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8; in getInternalFormat()
417 case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: return TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV; in mapGLChannelType()
544 …32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp128 type == TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV; in isCombinedDepthStencilType()
206 …case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed … in getTextureChannelClass()
562 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(32,8,0,0); in getChannelBitDepth()
635 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(23,8,0,0); in getChannelMantissaBitDepth()
1295 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in toSamplerAccess()
DtcuTexture.cpp634 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isValid()
754 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixelSize()
1202 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixDepth()
1231 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixStencil()
1526 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in setPixDepth()
1559 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in setPixStencil()
DtcuTexture.hpp111 FLOAT_UNSIGNED_INT_24_8_REV, enumerator
DtcuTexCompareVerifier.cpp175 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false; in isFixedPointDepthTextureFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp1623 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return VK_FORMAT_D32_SFLOAT_S8_UINT; in mapTextureFormat()
1776 …OAT_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in mapVkFormat()
/external/deqp/modules/internal/
DditFrameworkTests.cpp696 … depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSa… in runCase()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp88 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp542 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in uploadTestTexture()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp212 …reFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in executeDepthCompare()
DrrRenderer.cpp1014 if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in findPrimitiveMinimumResolvableDifference()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp63 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1376 else if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in getComponentType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2993 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return 8; in getNumStencilBits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp241 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in mapCombinedToDepthTransferFormat()