/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 524 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in floatUlpThresholdCompare() 525 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in floatUlpThresholdCompare() 611 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in floatThresholdCompare() 612 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in floatThresholdCompare() 695 …if (tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXE… in floatThresholdCompare() 780 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdCompare() 781 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in intThresholdCompare() 955 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationCompare() 956 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in intThresholdPositionDeviationCompare() 1034 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationErrorThresholdCompare() [all …]
|
D | tcuTextureUtil.cpp | 162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() function 477 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMinIntValue() 493 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMaxIntValue() 518 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFormatMaxUintValue() 1123 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy() 1124 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() 1175 switch (getTextureChannelClass(format.type)) in estimatePixelValueRange() 1640 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat() 1676 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt() 1705 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint() [all …]
|
D | tcuTextureUtil.hpp | 67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 562 …return tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER ? "u"… in getFormatPrefix() 563 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getFormatPrefix() 671 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType() 672 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getGlslSamplerType() 758 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() 782 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
|
D | vktImageLoadStoreUtil.cpp | 120 switch (tcu::getTextureChannelClass(format.type)) in isRepresentableIntegerValue()
|
D | vktImageLoadStoreTests.cpp | 140 switch (tcu::getTextureChannelClass(mapVkFormat(format).type)) in comparePixelBuffers() 190 …DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_FLOATIN… in replaceBadFloatReinterpretValues() 223 …DE_ASSERT(tcu::getTextureChannelClass(access.getFormat().type) == tcu::TEXTURECHANNELCLASS_SIGNED_… in replaceSnormReinterpretValues() 466 switch (tcu::getTextureChannelClass(mapVkFormat(m_format).type)) in initPrograms() 1555 …m_isSigned = (getTextureChannelClass(textureFormat.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in ImageExtendOperandTestInstance() 1829 …const bool isSigned = (getTextureChannelClass(tcuFormat.type) == tcu::TEXTURECHANNELCLASS_SIGN… in initPrograms()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawBuffersIndexedTests.cpp | 316 switch (tcu::getTextureChannelClass(format.type)) in clearRenderbuffer() 437 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold() 438 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold() 440 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold() 441 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold() 443 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold() 444 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold() 472 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer() 519 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 664 …if (tcu::getTextureChannelClass(info.getFormat().type) != tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_PO… in createRenderState() [all …]
|
D | es31fShaderFramebufferFetchTests.cpp | 124 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 147 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold() 148 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold() 150 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold() 151 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold() 153 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold() 154 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold() 190 switch (tcu::getTextureChannelClass(format.type)) in getColorOutputType() 404 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture() 430 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer() [all …]
|
D | es31fFboTestUtil.cpp | 422 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer() 552 switch (tcu::getTextureChannelClass(format.type)) in getFragmentOutputType() 573 switch (tcu::getTextureChannelClass(format.type)) in getFramebufferReadFormat()
|
D | es31fCopyImageTests.cpp | 200 …return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == tcu::TEXTURECHANNELCL… in isFloatFormat() 208 …return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == tcu::TEXTURECHANNELCL… in isUintFormat() 216 …return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == tcu::TEXTURECHANNELCL… in isIntFormat() 225 …const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(glu::mapGLInternalFormat… in isFixedPointFormat() 1623 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 1644 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in calculateThreshold() 1645 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in calculateThreshold() 1647 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in calculateThreshold() 1648 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in calculateThreshold() 1650 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in calculateThreshold() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 246 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() 247 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getShaderImageType() 271 switch (tcu::getTextureChannelClass(format.type)) in getShaderImageDataType()
|
D | vktPipelineImageTests.cpp | 270 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType() 272 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType() 317 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslTextureType() 319 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslTextureType()
|
D | vktPipelineClearUtil.cpp | 38 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in defaultClearColor()
|
D | vktPipelineImageViewTests.cpp | 250 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType() 252 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType()
|
D | vktPipelineReferenceRenderer.hpp | 128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 869 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DType() 905 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DType() 941 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeType() 977 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DArrayType() 1013 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DArrayType() 1049 switch (tcu::getTextureChannelClass(format.type)) in getSampler3DType() 1085 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeArrayType()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 784 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat() 786 DE_ASSERT(getTextureChannelClass(texFormat.type) < 2); in convertNormalizedFormat() 918 DE_ASSERT(getTextureChannelClass(texFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT); in convertFloatFormat() 959 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() 343 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToColorClearValue() 1554 if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT in makeClearColorValue() 1555 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT in makeClearColorValue() 1556 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) in makeClearColorValue() 1563 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in makeClearColorValue() 1572 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER) in makeClearColorValue()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 467 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() 468 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getShaderImageType() 532 switch (tcu::getTextureChannelClass(format.type)) in getShaderImageDataType()
|
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 37 switch (tcu::getTextureChannelClass(format.type)) in getOpTypeImageComponent() 73 switch (tcu::getTextureChannelClass(format.type)) in getImageComponentTypeName() 109 switch (tcu::getTextureChannelClass(format.type)) in getImageComponentVec4TypeName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 761 …ass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTextureChannelClass(colorForma… in render() 1022 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init() 1025 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type); in init() 1084 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
D | es3fFboTestUtil.cpp | 868 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer() 998 switch (tcu::getTextureChannelClass(format.type)) in getFragmentOutputType() 1019 switch (tcu::getTextureChannelClass(format.type)) in getFramebufferReadFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 494 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() 595 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init()
|
D | vktRenderPassMultisampleResolveTests.cpp | 429 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in clearAttachments() 728 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() 1049 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() 1079 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() 1754 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() 2348 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1354 switch (getTextureChannelClass(dst.getFormat().type)) in copyPixels() 1515 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries()
|