Home
last modified time | relevance | path

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

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