Home
last modified time | relevance | path

Searched refs:getTextureChannelClass (Results 1 – 25 of 70) sorted by relevance

123

/external/deqp/framework/common/
DtcuImageCompare.cpp332 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 …]
DtcuTextureUtil.cpp146 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 …]
DtcuTextureUtil.hpp70 TextureChannelClass getTextureChannelClass(TextureFormat::ChannelType channelType);
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp540 …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()
DvktImageMismatchedWriteOpTests.cpp508 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()
DvktImageLoadStoreUtil.cpp122 switch (tcu::getTextureChannelClass(format.type)) in isRepresentableIntegerValue()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp124 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 …]
Des31fFboTestUtil.cpp440 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()
Des31fCopyImageTests.cpp232 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/
DvktPipelineMultisampleTestsUtil.cpp261 …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()
DvktPipelineImageTests.cpp297 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()
DvktPipelineLegacyAttrTests.cpp170 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()
DvktPipelineReferenceRenderer.hpp173 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
228 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShaderDualSource()
DvktPipelineClearUtil.cpp38 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in defaultClearColor()
DvktPipelineImageViewTests.cpp247 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/
Des3fDrawBuffersIndexedTests.cpp345 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 …]
Des3fFramebufferBlitTests.cpp817 … (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/
DgluTextureUtil.cpp1240 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/
DvktSampleVerifierUtil.cpp692 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()
DvktTextureCompressedFormatTests.cpp305 …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/
DvktShaderTileImageTests.cpp194 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/
DvktApiImageClearingTests.cpp267 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/
DvktSparseResourcesTestsUtil.cpp468 …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()
DvktSparseResourcesShaderIntrinsicsBase.cpp37 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/
DvktRenderPassSparseRenderTargetTests.cpp590 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in verify()
693 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(texFormat.type)); in init()

123