Searched defs:pvr_render_pass_info (Results 1 – 1 of 1) sorted by relevance
589 struct pvr_render_pass_info { struct590 const struct pvr_render_pass *pass;591 struct pvr_framebuffer *framebuffer;593 struct pvr_image_view **attachments;595 uint32_t subpass_idx;596 uint32_t current_hw_subpass;598 VkRect2D render_area;600 uint32_t clear_value_count;601 VkClearValue *clear_values;603 VkPipelineBindPoint pipeline_bind_point;[all …]