Home
last modified time | relevance | path

Searched refs:descriptorPoolInfo (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp94 const VkDescriptorPoolCreateInfo descriptorPoolInfo = in resetDescriptorPoolTest() local
107 &descriptorPoolInfo)); in resetDescriptorPoolTest()
H A DvktApiObjectManagementTests.cpp2181 const VkDescriptorPoolCreateInfo descriptorPoolInfo = in create() local
2191 return createDescriptorPool(env.vkd, env.device, &descriptorPoolInfo, env.allocationCallbacks); in create()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorPoolTests.cpp94 const VkDescriptorPoolCreateInfo descriptorPoolInfo = in resetDescriptorPoolTest() local
107 &descriptorPoolInfo)); in resetDescriptorPoolTest()
H A DvktApiObjectManagementTests.cpp2181 const VkDescriptorPoolCreateInfo descriptorPoolInfo = in create() local
2191 return createDescriptorPool(env.vkd, env.device, &descriptorPoolInfo, env.allocationCallbacks); in create()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_helpers.cpp2624 VkDescriptorPoolCreateInfo descriptorPoolInfo = {}; in init() local
2625 descriptorPoolInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; in init()
2626 descriptorPoolInfo.flags = 0; in init()
2627 descriptorPoolInfo.maxSets = maxSets; in init()
2628 descriptorPoolInfo.poolSizeCount = static_cast<uint32_t>(poolSizes.size()); in init()
2629 descriptorPoolInfo.pPoolSizes = poolSizes.data(); in init()
2633 ANGLE_VK_TRY(contextVk, mDescriptorPool.init(contextVk->getDevice(), descriptorPoolInfo)); in init()

Completed in 26 milliseconds