/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
D | vktRobustnessVertexAccessTests.cpp | 258 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in initPrograms() 399 …getNumUsedChannels(mapVkFormat(inputFormat).order) * (deUint32)s_indexConfigs[indexConfig].size() … in DrawIndexedAccessTest() 400 getNumUsedChannels(mapVkFormat(inputFormat).order), // numInstanceValues in DrawIndexedAccessTest() 611 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in VertexAccessInstance() 761 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order); in verifyResult() 1073 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order); in createDrawTests()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassMultisampleTests.cpp | 1445 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1490 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1540 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterateInternal() 1708 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1770 const int componentCount = tcu::getNumUsedChannels(format.order); in init() 1837 const int componentCount = tcu::getNumUsedChannels(format.order); in init()
|
D | vktRenderPassMultisampleResolveTests.cpp | 113 const deUint32 componentCount (tcu::getNumUsedChannels(tcuFormat.order)); in getFormatThreshold() 1069 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1162 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1263 const int componentCount (tcu::getNumUsedChannels(format.order)); in verify() 1410 const int componentCount (tcu::getNumUsedChannels(format.order)); in iterate()
|
D | vktRenderPassTests.cpp | 943 …const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format… in clearColorToString() 1034 …const deUint32 componentCount = (useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(format… in randomColorClearValue() 3233 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues() 3260 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues() 3285 const int componentCount = tcu::getNumUsedChannels(format.order); in renderReferenceValues() 3495 …const deUint32 componentCount = useFormatCompCount ? (deUint32)tcu::getNumUsedChannels(result.get… in verifyColorAttachment() 3758 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); in getAttachmentType() 3861 …const size_t componentCount = config.useFormatCompCount ? (size_t)tcu::getNumUsedChannels(forma… in createTestShaders() 3907 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); in createTestShaders() 3922 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order); in createTestShaders() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesImageSparseResidency.cpp | 632 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate() 645 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate() 663 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
|
D | vktSparseResourcesImageMemoryAliasing.cpp | 648 …if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order))… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.hpp | 65 int getNumUsedChannels (const vk::VkFormat format);
|
D | vktImageTestsUtil.cpp | 959 int getNumUsedChannels (const vk::VkFormat format) in getNumUsedChannels() function 966 return getNumUsedChannels(textureFormat.order); in getNumUsedChannels()
|
D | vktImageMultisampleLoadStoreTests.cpp | 92 const int numColorComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order); in initPrograms()
|
D | vktImageTranscodingSupportTests.cpp | 1145 if (getNumUsedChannels(featuredFormat) == 3) in createImageTranscodingSupportTests()
|
D | vktImageMutableTests.cpp | 367 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.viewFormat).order); in initPrograms()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryLayeredRenderingTests.cpp | 633 const int numUsedChannels (tcu::getNumUsedChannels(depthAsColor.getFormat().order)); in verifyLayerContent() 648 const int numUsedChannels (tcu::getNumUsedChannels(stencilAsColor.getFormat().order)); in verifyLayerContent() 659 const int numUsedChannels (tcu::getNumUsedChannels(image.getFormat().order)); in verifyLayerContent()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 712 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in addSimpleVertexAndFragmentPrograms() 862 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms()
|
D | vktPipelineRenderToImageTests.cpp | 829 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms()
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 649 int getNumUsedChannels (TextureFormat::ChannelOrder order) in getNumUsedChannels() function 758 return getNumUsedChannels(order) * getChannelSize(type); in getPixelSize() 1374 int numChannels = getNumUsedChannels(m_format.order); in setPixel() 1484 int numChannels = getNumUsedChannels(m_format.order); in setPixel()
|
D | tcuTexture.hpp | 145 int getNumUsedChannels (TextureFormat::ChannelOrder order);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcInternalformatTests.cpp | 226 unsigned int components = tcu::getNumUsedChannels(tcuTextureFormat.order); in createTexture()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.cpp | 2313 const deUint32 componentCount (tcu::getNumUsedChannels(tcuFormat.order)); in getFormatComponentWidth()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 202 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order); in makeGraphicsPipeline()
|