Home
last modified time | relevance | path

Searched refs:DescriptorPoolSize (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.hpp255 class DescriptorPoolSize : public vk::VkDescriptorPoolSize class
258 DescriptorPoolSize (vk::VkDescriptorType _type, deUint32 _descriptorCount) in DescriptorPoolSize() function in vkt::Draw::DescriptorPoolSize
/external/swiftshader/tests/VulkanWrapper/
DDrawTester.cpp335 std::array<vk::DescriptorPoolSize, 1> poolSizes = {}; in createCommandBuffers()