Home
last modified time | relevance | path

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

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedFormatsTests.cpp74 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()
DvktImageMismatchedWriteOpTests.cpp55 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()
DvktImageTestsUtil.cpp783 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/
DtcuTextureUtil.hpp58 enum TextureChannelClass enum
69 TextureChannelClass getTextureChannelClass (TextureFormat::ChannelType channelType);
DtcuTextureUtil.cpp162 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()
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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp140 ChannelAccess (tcu::TextureChannelClass channelClass,
161 const tcu::TextureChannelClass m_channelClass;
DvktYCbCrUtil.cpp769 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/
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()
DvktPipelineReferenceRenderer.cpp176 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
DvktPipelineImageSamplingInstance.cpp1067 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/
DditTextureFormatTests.cpp50 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/
Des3fFramebufferBlitTests.cpp763 …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()
Des3fPixelBufferObjectTests.cpp97 tcu::TextureChannelClass m_texChannelClass;
Des3fFboColorbufferTests.cpp119 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render()
1138 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
Des3fFragmentOutputTests.cpp576 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/
DvktSampleVerifierUtil.cpp784 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/
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()
DvktRenderPassMultisampleTests.cpp1550 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/
DvktApiImageClearingTests.cpp264 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/
Des31fShaderFramebufferFetchTests.cpp383 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()
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;
2033 const tcu::TextureChannelClass m_channelClass;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3311 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()

12