Home
last modified time | relevance | path

Searched refs:getNumUsedChannels (Results 1 – 25 of 27) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMismatchedWriteOpTests.cpp101 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= sourceWidth); in MismatchedVectorSizesTest()
728 … = std::to_string(tcu::getChannelSize(buffFormat.type) * tcu::getNumUsedChannels(buffFormat.o… in getProgramCodeAndVariables()
874 …tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), sfloatColor, tcu::getNumUsedChannels(texFo… in populate()
882 …tmpFloats = ut::gluePixels(floatsAccess.getPixel(0, 0), ufloatColor, tcu::getNumUsedChannels(texFo… in populate()
960 const int targetWidth = getNumUsedChannels(texFormat.order); in compare()
1032 if (sourceWidth >= getNumUsedChannels(f)) in createImageWriteOpTests()
DvktImageLoadStoreUtil.cpp118 const deUint32 numChannels = getNumUsedChannels(mapTextureFormat(format)); in isRepresentableIntegerValue()
DvktImageTestsUtil.hpp66 int getNumUsedChannels (const vk::VkFormat format);
DvktImageTestsUtil.cpp849 int getNumUsedChannels (const vk::VkFormat format) in getNumUsedChannels() function
856 return getNumUsedChannels(textureFormat.order); in getNumUsedChannels()
DvktImageMismatchedFormatsTests.cpp83 result.VectorWidth = getNumUsedChannels(texFormat.order); in getFormatInfo()
DvktImageMultisampleLoadStoreTests.cpp94 const int numColorComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order); in initPrograms()
DvktImageTranscodingSupportTests.cpp1174 if (getNumUsedChannels(featuredFormat) == 3) in createImageTranscodingSupportTests()
DvktImageMutableTests.cpp370 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.viewFormat).order); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp288 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms()
450getNumUsedChannels(mapVkFormat(inputFormat).order) * (deUint32)s_indexConfigs[indexConfig].size() … in DrawIndexedAccessTest()
451 getNumUsedChannels(mapVkFormat(inputFormat).order), // numInstanceValues in DrawIndexedAccessTest()
686 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance()
843 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult()
1186 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order); in createDrawTests()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp1559 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal()
1604 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal()
1654 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal()
1824 const int componentCount = tcu::getNumUsedChannels(format.order); in init()
1886 const int componentCount = tcu::getNumUsedChannels(format.order); in init()
1953 const int componentCount = tcu::getNumUsedChannels(format.order); in init()
DvktRenderPassMultisampleResolveTests.cpp537 const deUint32 componentCount (tcu::getNumUsedChannels(tcuFormat.order)); in getFormatThreshold()
1047 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
1143 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
1244 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
1391 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterate()
2158 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify()
DvktRenderPassTests.cpp986 …const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format… in clearColorToString()
1077 …const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format… in randomColorClearValue()
3763 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues()
3790 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues()
3815 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues()
4026 …const deUint32 componentCount = useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(result.get… in verifyColorAttachment()
4338 const auto numChannels = tcu::getNumUsedChannels(access.getFormat().order); in logAndVerifyImages()
4392 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); in getAttachmentType()
4502 …const size_t componentCount = config.useFormatCompCount ? (size_t)tcu::getNumUsedChannels(forma… in createTestShaders()
4548 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); in createTestShaders()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineLogicOpTests.cpp246 , m_numChannels (tcu::getNumUsedChannels(m_tcuFormat.order)) in LogicOpTestInstance()
DvktPipelineSamplerBorderSwizzleTests.cpp381 const auto numComp = tcu::getNumUsedChannels(mapVkFormat(params.textureFormat).order); in getExpectedColor()
1126 const auto numComponents = tcu::getNumUsedChannels(tcuFormat.order); in getRandomClearColor()
DvktPipelineMultisampleImageTests.cpp923 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in addSimpleVertexAndFragmentPrograms()
1091 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms()
DvktPipelineRenderToImageTests.cpp730 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp158 const int nuc (getNumUsedChannels(m_inFormat.order)); in verifyPixels()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp756 const int numUsedChannels (tcu::getNumUsedChannels(depthAsColor.getFormat().order)); in verifyLayerContent()
771 const int numUsedChannels (tcu::getNumUsedChannels(stencilAsColor.getFormat().order)); in verifyLayerContent()
782 const int numUsedChannels (tcu::getNumUsedChannels(image.getFormat().order)); in verifyLayerContent()
/external/deqp/framework/common/
DtcuTexture.cpp693 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels() function
811 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize()
1537 int numChannels = getNumUsedChannels(m_format.order); in setPixel()
1649 int numChannels = getNumUsedChannels(m_format.order); in setPixel()
DtcuTexture.hpp155 int getNumUsedChannels (TextureFormat::ChannelOrder order);
/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp222 , m_num_channels(tcu::getNumUsedChannels(glu::mapGLInternalFormat(internalFormat).order)) in TexImageUtils()
DglcInternalformatTests.cpp232 unsigned int components = tcu::getNumUsedChannels(tcuTextureFormat.order); in createTexture()
/external/deqp/external/vulkancts/modules/vulkan/fragment_shading_rate/
DvktAttachmentRateTests.cpp1659 …deUint32 srWriteBufferSize = srWidth * srHeight * getNumUsedChannels(srTextureFormat.order) *… in runCopyModeOnTransferQueue()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp3667 const deUint32 componentCount (tcu::getNumUsedChannels(tcuFormat.order)); in getFormatComponentWidth()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp556 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()

12