Lines Matching refs:result
70 VkResult result;
72 result = ws->buffer_create(
76 if (result != VK_SUCCESS)
79 result = ws->buffer_make_resident(ws, device->trace_bo, true);
80 if (result != VK_SUCCESS)
707 struct tm *timep, result;
713 timep = os_localtime(&raw_time, &result);
854 VkResult result;
863 result = ws->buffer_make_resident(ws, device->trap_handler_shader->alloc->arena->bo, true);
864 if (result != VK_SUCCESS)
867 result = ws->buffer_create(ws, TMA_BO_SIZE, 256, RADEON_DOMAIN_VRAM,
871 if (result != VK_SUCCESS)
874 result = ws->buffer_make_resident(ws, device->tma_bo, true);
875 if (result != VK_SUCCESS)