Home
last modified time | relevance | path

Searched refs:CreateStorageBufferDescriptorPool (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/tests/VulkanUnitTests/
H A DDevice.hpp87 VkResult CreateStorageBufferDescriptorPool(uint32_t descriptorCount,
H A DDevice.cpp274 VkResult Device::CreateStorageBufferDescriptorPool(uint32_t descriptorCount, in CreateStorageBufferDescriptorPool() function in Device
H A DComputeTests.cpp245 VK_ASSERT(device->CreateStorageBufferDescriptorPool(2, &descriptorPool)); in test()