Lines Matching refs:loadOp
124 .loadOp = pCreateInfo->pAttachments[i].loadOp,
338 .load_op = desc->loadOp,
954 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
973 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
984 .loadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
1520 .loadOp = rp_att->load_op,
1529 .loadOp = rp_att->stencil_load_op,
1607 color_attachment->loadOp = rp_att->load_op;
1617 assert(color_attachment->loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR);
1635 color_attachment->loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
1719 depth_attachment.loadOp = rp_att->load_op;
1721 stencil_attachment.loadOp = rp_att->stencil_load_op;
1733 assert(depth_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR);
1741 assert(stencil_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR);
1755 depth_attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
1756 stencil_attachment.loadOp = VK_ATTACHMENT_LOAD_OP_LOAD;
2060 /* Fragment shading rate attachments have no loadOp (it's implicitly