Lines Matching defs:result

2325    VkResult result =
2328 if (result != VK_SUCCESS)
2329 return result;
2333 return result;
2392 VkResult result = tu_suballoc_bo_alloc(&pipeline->bo, &dev->pipeline_suballoc,
2395 if (result != VK_SUCCESS)
2396 return result;
2790 VkResult result = VK_SUCCESS;
2877 result = VK_ERROR_OUT_OF_HOST_MEMORY;
2919 result = VK_ERROR_OUT_OF_HOST_MEMORY;
2965 result = VK_ERROR_OUT_OF_HOST_MEMORY;
3008 result = VK_ERROR_OUT_OF_HOST_MEMORY;
3082 return result;
3776 VkResult result;
3787 result = tu_pipeline_builder_compile_shaders(builder, *pipeline);
3788 if (result != VK_SUCCESS) {
3790 return result;
3793 result = tu_pipeline_allocate_cs(builder->device, *pipeline,
3795 if (result != VK_SUCCESS) {
3797 return result;
3828 result = tu_setup_pvtmem(builder->device, *pipeline, &builder->pvtmem,
3830 if (result != VK_SUCCESS) {
3832 return result;
4015 VkResult result = tu_pipeline_builder_build(&builder, &pipeline);
4018 if (result == VK_SUCCESS)
4023 return result;
4038 VkResult result = tu_graphics_pipeline_create(device, pipelineCache,
4042 if (result != VK_SUCCESS) {
4043 final_result = result;
4069 VkResult result;
4132 result = VK_PIPELINE_COMPILE_REQUIRED;
4147 result = VK_ERROR_OUT_OF_HOST_MEMORY;
4154 result = VK_ERROR_OUT_OF_HOST_MEMORY;
4167 result = VK_ERROR_OUT_OF_HOST_MEMORY;
4191 result = tu_pipeline_allocate_cs(dev, pipeline, layout, NULL, v);
4192 if (result != VK_SUCCESS)
4230 return result;
4245 VkResult result = tu_compute_pipeline_create(device, pipelineCache,
4248 if (result != VK_SUCCESS) {
4249 final_result = result;
4414 "SS bit is set for instructions which depend on a result "
4423 "SY bit is set for instructions which depend on a result "