Home
last modified time | relevance | path

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

123

/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.cpp524 …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()
791 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdCompare()
792 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in intThresholdCompare()
966 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationCompare()
967 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in intThresholdPositionDeviationCompare()
1045 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationErrorThresholdCompare()
[all …]
DtcuTextureUtil.cpp162 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()
1199 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy()
1200 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy()
1251 switch (getTextureChannelClass(format.type)) in estimatePixelValueRange()
1719 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat()
1755 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt()
1784 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint()
[all …]
DtcuTextureUtil.hpp69 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp124 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()
383 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genShaderSources()
433 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture()
[all …]
Des31fDrawBuffersIndexedTests.cpp323 switch (tcu::getTextureChannelClass(format.type)) in clearRenderbuffer()
444 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_POIN… in getFixedPointFormatThreshold()
445 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_FLOATING_… in getFixedPointFormatThreshold()
447 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_INTEGE… in getFixedPointFormatThreshold()
448 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_SIGNED_IN… in getFixedPointFormatThreshold()
450 …DE_ASSERT(tcu::getTextureChannelClass(sourceFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_INTE… in getFixedPointFormatThreshold()
451 …DE_ASSERT(tcu::getTextureChannelClass(readPixelsFormat.type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_… in getFixedPointFormatThreshold()
479 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer()
526 switch (tcu::getTextureChannelClass(format.type)) in getReadPixelFormat()
671 …if (tcu::getTextureChannelClass(info.getFormat().type) != tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_PO… in createRenderState()
[all …]
Des31fFboTestUtil.cpp422 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer()
555 switch (tcu::getTextureChannelClass(format.type)) in getFragmentOutputType()
576 switch (tcu::getTextureChannelClass(format.type)) in getFramebufferReadFormat()
Des31fCopyImageTests.cpp200 …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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp585 …return tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER ? "u"… in getFormatPrefix()
586 …tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" + imag… in getFormatPrefix()
696 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType()
697 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getGlslSamplerType()
783 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType()
807 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
DvktImageMismatchedWriteOpTests.cpp502 if (getTextureChannelClass(mapVkFormat(f).type) == channelClass) in findFormatsByChannelClass()
575 …return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkF… in getBufferFormat()
788 const auto channelClass = tcu::getTextureChannelClass(mapVkFormat(m_params->vkFormat).type); in clear()
808 const auto channelClass = tcu::getTextureChannelClass(texFormat.type); in populate()
957 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type); in compare()
1014 const auto switchClass = getTextureChannelClass(mapVkFormat(f).type); in createImageWriteOpTests()
DvktImageLoadStoreUtil.cpp120 switch (tcu::getTextureChannelClass(format.type)) in isRepresentableIntegerValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.cpp246 …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()
DvktPipelineImageTests.cpp270 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()
DvktPipelineReferenceRenderer.hpp168 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
218 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.cpp250 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType()
252 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureUtil.cpp871 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DType()
907 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DType()
943 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeType()
979 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DArrayType()
1015 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DArrayType()
1051 switch (tcu::getTextureChannelClass(format.type)) in getSampler3DType()
1087 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeArrayType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp784 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue()
1236 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in verifyResultImage()
1790 if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT in makeClearColorValue()
1791 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT in makeClearColorValue()
1792 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) in makeClearColorValue()
1799 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in makeClearColorValue()
1808 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER) in makeClearColorValue()
2223 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon()
2410 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp484 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType()
485 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getShaderImageType()
552 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()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp763 …ass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTextureChannelClass(colorForma… in render()
1024 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init()
1027 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type); in init()
1086 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
Des3fFboTestUtil.cpp868 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp529 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal()
630 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init()
DvktRenderPassMultisampleResolveTests.cpp480 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in clearAttachments()
920 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify()
1255 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
1285 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
2020 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify()
2626 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1354 switch (getTextureChannelClass(dst.getFormat().type)) in copyPixels()
1515 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries()

123