Lines Matching refs:result
67 VkResult result = allocator->allocateBufferMemory(buffer, usage, propFlags, &memory);
68 if (!gpu->checkVkResult(result)) {
204 VkResult result = allocator->allocateImageMemory(image, propFlags, &memory);
205 if (!gpu->checkVkResult(result)) {
251 VkResult result = allocator->mapMemory(alloc.fBackendMemory, &mapPtr);
252 if (!gpu->checkVkResult(result)) {
300 VkResult result = allocator->flushMemory(alloc.fBackendMemory, offset, size);
301 gpu->checkVkResult(result);
315 VkResult result = allocator->invalidateMemory(alloc.fBackendMemory, offset, size);
316 gpu->checkVkResult(result);