/third_party/vk-gl-cts/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()
|
/third_party/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_packed_depth_stencil.spec | 140 UNSIGNED_INT_24_8:
|
/third_party/vk-gl-cts/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() 1466 case TextureFormat::UNSIGNED_INT_24_8: in toSamplerAccess()
|
D | tcuTexture.cpp | 647 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()
|
D | tcuTexture.hpp | 100 UNSIGNED_INT_24_8, enumerator
|
D | tcuTexCompareVerifier.cpp | 183 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true; in isFixedPointDepthTextureFormat()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 192 UNSIGNED_INT_24_8: 0x84FA, property
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 854 case tcu::TextureFormat::UNSIGNED_INT_24_8: in isPackedType()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineBlendTests.cpp | 992 case TextureFormat::UNSIGNED_INT_24_8: in isLegalExpandableFormat() 1051 case TextureFormat::UNSIGNED_INT_24_8: in isSmallerThan8BitFormat()
|
D | vktPipelineImageSamplingInstance.cpp | 1515 case tcu::TextureFormat::UNSIGNED_INT_24_8: in verifyImage()
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_framebuffer_object.txt | 645 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
|
D | ARB_vertex_type_2_10_10_10_rev.txt | 451 such as UNSIGNED_SHORT_5_6_5 or UNSIGNED_INT_24_8. Such an
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_framebuffer_object.txt | 635 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
|
D | ARB_vertex_type_2_10_10_10_rev.txt | 441 such as UNSIGNED_SHORT_5_6_5 or UNSIGNED_INT_24_8. Such an
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1372 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in getComponentType()
|
/third_party/vk-gl-cts/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() 3029 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8; in getNumStencilBits()
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderer.cpp | 1020 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8) in findPrimitiveMinimumResolvableDifference()
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3817 readonly UNSIGNED_INT_24_8: GLenum; variable 4474 readonly UNSIGNED_INT_24_8: GLenum; property
|
D | lib.dom.d.ts | 15063 readonly UNSIGNED_INT_24_8: GLenum; variable 15720 readonly UNSIGNED_INT_24_8: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3797 readonly UNSIGNED_INT_24_8: GLenum; variable 4454 readonly UNSIGNED_INT_24_8: GLenum; property
|
D | dom.generated.d.ts | 15043 readonly UNSIGNED_INT_24_8: GLenum; variable 15700 readonly UNSIGNED_INT_24_8: GLenum; property
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3641 case tcu::TextureFormat::UNSIGNED_INT_24_8: in getFormatComponentWidth()
|