Home
last modified time | relevance | path

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

12

/external/deqp/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()
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()
853 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationCompare()
854 …tcu::getTextureChannelClass(result.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_PO… in intThresholdPositionDeviationCompare()
932 …if (tcu::getTextureChannelClass(reference.getFormat().type) != tcu::TEXTURECHANNELCLASS_UNSIGNED_F… in intThresholdPositionDeviationErrorThresholdCompare()
[all …]
DtcuTextureUtil.cpp162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() function
463 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMinIntValue()
479 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER); in getFormatMaxIntValue()
499 DE_ASSERT(getTextureChannelClass(format.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER); in getFormatMaxUintValue()
1087 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy()
1088 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy()
1139 switch (getTextureChannelClass(format.type)) in estimatePixelValueRange()
1599 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat()
1635 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt()
1664 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint()
[all …]
DtcuTextureUtil.hpp67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
/external/deqp/modules/gles31/functional/
Des31fDrawBuffersIndexedTests.cpp316 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 …]
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()
403 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture()
429 switch (tcu::getTextureChannelClass(format.type)) in verifyRenderbuffer()
[all …]
Des31fFboTestUtil.cpp416 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer()
546 switch (tcu::getTextureChannelClass(format.type)) in getFragmentOutputType()
567 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 …]
/external/deqp/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.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()
294 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslTextureType()
296 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslTextureType()
DvktPipelineClearUtil.cpp38 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in defaultClearColor()
DvktPipelineImageViewTests.cpp229 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType()
231 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType()
DvktPipelineReferenceRenderer.hpp128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
DvktPipelineSamplerTests.cpp326 if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in getGlslSamplerType()
328 else if (tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) in getGlslSamplerType()
DvktPipelineReferenceRenderer.cpp176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp965 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType()
966 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getShaderImageType()
1048 …const char* formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getGlslSamplerType()
1049 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getGlslSamplerType()
1135 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType()
1159 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp866 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DType()
902 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DType()
938 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeType()
974 switch (tcu::getTextureChannelClass(format.type)) in getSampler1DArrayType()
1010 switch (tcu::getTextureChannelClass(format.type)) in getSampler2DArrayType()
1046 switch (tcu::getTextureChannelClass(format.type)) in getSampler3DType()
1082 switch (tcu::getTextureChannelClass(format.type)) in getSamplerCubeArrayType()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp779 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat()
781 DE_ASSERT(getTextureChannelClass(texFormat.type) < 2); in convertNormalizedFormat()
892 DE_ASSERT(getTextureChannelClass(texFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT); in convertFloatFormat()
933 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp261 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue()
340 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToColorClearValue()
1376 if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_FLOATING_POINT in makeClearColorValue()
1377 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT in makeClearColorValue()
1378 || getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) in makeClearColorValue()
1385 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_UNSIGNED_INTEGER) in makeClearColorValue()
1394 else if (getTextureChannelClass(tcuFormat.type) == TEXTURECHANNELCLASS_SIGNED_INTEGER) in makeClearColorValue()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.cpp628 …std::string formatPart = tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_UNSI… in getShaderImageType()
629 … tcu::getTextureChannelClass(format.type) == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER ? "i" : ""; in getShaderImageType()
653 switch (tcu::getTextureChannelClass(format.type)) in getShaderImageDataType()
DvktSparseResourcesShaderIntrinsicsBase.cpp46 switch (tcu::getTextureChannelClass(format.type)) in getOpTypeImageComponent()
60 switch (tcu::getTextureChannelClass(format.type)) in getImageComponentTypeName()
74 switch (tcu::getTextureChannelClass(format.type)) in getImageComponentVec4TypeName()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp34 …return tcu::getTextureChannelClass(mapVkFormat(format).type) == tcu::TEXTURECHANNELCLASS_FLOATING_… in isFloatFormat()
39 …return tcu::getTextureChannelClass(mapVkFormat(format).type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_… in isUnormFormat()
44 …return tcu::getTextureChannelClass(mapVkFormat(format).type) == tcu::TEXTURECHANNELCLASS_SIGNED_FI… in isSnormFormat()
49 …return tcu::getTextureChannelClass(mapVkFormat(format).type) == tcu::TEXTURECHANNELCLASS_SIGNED_IN… in isIntFormat()
54 …return tcu::getTextureChannelClass(mapVkFormat(format).type) == tcu::TEXTURECHANNELCLASS_UNSIGNED_… in isUintFormat()
2212 …const VkBorderColor borderColor = mapBorderColor(getTextureChannelClass(format.type), sampler.b… in mapSampler()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp937 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in submit()
1124 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify()
1440 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
1470 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
1550 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp761 …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()
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()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1308 switch (getTextureChannelClass(dst.getFormat().type)) in copyPixels()
1469 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries()

12