Searched refs:clear_attachments (Results 1 – 6 of 6) sorted by relevance
1107 cmd->u.clear_attachments.attachment_count = attachmentCount; in lvp_CmdClearAttachments()1108 cmd->u.clear_attachments.attachments = (VkClearAttachment *)(cmd + 1); in lvp_CmdClearAttachments()1110 cmd->u.clear_attachments.attachments[i] = pAttachments[i]; in lvp_CmdClearAttachments()1111 cmd->u.clear_attachments.rect_count = rectCount; in lvp_CmdClearAttachments()1112 …cmd->u.clear_attachments.rects = (VkClearRect *)(cmd->u.clear_attachments.attachments + attachment… in lvp_CmdClearAttachments()1114 cmd->u.clear_attachments.rects[i] = pRects[i]; in lvp_CmdClearAttachments()
940 struct lvp_cmd_clear_attachments clear_attachments; member
2198 for (uint32_t a = 0; a < cmd->u.clear_attachments.attachment_count; a++) { in handle_clear_attachments()2199 VkClearAttachment *att = &cmd->u.clear_attachments.attachments[a]; in handle_clear_attachments()2220 for (uint32_t r = 0; r < cmd->u.clear_attachments.rect_count; r++) { in handle_clear_attachments()2222 VkClearRect *rect = &cmd->u.clear_attachments.rects[r]; in handle_clear_attachments()
1624 job->cpu.clear_attachments.rects = in handle_deferred_clear_attachments()1628 if (!job->cpu.clear_attachments.rects) { in handle_deferred_clear_attachments()1633 job->cpu.clear_attachments.attachment_count = attachmentCount; in handle_deferred_clear_attachments()1634 memcpy(job->cpu.clear_attachments.attachments, pAttachments, in handle_deferred_clear_attachments()1637 job->cpu.clear_attachments.rect_count = rectCount; in handle_deferred_clear_attachments()1638 memcpy(job->cpu.clear_attachments.rects, pRects, in handle_deferred_clear_attachments()
887 struct v3dv_clear_attachments_cpu_job_info clear_attachments; member
2634 &secondary_job->cpu.clear_attachments; in cmd_buffer_execute_inside_pass()