Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp46 VkResult CreateStorageBuffer(VkDeviceMemory memory, VkDeviceSize size,
DComputeTests.cpp202 VK_ASSERT(device->CreateStorageBuffer(memory, in test()
208 VK_ASSERT(device->CreateStorageBuffer(memory, in test()
DDevice.cpp147 VkResult Device::CreateStorageBuffer( in CreateStorageBuffer() function in Device