Searched refs:UNSIGNED_INT_24_8 (Results 1 - 11 of 11) sorted by relevance

/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp120 case TextureFormat::UNSIGNED_INT_24_8: type = texFormat.order == TextureFormat::D
218 case FMT_CASE(D, UNSIGNED_INT_24_8): return GL_DEPTH_COMPONENT24;
221 case FMT_CASE(DS, UNSIGNED_INT_24_8): return GL_DEPTH24_STENCIL8;
416 case GL_UNSIGNED_INT_24_8: return TextureFormat::UNSIGNED_INT_24_8;
542 case GL_DEPTH_COMPONENT24: return TextureFormat(TextureFormat::D, TextureFormat::UNSIGNED_INT_24_8);
545 case GL_DEPTH24_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::UNSIGNED_INT_24_8);
H A DgluTextureTestUtil.cpp69 case TextureFormat::UNSIGNED_INT_24_8:
95 case TextureFormat::UNSIGNED_INT_24_8:
/external/mesa3d/docs/specs/OLD/
H A DMESA_packed_depth_stencil.spec140 UNSIGNED_INT_24_8:
/external/deqp/framework/common/
H A DtcuTextureUtil.cpp126 type == TextureFormat::UNSIGNED_INT_24_8 ||
194 case TextureFormat::UNSIGNED_INT_24_8: return TEXTURECHANNELCLASS_LAST; //!< packed unorm24-uint8
555 case TextureFormat::UNSIGNED_INT_24_8: return IVec4(24,8,0,0);
624 case TextureFormat::UNSIGNED_INT_24_8:
1347 case TextureFormat::UNSIGNED_INT_24_8:
H A DtcuTexture.cpp614 case TextureFormat::UNSIGNED_INT_24_8:
749 case TextureFormat::UNSIGNED_INT_24_8:
1194 case TextureFormat::UNSIGNED_INT_24_8:
1227 case TextureFormat::UNSIGNED_INT_24_8:
1516 case TextureFormat::UNSIGNED_INT_24_8:
1549 case TextureFormat::UNSIGNED_INT_24_8:
3850 "UNSIGNED_INT_24_8",
H A DtcuTexture.hpp99 UNSIGNED_INT_24_8, enumerator in enum:tcu::TextureFormat::ChannelType
H A DtcuTexCompareVerifier.cpp177 case tcu::TextureFormat::UNSIGNED_INT_24_8: return true;
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.cpp1206 case tcu::TextureFormat::UNSIGNED_INT_24_8:
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp201 case 24: return tcu::TextureFormat(tcu::TextureFormat::D, tcu::TextureFormat::UNSIGNED_INT_24_8);
214 case 24: return tcu::TextureFormat(tcu::TextureFormat::S, tcu::TextureFormat::UNSIGNED_INT_24_8);
2992 case tcu::TextureFormat::UNSIGNED_INT_24_8: return 8;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1016 else if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8)
/external/deqp/modules/gles31/functional/
H A Des31fTextureLevelStateQueryTests.cpp1369 if (format.type == tcu::TextureFormat::UNSIGNED_INT_24_8)

Completed in 4135 milliseconds