Home
last modified time | relevance | path

Searched refs:UNSIGNED_INT_24_8 (Results 1 – 11 of 11) 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()
542 …se GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8); in mapGLInternalFormat()
545 …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/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()
555 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,8,0,0); in getChannelBitDepth()
624 case TextureFormat::UNSIGNED_INT_24_8: in getChannelMantissaBitDepth()
1347 case TextureFormat::UNSIGNED_INT_24_8: in toSamplerAccess()
DtcuTexture.cpp614 case TextureFormat::UNSIGNED_INT_24_8: in isValid()
749 case TextureFormat::UNSIGNED_INT_24_8: in getPixelSize()
1194 case TextureFormat::UNSIGNED_INT_24_8: in getPixDepth()
1227 case TextureFormat::UNSIGNED_INT_24_8: in getPixStencil()
1516 case TextureFormat::UNSIGNED_INT_24_8: in setPixDepth()
1549 case TextureFormat::UNSIGNED_INT_24_8: in setPixStencil()
DtcuTexture.hpp99 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.cpp1206 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1369 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp201 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8); in getDepthFormat()
214 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8); in getStencilFormat()
2992 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8; in getNumStencilBits()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1016 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()