Lines Matching defs:result
389 VkResult result;
438 result = vk_pipeline_shader_stage_to_nir(&pdevice->vk, sinfo,
441 if (result != VK_SUCCESS)
442 return result;
745 VkResult result;
805 result = vk_graphics_pipeline_state_fill(&device->vk,
810 if (result != VK_SUCCESS)
811 return result;
830 result = lvp_shader_compile_to_ir(pipeline, sinfo);
831 if (result != VK_SUCCESS)
916 return result;
929 VkResult result;
941 result = lvp_graphics_pipeline_init(pipeline, device, cache, pCreateInfo);
942 if (result != VK_SUCCESS) {
944 return result;
967 VkResult result = VK_SUCCESS;
978 result = r;
984 if (result != VK_SUCCESS) {
989 return result;
1006 VkResult result = lvp_shader_compile_to_ir(pipeline, &pCreateInfo->stage);
1007 if (result != VK_SUCCESS)
1008 return result;
1025 VkResult result;
1037 result = lvp_compute_pipeline_init(pipeline, device, cache, pCreateInfo);
1038 if (result != VK_SUCCESS) {
1040 return result;
1063 VkResult result = VK_SUCCESS;
1074 result = r;
1080 if (result != VK_SUCCESS) {
1086 return result;