Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_24_8 (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp120 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D in getTransferFormat()
218 case FMT_CASE(D, UNSIGNED_INT_24_8): return GL_DEPTH_COMPONENT24; in getInternalFormat()
221 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8; in getInternalFormat()
416 case GL_UNSIGNED_INT_24_8: return TextureFormat::UNSIGNED_INT_24_8; in mapGLChannelType()
547 …se GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8); in mapGLInternalFormat()
550 …se GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8); in mapGLInternalFormat()
DgluTextureTestUtil.cpp69 case TextureFormat::UNSIGNED_INT_24_8: in getSamplerType()
95 case TextureFormat::UNSIGNED_INT_24_8: in getFetchSamplerType()
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_packed_depth_stencil.spec140 UNSIGNED_INT_24_8:
/external/deqp/framework/common/
DtcuTextureUtil.cpp126 type == TextureFormat::UNSIGNED_INT_24_8 || in isCombinedDepthStencilType()
194 …case TextureFormat::UNSIGNED_INT_24_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24… in getTextureChannelClass()
581 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,8,0,0); in getChannelBitDepth()
656 case TextureFormat::UNSIGNED_INT_24_8: in getChannelMantissaBitDepth()
1464 case TextureFormat::UNSIGNED_INT_24_8: in toSamplerAccess()
DtcuTexture.cpp641 case TextureFormat::UNSIGNED_INT_24_8: in isValid()
789 case TextureFormat::UNSIGNED_INT_24_8: in getPixelSize()
1284 case TextureFormat::UNSIGNED_INT_24_8: in getPixDepth()
1317 case TextureFormat::UNSIGNED_INT_24_8: in getPixStencil()
1610 case TextureFormat::UNSIGNED_INT_24_8: in setPixDepth()
1643 case TextureFormat::UNSIGNED_INT_24_8: in setPixStencil()
DtcuTexture.hpp100 UNSIGNED_INT_24_8, enumerator
DtcuTexCompareVerifier.cpp177 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true; in isFixedPointDepthTextureFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp854 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp985 case TextureFormat::UNSIGNED_INT_24_8: in isLegalExpandableFormat()
1044 case TextureFormat::UNSIGNED_INT_24_8: in isSmallerThan8BitFormat()
DvktPipelineImageSamplingInstance.cpp1516 case tcu::TextureFormat::UNSIGNED_INT_24_8: in verifyImage()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1370 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp202 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8); in getDepthFormat()
215 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8); in getStencilFormat()
3010 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8; in getNumStencilBits()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1020 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3570 case tcu::TextureFormat::UNSIGNED_INT_24_8: in getFormatComponentWidth()