Searched refs:FLOAT_UNSIGNED_INT_24_8_REV (Results 1 – 18 of 18) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 119 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/ |
D | tcuTextureUtil.cpp | 128 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()
|
D | tcuTexture.cpp | 667 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()
|
D | tcuTexture.hpp | 114 FLOAT_UNSIGNED_INT_24_8_REV, enumerator
|
D | tcuTexCompareVerifier.cpp | 175 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return false; in isFixedPointDepthTextureFormat()
|
/external/deqp/framework/referencerenderer/ |
D | rrFragmentOperations.cpp | 168 …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()
|
D | rrRenderer.cpp | 1018 if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in findPrimitiveMinimumResolvableDifference()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 590 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in uploadTestTexture() 638 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in uploadTestTextureSparse()
|
D | vktPipelineBlendTests.cpp | 988 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isLegalExpandableFormat() 1047 case TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in isSmallerThan8BitFormat()
|
D | vktPipelineDepthTests.cpp | 791 …nderer.getDepthStencilAccess().getFormat().type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in verifyImage()
|
D | vktPipelineImageSamplingInstance.cpp | 1520 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in verifyImage()
|
/external/deqp/modules/internal/ |
D | ditFrameworkTests.cpp | 710 … depthStencil (TextureFormat(TextureFormat::DS, TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV), numSa… in runCase()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureShadowTests.cpp | 90 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2783 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/ |
D | es3fTextureShadowTests.cpp | 63 …order == tcu::TextureFormat::DS && format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV); in isFloatingPointDepthFormat()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureLevelStateQueryTests.cpp | 1377 else if (format.type == tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV) in getComponentType()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3011 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: return 8; in getNumStencilBits()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 419 case tcu::TextureFormat::FLOAT_UNSIGNED_INT_24_8_REV: in mapCombinedToDepthTransferFormat()
|