/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMismatchedFormatsTests.cpp | 74 tcu::TextureChannelClass ChannelClass; 90 std::string ChannelClassToImageType(tcu::TextureChannelClass channelClass) in ChannelClassToImageType() 103 std::string ChannelClassToVecType(tcu::TextureChannelClass channelClass) in ChannelClassToVecType() 116 std::string ChannelClassToDefaultVecValue(tcu::TextureChannelClass channelClass) in ChannelClassToDefaultVecValue()
|
D | vktImageMismatchedWriteOpTests.cpp | 54 using tcu::TextureChannelClass; 503 std::vector<VkFormat> findFormatsByChannelClass(TextureChannelClass channelClass) in findFormatsByChannelClass() 538 TextureFormat::ChannelType makeChannelType(tcu::TextureChannelClass channelClass, bool doubled) in makeChannelType() 555 TextureFormat makeBufferFormat(tcu::TextureChannelClass channelClass, bool doubled) in makeBufferFormat() 978 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(texFormat.type); in compare()
|
D | vktImageTestsUtil.cpp | 843 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslAttachmentType() 867 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(textureFormat.type); in getGlslInputAttachmentType()
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.hpp | 59 enum TextureChannelClass enum 70 TextureChannelClass getTextureChannelClass(TextureFormat::ChannelType channelType);
|
D | tcuTextureUtil.cpp | 146 TextureChannelClass getTextureChannelClass(TextureFormat::ChannelType channelType) in getTextureChannelClass() 1372 TextureChannelClass srcClass = getTextureChannelClass(src.getFormat().type); in copy() 1373 TextureChannelClass dstClass = getTextureChannelClass(dst.getFormat().type); in copy() 1958 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorFloat() 1994 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorInt() 2024 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in getTextureBorderColorUint() 2053 const tcu::TextureChannelClass channelClass = getTextureChannelClass(format.type); in sampleTextureBorder()
|
D | tcuTexLookupVerifier.cpp | 645 const TextureChannelClass texClass = getTextureChannelClass(format.type); in isLinearSampleResultValid() 699 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() 772 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() 1009 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() 1099 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() 1214 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() 1503 … const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type); in isSeamlessLinearSampleResultValid() 1595 … const TextureChannelClass texClass = getTextureChannelClass(faces0[coords.face].getFormat().type); in isSeamplessLinearMipmapLinearSampleResultValid()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.hpp | 173 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShader() 228 … const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type); in ColorFragmentShaderDualSource()
|
D | vktPipelineReferenceRenderer.cpp | 211 const tcu::TextureChannelClass formatClass = tcu::getTextureChannelClass(colorFormat.type); in ReferenceRenderer()
|
D | vktPipelineImageSamplingInstance.cpp | 1085 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(dst.getFormat().type); in swizzle() 1157 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(format.type); in getSwizzleTargetFormat()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 196 … ChannelAccess(tcu::TextureChannelClass channelClass, uint8_t channelSize, const tcu::IVec3 &size, 219 const tcu::TextureChannelClass m_channelClass;
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktShaderTileImageTests.cpp | 194 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in isNormalizedColorFormat() 350 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in getColorTestTypeFS() 582 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in getSampleMaskTypeFS() 824 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in addCS() 895 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in initPrograms() 1025 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(colorFormat.type)); in checkSupport()
|
D | vktRasterizationDepthBiasControlTests.cpp | 118 tcu::TextureChannelClass getChannelClass(const tcu::TextureFormat &format) in getChannelClass()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 54 using tcu::TextureChannelClass; 1042 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(m_format.type); in verifyInfoQueries() 1048 … TCU_CHECK(de::inBounds(chnClass, (tcu::TextureChannelClass)0, tcu::TEXTURECHANNELCLASS_LAST)); in verifyInfoQueries()
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 692 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertNormalizedFormat() 863 const TextureChannelClass chanClass = getTextureChannelClass(texFormat.type); in convertFormat()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 816 const tcu::TextureChannelClass targetClass = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? in render() 1059 tcu::TextureChannelClass srcType = tcu::getTextureChannelClass(srcTexFmt.type); in init() 1062 tcu::TextureChannelClass dstType = tcu::getTextureChannelClass(dstTexFmt.type); in init() 1167 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
D | es3fPixelBufferObjectTests.cpp | 97 tcu::TextureChannelClass m_texChannelClass;
|
D | es3fFboColorbufferTests.cpp | 122 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(fboFormat.type); in render() 1115 tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(texFmt.type); in init()
|
D | es3fFragmentOutputTests.cpp | 552 const tcu::TextureChannelClass chnClass = tcu::getTextureChannelClass(texFmt.type); in iterate() 886 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 267 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in comparePixelToDepthClearValue() 338 … const BVec4 &channelMask, const TextureChannelClass &channelClass) in comparePixelToColorClearValue() 1387 const TextureChannelClass channelClass = getTextureChannelClass(format.type); in verifyResultImage() 2345 TextureChannelClass textureChannelClass; in createImageClearingTestsCommon() 2496 … const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon() 2847 … const TextureChannelClass channelClass = getTextureChannelClass(tcuFormat.type); in createImageClearingTestsCommon()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSparseRenderTargetTests.cpp | 590 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in verify() 693 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(texFormat.type)); in init()
|
D | vktRenderPassMultisampleResolveTests.cpp | 502 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in getClearValue() 1046 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in verify() 1406 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in iterate() 1442 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in iterate() 2052 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(format.type); in submitDynamicRendering() 2301 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in verify() 2843 const tcu::TextureChannelClass channelClass(tcu::getTextureChannelClass(format.type)); in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderFramebufferFetchTests.cpp | 396 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genShaderSources() 448 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genAttachementTexture() 622 tcu::TextureChannelClass textureChannelClass = tcu::getTextureChannelClass(m_texFmt.type); in genReferenceTexture()
|
D | es31fFboTestUtil.cpp | 440 const tcu::TextureChannelClass fmtClass = tcu::getTextureChannelClass(format.type); in clearColorBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/shader_object/ |
D | vktShaderObjectRenderingTests.cpp | 379 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(tcuFormat.type); in getClearValue() 524 …const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(outputImage.getFormat().… in generateExpectedImage()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 3695 tcu::TextureFormat getChannelAccessFormat(tcu::TextureChannelClass type, uint32_t offsetBits, uint3… in getChannelAccessFormat() 3783 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 3824 …return tcu::PixelBufferAccess(getChannelAccessFormat((tcu::TextureChannelClass)formatInfo.channels… in getChannelAccess() 4185 static VkBorderColor mapBorderColor(tcu::TextureChannelClass channelClass, const rr::GenericVec4 &c… in mapBorderColor()
|