/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 74 tcu::TextureChannelClass ChannelClass; 90 std::string ChannelClassToImageType (tcu::TextureChannelClass channelClass) in ChannelClassToImageType() 100 std::string ChannelClassToVecType (tcu::TextureChannelClass channelClass) in ChannelClassToVecType() 110 std::string ChannelClassToDefaultVecValue (tcu::TextureChannelClass channelClass) in ChannelClassToDefaultVecValue()
|
D | vktImageMismatchedWriteOpTests.cpp | 55 using tcu::TextureChannelClass; 497 std::vector<VkFormat> findFormatsByChannelClass(TextureChannelClass channelClass) in findFormatsByChannelClass() 525 TextureFormat::ChannelType makeChannelType (tcu::TextureChannelClass channelClass, bool doubled) in makeChannelType() 542 TextureFormat makeBufferFormat (tcu::TextureChannelClass channelClass, bool doubled) in makeBufferFormat() 957 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type); in compare()
|
D | vktImageTestsUtil.cpp | 783 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() 807 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.hpp | 58 enum TextureChannelClass enum 69 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
|
D | tcuTextureUtil.cpp | 162 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType) in getTextureChannelClass() 1199 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy() 1200 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() 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() 1813 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 140 ChannelAccess (tcu::TextureChannelClass channelClass, 161 const tcu::TextureChannelClass m_channelClass;
|
D | vktYCbCrUtil.cpp | 769 ChannelAccess::ChannelAccess (tcu::TextureChannelClass channelClass, in ChannelAccess() 987 …return ChannelAccess((tcu::TextureChannelClass)formatInfo.channels[channelNdx].type, sizeBits, tcu… in getChannelAccess()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 168 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader() 218 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShaderDualSource()
|
D | vktPipelineReferenceRenderer.cpp | 176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
|
D | vktPipelineImageSamplingInstance.cpp | 1067 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(dst.getFormat().type); in swizzle() 1110 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(format.type); in getSwizzleTargetFormat()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 763 …const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::getTex… 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()
|
D | es3fPixelBufferObjectTests.cpp | 97 tcu::TextureChannelClass m_texChannelClass;
|
D | es3fFboColorbufferTests.cpp | 119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render() 1138 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
D | es3fFragmentOutputTests.cpp | 576 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type); in iterate() 885 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 529 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() 630 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(texFormat.type)); in init()
|
D | vktRenderPassMultisampleResolveTests.cpp | 480 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()
|
D | vktRenderPassMultisampleTests.cpp | 1550 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in iterateInternal() 1726 const tcu::TextureChannelClass channelClass (tcu::getTextureChannelClass(format.type)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 264 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() 343 const TextureChannelClass& channelClass) in comparePixelToColorClearValue() 1236 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in verifyResultImage() 2059 TextureChannelClass textureChannelClass; in createImageClearingTestsCommon() 2223 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon() 2410 const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 383 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genShaderSources() 433 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture() 604 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; 2033 const tcu::TextureChannelClass m_channelClass;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3311 tcu::TextureFormat getChannelAccessFormat (tcu::TextureChannelClass type, in getChannelAccessFormat() 3409 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 3454 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 3787 static VkBorderColor mapBorderColor (tcu::TextureChannelClass channelClass, const rr::GenericVec4& … in mapBorderColor()
|