Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_packed_depth_stencil.spec140 UNSIGNED_INT_24_8:
/third_party/vk-gl-cts/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()
1466 case TextureFormat::UNSIGNED_INT_24_8: in toSamplerAccess()
DtcuTexture.cpp647 case TextureFormat::UNSIGNED_INT_24_8: in isValid()
795 case TextureFormat::UNSIGNED_INT_24_8: in getPixelSize()
1350 case TextureFormat::UNSIGNED_INT_24_8: in getPixDepth()
1383 case TextureFormat::UNSIGNED_INT_24_8: in getPixStencil()
1676 case TextureFormat::UNSIGNED_INT_24_8: in setPixDepth()
1709 case TextureFormat::UNSIGNED_INT_24_8: in setPixStencil()
DtcuTexture.hpp100 UNSIGNED_INT_24_8, enumerator
DtcuTexCompareVerifier.cpp183 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true; in isFixedPointDepthTextureFormat()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/
Dwebgl2.js192 UNSIGNED_INT_24_8: 0x84FA, property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp854 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp992 case TextureFormat::UNSIGNED_INT_24_8: in isLegalExpandableFormat()
1051 case TextureFormat::UNSIGNED_INT_24_8: in isSmallerThan8BitFormat()
DvktPipelineImageSamplingInstance.cpp1515 case tcu::TextureFormat::UNSIGNED_INT_24_8: in verifyImage()
/third_party/openGLES/extensions/ARB/
DARB_framebuffer_object.txt645 UNSIGNED_INT_24_8 0x84FA
805 not UNSIGNED_INT_24_8 then the error INVALID_ENUM occurs. Some
820 UNSIGNED_INT_24_8 uint Yes
845 UNSIGNED_INT_24_8 uint 2 DEPTH_STENCIL
849 UNSIGNED_INT_24_8
1545 UNSIGNED_INT_24_8, then the error INVALID_ENUM occurs.
1650 UNSIGNED_INT_24_8 2^8-1
1695 UNSIGNED_INT_24_8 uint c = (2^N - 1)f (depth only)
3167 UNSIGNED_INT_24_8.
3170 is called where type is UNSIGNED_INT_24_8 and format is not
DARB_vertex_type_2_10_10_10_rev.txt451 such as UNSIGNED_SHORT_5_6_5 or UNSIGNED_INT_24_8. Such an
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_framebuffer_object.txt635 UNSIGNED_INT_24_8 0x84FA
795 not UNSIGNED_INT_24_8 then the error INVALID_ENUM occurs. Some
810 UNSIGNED_INT_24_8 uint Yes
835 UNSIGNED_INT_24_8 uint 2 DEPTH_STENCIL
839 UNSIGNED_INT_24_8
1535 UNSIGNED_INT_24_8, then the error INVALID_ENUM occurs.
1640 UNSIGNED_INT_24_8 2^8-1
1685 UNSIGNED_INT_24_8 uint c = (2^N - 1)f (depth only)
3157 UNSIGNED_INT_24_8.
3160 is called where type is UNSIGNED_INT_24_8 and format is not
DARB_vertex_type_2_10_10_10_rev.txt441 such as UNSIGNED_SHORT_5_6_5 or UNSIGNED_INT_24_8. Such an
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1372 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
/third_party/vk-gl-cts/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()
3029 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8; in getNumStencilBits()
/third_party/vk-gl-cts/framework/referencerenderer/
DrrRenderer.cpp1020 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
/third_party/typescript/lib/
Dlib.webworker.d.ts3817 readonly UNSIGNED_INT_24_8: GLenum; variable
4474 readonly UNSIGNED_INT_24_8: GLenum; property
Dlib.dom.d.ts15063 readonly UNSIGNED_INT_24_8: GLenum; variable
15720 readonly UNSIGNED_INT_24_8: GLenum; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3797 readonly UNSIGNED_INT_24_8: GLenum; variable
4454 readonly UNSIGNED_INT_24_8: GLenum; property
Ddom.generated.d.ts15043 readonly UNSIGNED_INT_24_8: GLenum; variable
15700 readonly UNSIGNED_INT_24_8: GLenum; property
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3641 case tcu::TextureFormat::UNSIGNED_INT_24_8: in getFormatComponentWidth()