Searched refs:local_result (Results 1 – 3 of 3) sorted by relevance
88 local_result = LocalTestResult(result)93 super(ReferenceLeakCheckerMixin, self).run(result=local_result)
3019 VkResult local_result; in v3dv_CreateGraphicsPipelines() local3021 local_result = graphics_pipeline_create(_device, in v3dv_CreateGraphicsPipelines()3027 if (local_result != VK_SUCCESS) { in v3dv_CreateGraphicsPipelines()3028 result = local_result; in v3dv_CreateGraphicsPipelines()3172 VkResult local_result; in v3dv_CreateComputePipelines() local3173 local_result = compute_pipeline_create(_device, in v3dv_CreateComputePipelines()3179 if (local_result != VK_SUCCESS) { in v3dv_CreateComputePipelines()3180 result = local_result; in v3dv_CreateComputePipelines()
13174 auto local_result = pPresentInfo->pResults ? pPresentInfo->pResults[i] : result; in PostCallRecordQueuePresentKHR() local13175 …if (local_result != VK_SUCCESS && local_result != VK_SUBOPTIMAL_KHR) continue; // this present di… in PostCallRecordQueuePresentKHR()