Lines Matching defs:result

362    VkResult result =
364 if (result != VK_SUCCESS) {
366 return result;
406 result = vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
415 result = vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
423 result = vk_error(device, VK_ERROR_OUT_OF_HOST_MEMORY);
428 if (result != VK_SUCCESS)
433 return result;
513 VkResult result = VK_SUCCESS;
517 result = dzn_cmd_buffer_create(pAllocateInfo,
519 if (result != VK_SUCCESS)
523 if (result != VK_SUCCESS) {
530 return result;
627 VkResult result = dzn_cmd_buffer_dynbitset_reserve(cmdbuf, array, bit);
628 if (result != VK_SUCCESS)
629 return result;
649 VkResult result = dzn_cmd_buffer_dynbitset_reserve(cmdbuf, array, bit + count - 1);
650 if (result != VK_SUCCESS)
651 return result;
750 VkResult result =
752 if (result != VK_SUCCESS)
753 return result;
849 VkResult result =
851 if (result != VK_SUCCESS)
852 return result;
854 result = dzn_cmd_buffer_collect_query_ops(cmdbuf, qpool, &state->reset, &cmdbuf->queries.reset);
855 if (result != VK_SUCCESS)
856 return result;
858 result = dzn_cmd_buffer_collect_query_ops(cmdbuf, qpool, &state->wait, &cmdbuf->queries.wait);
859 if (result != VK_SUCCESS)
860 return result;
862 result = dzn_cmd_buffer_collect_query_ops(cmdbuf, qpool, &state->signal, &cmdbuf->queries.signal);
863 if (result != VK_SUCCESS)
864 return result;
1140 VkResult result =
1145 if (result != VK_SUCCESS)
1281 VkResult result =
1286 if (result != VK_SUCCESS)
2534 VkResult result =
2539 if (result != VK_SUCCESS)
2540 return result;
2585 VkResult result =
2590 if (result != VK_SUCCESS)
2591 return result;
2739 VkResult result =
2744 if (result != VK_SUCCESS)
2753 result =
2759 if (result != VK_SUCCESS)
2762 result =
2768 if (result != VK_SUCCESS)
3137 VkResult result =
3142 if (result != VK_SUCCESS)
3174 VkResult result =
3178 if (result != VK_SUCCESS) {
3179 cmdbuf->error = result;
3218 VkResult result =
3221 if (result != VK_SUCCESS) {
3222 cmdbuf->error = result;
3308 VkResult result =
3313 if (result != VK_SUCCESS)
3348 VkResult result =
3353 if (result != VK_SUCCESS)
3866 VkResult result =
3868 if (result != VK_SUCCESS || !vertexCount)
3920 VkResult result =
3925 if (result != VK_SUCCESS)
3947 VkResult result =
3949 if (result != VK_SUCCESS || !indexCount)
4319 VkResult result =
4321 if (result != VK_SUCCESS)
4424 VkResult result =
4429 if (result != VK_SUCCESS)