Home | History | Annotate | Download | only in vk

Lines Matching refs:device

54     err = VK_CALL(gpu, CreateBuffer(gpu->device(), &bufInfo, nullptr, &buffer));
66 VK_CALL(gpu, DestroyBuffer(gpu->device(), buffer, nullptr));
72 VK_CALL(gpu, DestroyBuffer(gpu->device(), buffer, nullptr));
73 VK_CALL(gpu, FreeMemory(gpu->device(), alloc, nullptr));
106 VK_CALL(gpu, DestroyBuffer(gpu->device(), fBuffer, nullptr));
107 VK_CALL(gpu, FreeMemory(gpu->device(), fAlloc, nullptr));
128 VkResult err = VK_CALL(gpu, MapMemory(gpu->device(), alloc(), 0, VK_WHOLE_SIZE, 0, &fMapPtr));
141 VK_CALL(gpu, UnmapMemory(gpu->device(), alloc()));
159 VkResult err = VK_CALL(gpu, MapMemory(gpu->device(), alloc(), 0, srcSizeInBytes, 0, &mapPtr));
167 VK_CALL(gpu, UnmapMemory(gpu->device(), alloc()));