Searched refs:UNSIGNED_INT_24_8 (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 120 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()
|
D | gluTextureTestUtil.cpp | 69 case TextureFormat::UNSIGNED_INT_24_8: in getSamplerType() 95 case TextureFormat::UNSIGNED_INT_24_8: in getFetchSamplerType()
|
/external/mesa3d/docs/specs/OLD/ |
D | MESA_packed_depth_stencil.spec | 140 UNSIGNED_INT_24_8:
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 126 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()
|
D | tcuTexture.cpp | 614 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()
|
D | tcuTexture.hpp | 99 UNSIGNED_INT_24_8, enumerator
|
D | tcuTexCompareVerifier.cpp | 177 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true; in isFixedPointDepthTextureFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 1206 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1369 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 201 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/ |
D | rrRenderer.cpp | 1016 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
|