Home
last modified time | relevance | path

Searched refs:descriptorTypeCount (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl618 …scriptorTypeListVALVE makeMutableDescriptorTypeListVALVE (deUint32 descriptorTypeCount, const VkDe… argument
621 res.descriptorTypeCount = descriptorTypeCount;
DvkStructTypes.inl5023 deUint32 descriptorTypeCount; member
DvkVulkan_c.inl12959 deUint32 descriptorTypeCount; member
DvkStrUtilImpl.inl10982 s << "\tdescriptorTypeCount = " << value.descriptorTypeCount << '\n';
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp615 vk::VkDescriptorPoolSize descriptorTypeCount = { type, count }; in addDescriptors() local
616 m_poolSizeCounts.push_back(descriptorTypeCount); in addDescriptors()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h12055 uint32_t descriptorTypeCount; member