Searched refs:UNSIGNED_INT_24_8 (Results 1 – 14 of 14) 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() 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()
|
D | gluTextureTestUtil.cpp | 69 case TextureFormat::UNSIGNED_INT_24_8: in getSamplerType() 95 case TextureFormat::UNSIGNED_INT_24_8: in getFetchSamplerType()
|
/external/mesa3d/docs/_extra/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() 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()
|
D | tcuTexture.cpp | 641 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()
|
D | tcuTexture.hpp | 100 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 | 854 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 985 case TextureFormat::UNSIGNED_INT_24_8: in isLegalExpandableFormat() 1044 case TextureFormat::UNSIGNED_INT_24_8: in isSmallerThan8BitFormat()
|
D | vktPipelineImageSamplingInstance.cpp | 1516 case tcu::TextureFormat::UNSIGNED_INT_24_8: in verifyImage()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1370 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 202 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/ |
D | rrRenderer.cpp | 1020 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3570 case tcu::TextureFormat::UNSIGNED_INT_24_8: in getFormatComponentWidth()
|