Lines Matching defs:result

310    VkResult result;
314 result = anv_reloc_list_add(&cmd_buffer->surface_relocs,
319 result = anv_reloc_list_add_bo(&cmd_buffer->surface_relocs,
324 if (unlikely(result != VK_SUCCESS))
325 anv_batch_set_error(&cmd_buffer->batch, result);
338 VkResult result =
345 if (result != VK_SUCCESS)
346 anv_batch_set_error(&cmd_buffer->batch, result);
350 VkResult result =
358 if (result != VK_SUCCESS)
359 anv_batch_set_error(&cmd_buffer->batch, result);
1622 VkResult result;
1718 result = anv_cmd_buffer_init_attachments(cmd_buffer, color_att_count);
1719 if (result != VK_SUCCESS)
1720 return result;
2037 * SW (CPU) actually reading the result data from memory, or initiating
2905 VkResult result = VK_SUCCESS;
2916 result = emit_samplers(cmd_buffer, pipe_state, shaders[i],
2918 if (result != VK_SUCCESS)
2922 result = emit_binding_table(cmd_buffer, pipe_state, shaders[i],
2924 if (result != VK_SUCCESS)
2930 if (result != VK_SUCCESS) {
2931 assert(result == VK_ERROR_OUT_OF_DEVICE_MEMORY);
2933 result = anv_cmd_buffer_new_binding_table_block(cmd_buffer);
2934 if (result != VK_SUCCESS)
2951 result = emit_samplers(cmd_buffer, pipe_state, shaders[i],
2953 if (result != VK_SUCCESS) {
2954 anv_batch_set_error(&cmd_buffer->batch, result);
2957 result = emit_binding_table(cmd_buffer, pipe_state, shaders[i],
2959 if (result != VK_SUCCESS) {
2960 anv_batch_set_error(&cmd_buffer->batch, result);
4187 /* Emitting draw index or vertex index BOs may result in needing
4382 /* Emitting draw index or vertex index BOs may result in needing
4405 /* Emitting draw index or vertex index BOs may result in needing
4495 /* Emitting draw index or vertex index BOs may result in needing
4605 /* Emitting draw index or vertex index BOs may result in needing
4663 /* Emitting draw index or vertex index BOs may result in needing
4727 /* While draw_index < draw_count the predicate's result will be
4729 * When draw_index == draw_count the result is
4834 /* Emitting draw index or vertex index BOs may result in needing
4903 /* Emitting draw index or vertex index BOs may result in needing
6464 VkResult result;
6496 result = anv_cmd_buffer_init_attachments(cmd_buffer, color_att_count);
6497 if (result != VK_SUCCESS)
7110 * result of writes to the MSAA color attachments show up in the sampler
7122 * result of writes to the MSAA depth attachments show up in the sampler
7277 /* Precompute predicate result, it is necessary to support secondary