/external/deqp/framework/common/ |
D | tcuImageCompare.cpp | 332 const auto refChannelClass = tcu::getTextureChannelClass(reference.getFormat().type); in bitwiseCompare() 333 const auto resChannelClass = tcu::getTextureChannelClass(result.getFormat().type); in bitwiseCompare() 771 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in floatUlpThresholdCompare() 772 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in floatUlpThresholdCompare() 860 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in floatThresholdCompare() 861 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in floatThresholdCompare() 956 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in floatThresholdCompare() 957 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in floatThresholdCompare() 1044 …if (tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXE… in floatThresholdCompare() 1150 const auto refChannelClass = tcu::getTextureChannelClass(reference.getFormat().type); in intThresholdCompare() [all …]
|
D | tcuTextureUtil.cpp | 146 TextureChannelClass getTextureChannelClass(TextureFormat::ChannelType channelType) in getTextureChannelClass() function 571 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMinIntValue() 590 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMaxIntValue() 620 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFormatMaxUintValue() 1372 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy() 1373 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() 1431 switch (getTextureChannelClass(format.type)) in estimatePixelValueRange() 1958 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat() 1994 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt() 2024 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint() [all …]
|
D | tcuTextureUtil.hpp | 70 TextureChannelClass getTextureChannelClass(TextureFormat::ChannelType channelType);
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 540 …return tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER ? "u"… in getFormatPrefix() 541 …tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" + imag… in getFormatPrefix() 713 …const char *formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType() 715 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : in getGlslSamplerType() 843 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() 867 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
|
D | vktImageMismatchedWriteOpTests.cpp | 508 if (getTextureChannelClass(mapVkFormat(f).type) == channelClass) in findFormatsByChannelClass() 590 …return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkF… in getBufferFormat() 802 const auto channelClass = tcu::getTextureChannelClass(mapVkFormat(m_params->vkFormat).type); in clear() 822 const auto channelClass = tcu::getTextureChannelClass(texFormat.type); in populate() 978 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type); in compare() 1039 const auto switchClass = getTextureChannelClass(mapVkFormat(f).type); in createImageWriteOpTests()
|
D | vktImageLoadStoreUtil.cpp | 122 switch (tcu::getTextureChannelClass(format.type)) in isRepresentableIntegerValue()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 124 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 148 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold() 149 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold() 151 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold() 152 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold() 154 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold() 155 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold() 195 switch (tcu::getTextureChannelClass(format.type)) in getColorOutputType() 396 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genShaderSources() 448 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture() [all …]
|
D | es31fFboTestUtil.cpp | 440 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer() 638 switch (tcu::getTextureChannelClass(format.type)) in getFragmentOutputType() 659 switch (tcu::getTextureChannelClass(format.type)) in getFramebufferReadFormat()
|
D | es31fCopyImageTests.cpp | 232 return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == in isFloatFormat() 241 return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == in isUintFormat() 250 return tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type) == in isIntFormat() 261 tcu::getTextureChannelClass(glu::mapGLInternalFormat(format).type); in isFixedPointFormat() 1668 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 1689 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in calculateThreshold() 1690 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in calculateThreshold() 1692 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in calculateThreshold() 1693 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in calculateThreshold() 1695 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in calculateThreshold() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTestsUtil.cpp | 261 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() 263 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : in getShaderImageType() 303 switch (tcu::getTextureChannelClass(format.type)) in getShaderImageDataType()
|
D | vktPipelineImageTests.cpp | 297 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType() 299 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType() 344 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslTextureType() 346 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslTextureType()
|
D | vktPipelineLegacyAttrTests.cpp | 170 const auto channelClass = tcu::getTextureChannelClass(tcuFormat.type); in getOutputData() 250 const auto channelClass = tcu::getTextureChannelClass(tcuFormat.type); in genInputData() 708 const auto channelClass = tcu::getTextureChannelClass(tcuVertexFormat.type); in iterate() 926 const auto fmtClass = tcu::getTextureChannelClass(tcuFormat.type); in createLegacyVertexAttributesTests() 1023 const auto fmtClass = tcu::getTextureChannelClass(tcuFormat.type); in createLegacyVertexAttributesTests()
|
D | vktPipelineReferenceRenderer.hpp | 173 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader() 228 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShaderDualSource()
|
D | vktPipelineClearUtil.cpp | 38 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in defaultClearColor()
|
D | vktPipelineImageViewTests.cpp | 247 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType() 249 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawBuffersIndexedTests.cpp | 345 switch (tcu::getTextureChannelClass(format.type)) in clearRenderbuffer() 465 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold() 466 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold() 468 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold() 469 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold() 471 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold() 472 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold() 508 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer() 558 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat() 694 …if (tcu::getTextureChannelClass(info.getFormat().type) != tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_PO… in createRenderState() [all …]
|
D | es3fFramebufferBlitTests.cpp | 817 … (tcu::getTextureChannelClass(colorFormat.type)) : in render() 1059 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init() 1062 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type); in init() 1167 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 1240 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DType() 1276 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DType() 1312 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeType() 1348 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DArrayType() 1384 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DArrayType() 1420 switch (tcu::getTextureChannelClass(format.type)) in getSampler3DType() 1456 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeArrayType()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 692 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat() 694 DE_ASSERT(getTextureChannelClass(texFormat.type) < 2); in convertNormalizedFormat() 824 DE_ASSERT(getTextureChannelClass(texFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT); in convertFloatFormat() 863 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
|
D | vktTextureCompressedFormatTests.cpp | 305 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in validateTexture() 306 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in validateTexture()
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktShaderTileImageTests.cpp | 194 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in isNormalizedColorFormat() 350 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in getColorTestTypeFS() 582 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in getSampleMaskTypeFS() 824 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in addCS() 895 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in initPrograms() 1025 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in checkSupport()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 267 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() 1387 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in verifyResultImage() 2034 if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT || in makeClearColorValue() 2035 getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in makeClearColorValue() 2036 getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) in makeClearColorValue() 2043 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in makeClearColorValue() 2052 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER) in makeClearColorValue() 2496 … const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon() 2847 … const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesTestsUtil.cpp | 468 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType() 470 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : in getShaderImageType() 570 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/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 590 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in verify() 693 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(texFormat.type)); in init()
|