Home
last modified time | relevance | path

Searched refs:FLOAT_UNSIGNED_INT_24_8_REV (Results 1 – 18 of 18) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp119 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: type = GL_FLOAT_32_UNSIGNED_INT_24_8_REV; break; in getTransferFormat()
220 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return GL_DEPTH32F_STENCIL8; in getInternalFormat()
417 case GL_FLOAT_32_UNSIGNED_INT_24_8_REV: return TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV; in mapGLChannelType()
549 …32F_STENCIL8: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in mapGLInternalFormat()
/external/deqp/framework/common/
DtcuTextureUtil.cpp128 type == TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV; in isCombinedDepthStencilType()
208 …case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return TEXTURECHANNELCLASS_LAST; //!< packed … in getTextureChannelClass()
588 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(32,8,0,0); in getChannelBitDepth()
673 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return IVec4(23,8,0,0); in getChannelMantissaBitDepth()
1412 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in toSamplerAccess()
DtcuTexture.cpp667 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isValid()
796 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixelSize()
1292 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixDepth()
1321 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getPixStencil()
1620 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in setPixDepth()
1653 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in setPixStencil()
DtcuTexture.hpp114 FLOAT_UNSIGNED_INT_24_8_REV, enumerator
DtcuTexCompareVerifier.cpp175 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false; in isFixedPointDepthTextureFormat()
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp168 …reFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in executeDepthBoundsTest()
266 …reFormat::FLOAT || depthBuffer.getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in executeDepthCompare()
DrrRenderer.cpp1018 if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in findPrimitiveMinimumResolvableDifference()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp590 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in uploadTestTexture()
638 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in uploadTestTextureSparse()
DvktPipelineBlendTests.cpp988 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isLegalExpandableFormat()
1047 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isSmallerThan8BitFormat()
DvktPipelineDepthTests.cpp791 …nderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in verifyImage()
DvktPipelineImageSamplingInstance.cpp1520 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in verifyImage()
/external/deqp/modules/internal/
DditFrameworkTests.cpp710 … depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSa… in runCase()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp90 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2783 case FMT_CASE(DS, FLOAT_UNSIGNED_INT_24_8_REV): return VK_FORMAT_D32_SFLOAT_S8_UINT; in mapTextureFormat()
3040 …OAT_S8_UINT: return TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in mapVkFormat()
3572 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in getFormatComponentWidth()
/external/deqp/modules/gles3/functional/
Des3fTextureShadowTests.cpp63 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp1377 else if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in getComponentType()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp3011 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return 8; in getNumStencilBits()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp419 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in mapCombinedToDepthTransferFormat()