Home
last modified time | relevance | path

Searched refs:TextureChannelClass (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp/framework/common/
DtcuTextureUtil.hpp56 enum TextureChannelClass enum
67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
DtcuTextureUtil.cpp162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass()
1087 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy()
1088 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy()
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()
1693 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in sampleTextureBorder()
DtcuTexLookupVerifier.cpp682 const TextureChannelClass texClass = getTextureChannelClass(format.type); in isLinearSampleResultValid()
739 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid()
811 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid()
1042 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid()
1130 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid()
1240 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid()
1536 const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type); in isSeamlessLinearSampleResultValid()
1620 const TextureChannelClass texClass = getTextureChannelClass(faces0[coords.face].getFormat().type); in isSeamplessLinearMipmapLinearSampleResultValid()
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp134 ChannelAccess (tcu::TextureChannelClass channelClass,
155 const tcu::TextureChannelClass m_channelClass;
DvktYCbCrUtil.cpp745 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass, in ChannelAccess()
965 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu… in getChannelAccess()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp50 using tcu::TextureChannelClass;
1469 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries()
1475 TCU_CHECK(de::inBounds(chnClass, (tcu::TextureChannelClass)0, tcu::TEXTURECHANNELCLASS_LAST)); in verifyInfoQueries()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp942 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in submit()
1045 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify()
1372 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
1402 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate()
1505 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
DvktRenderPassSparseRenderTargetTests.cpp494 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal()
595 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init()
DvktRenderPassMultisampleTests.cpp1436 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal()
1612 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp761 …const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTex… 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()
Des3fPixelBufferObjectTests.cpp97 tcu::TextureChannelClass m_texChannelClass;
Des3fFboColorbufferTests.cpp119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render()
1136 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
Des3fFragmentOutputTests.cpp576 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type); in iterate()
884 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
DvktPipelineReferenceRenderer.cpp176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
DvktPipelineImageSamplingInstance.cpp950 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(dst.getFormat().type); in swizzle()
993 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(format.type); in getSwizzleTargetFormat()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp779 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat()
933 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTestsUtil.cpp859 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType()
883 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp2099 tcu::TextureFormat getChannelAccessFormat (tcu::TextureChannelClass type, in getChannelAccessFormat()
2187 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess()
2498 static VkBorderColor mapBorderColor (tcu::TextureChannelClass channelClass, const rr::GenericVec4& … in mapBorderColor()
/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp404 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture()
569 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genReferenceTexture()
Des31fFboTestUtil.cpp422 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer()
Des31fTextureBorderClampTests.cpp149 tcu::TextureChannelClass getFormatChannelClass (deUint32 format, tcu::Sampler::DepthStencilMode mod… in getFormatChannelClass()
593 const tcu::TextureChannelClass m_channelClass;
2032 const tcu::TextureChannelClass m_channelClass;
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue()
343 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToColorClearValue()
DvktApiCopiesAndBlittingTests.cpp368 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(buffer.getFormat().type); in generateBuffer()
1977 const tcu::TextureChannelClass dstChannelClass = tcu::getTextureChannelClass(dstFormat.type); in checkLinearFilteredResult()
1978 const tcu::TextureChannelClass srcChannelClass = tcu::getTextureChannelClass(srcFormat.type); in checkLinearFilteredResult()
2085 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in getFloatOrFixedPointFormatThreshold()
2228 const tcu::TextureChannelClass dstChannelClass = tcu::getTextureChannelClass(dstFormat.type); in checkNearestFilteredResult()
2229 const tcu::TextureChannelClass srcChannelClass = tcu::getTextureChannelClass(srcFormat.type); in checkNearestFilteredResult()
3066 const tcu::TextureChannelClass dstChannelClass = tcu::getTextureChannelClass(dstFormat.type); in checkNearestFilteredResult()
/external/deqp/framework/referencerenderer/
DrrRenderer.cpp1002 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference()
1588 …const tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(command.renderTarget… in isValidCommand()

12