Searched defs:pvr_render_pass_info (Results 1 – 1 of 1) sorted by relevance
588 struct pvr_render_pass_info { struct589 const struct pvr_render_pass *pass;590 struct pvr_framebuffer *framebuffer;592 struct pvr_image_view **attachments;594 uint32_t subpass_idx;595 uint32_t current_hw_subpass;597 VkRect2D render_area;599 uint32_t clear_value_count;600 VkClearValue *clear_values;602 VkPipelineBindPoint pipeline_bind_point;[all …]