Searched refs:getNumUsedChannels (Results 1 - 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessVertexAccessTests.cpp258 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order);
399 getNumUsedChannels(mapVkFormat(inputFormat).order) * (deUint32)s_indexConfigs[indexConfig].size() * 2, // numVertexValues
400 getNumUsedChannels(mapVkFormat(inputFormat).order), // numInstanceValues
611 const int numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order);
761 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(m_inputFormat).order);
1073 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(format).order);
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageTestsUtil.hpp65 int getNumUsedChannels (const vk::VkFormat format);
H A DvktImageTestsUtil.cpp1235 int getNumUsedChannels (const vk::VkFormat format) function in namespace:vkt::image
1242 return getNumUsedChannels(textureFormat.order);
H A DvktImageMultisampleLoadStoreTests.cpp90 const int numColorComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.format).order);
H A DvktImageMutableTests.cpp277 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.viewFormat).order);
H A DvktImageTranscodingSupportTests.cpp1143 if (getNumUsedChannels(featuredFormat) == 3)
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesImageSparseResidency.cpp628 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
641 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
659 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
H A DvktSparseResourcesImageMemoryAliasing.cpp643 if (deMemCmp(&outputValue, &referenceValue, sizeof(deUint32) * getNumUsedChannels(m_format.order)) != 0)
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp1691 const int componentCount (tcu::getNumUsedChannels(format.order));
1736 const int componentCount (tcu::getNumUsedChannels(format.order));
1786 const int componentCount (tcu::getNumUsedChannels(format.order));
1954 const int componentCount = tcu::getNumUsedChannels(format.order);
2016 const int componentCount = tcu::getNumUsedChannels(format.order);
2083 const int componentCount = tcu::getNumUsedChannels(format.order);
H A DvktRenderPassMultisampleResolveTests.cpp1148 const int componentCount (tcu::getNumUsedChannels(format.order));
1244 const int componentCount (tcu::getNumUsedChannels(format.order));
1344 const int componentCount (tcu::getNumUsedChannels(format.order));
1478 const int componentCount (tcu::getNumUsedChannels(format.order));
H A DvktRenderPassTests.cpp3140 const int componentCount = tcu::getNumUsedChannels(format.order);
3167 const int componentCount = tcu::getNumUsedChannels(format.order);
3192 const int componentCount = tcu::getNumUsedChannels(format.order);
3822 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order);
3837 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order);
3873 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order);
3909 const size_t componentCount = (size_t)tcu::getNumUsedChannels(format.order);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleImageTests.cpp718 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order);
883 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order);
H A DvktPipelineRenderToImageTests.cpp836 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order);
/external/deqp/framework/common/
H A DtcuTexture.cpp649 int getNumUsedChannels (TextureFormat::ChannelOrder order) function in namespace:tcu
758 return getNumUsedChannels(order) * getChannelSize(type);
1374 int numChannels = getNumUsedChannels(m_format.order);
1484 int numChannels = getNumUsedChannels(m_format.order);
H A DtcuTexture.hpp145 int getNumUsedChannels (TextureFormat::ChannelOrder order);
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp304 const deUint32 numChannels = getNumUsedChannels(mapVkFormat(attachmentFormat).order);

Completed in 416 milliseconds