/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 56 enum TextureChannelClass enum 67 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
|
D | tcuTextureUtil.cpp | 162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() 1123 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy() 1124 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() 1640 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat() 1676 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt() 1705 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint() 1734 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in sampleTextureBorder()
|
D | tcuTexLookupVerifier.cpp | 682 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/ |
D | vktYCbCrUtil.hpp | 140 ChannelAccess (tcu::TextureChannelClass channelClass, 161 const tcu::TextureChannelClass m_channelClass;
|
D | vktYCbCrUtil.cpp | 724 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass, in ChannelAccess() 942 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu… in getChannelAccess()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 50 using tcu::TextureChannelClass; 1515 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries() 1521 TCU_CHECK(de::inBounds(chnClass, (tcu::TextureChannelClass)0, tcu::TEXTURECHANNELCLASS_LAST)); in verifyInfoQueries()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader()
|
D | vktPipelineReferenceRenderer.cpp | 176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
|
D | vktPipelineImageSamplingInstance.cpp | 995 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(dst.getFormat().type); in swizzle() 1038 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(format.type); in getSwizzleTargetFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 761 …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()
|
D | es3fPixelBufferObjectTests.cpp | 97 tcu::TextureChannelClass m_texChannelClass;
|
D | es3fFboColorbufferTests.cpp | 119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render() 1136 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
D | es3fFragmentOutputTests.cpp | 576 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/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 494 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() 595 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init()
|
D | vktRenderPassMultisampleResolveTests.cpp | 429 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in clearAttachments() 728 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() 1049 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() 1079 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterate() 1754 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in verify() 2348 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
|
D | vktRenderPassMultisampleTests.cpp | 1533 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() 1709 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 758 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() 782 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 784 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat() 959 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
|
D | vktTextureFilteringExplicitLodTests.cpp | 77 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(tcuFormat.type); in getPrecision()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 404 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture() 569 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genReferenceTexture()
|
D | es31fFboTestUtil.cpp | 422 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer()
|
D | es31fTextureBorderClampTests.cpp | 149 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/framework/vulkan/ |
D | vkImageUtil.cpp | 3024 tcu::TextureFormat getChannelAccessFormat (tcu::TextureChannelClass type, in getChannelAccessFormat() 3111 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 3156 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 3467 static VkBorderColor mapBorderColor (tcu::TextureChannelClass channelClass, const rr::GenericVec4& … in mapBorderColor()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() 343 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToColorClearValue()
|
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.cpp | 1002 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(channelType); in findPrimitiveMinimumResolvableDifference() 1588 …const tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(command.renderTarget… in isValidCommand()
|