Searched refs:stencil_load_op (Results 1 – 13 of 13) sorted by relevance
433 VkAttachmentLoadOp stencil_load_op, in attachment_set_ops() argument443 bool stencil_clear = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR); in attachment_set_ops()444 bool stencil_load = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD); in attachment_set_ops()
284 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp, in anv_CreateRenderPass()523 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp, in anv_CreateRenderPass2()
1454 if (pass_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) { in genX()1456 } else if (pass_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD) { in genX()
4393 VkAttachmentLoadOp stencil_load_op; member
362 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in radv_CreateRenderPass()541 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in radv_CreateRenderPass2()
2303 VkAttachmentLoadOp stencil_load_op; member
3617 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in radv_cmd_state_setup_attachments()3621 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) { in radv_cmd_state_setup_attachments()
185 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp; in lvp_CreateRenderPass()
376 VkAttachmentLoadOp stencil_load_op; member
313 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE) in state_setup_attachments()317 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) { in state_setup_attachments()
1160 if (util_format_has_stencil(desc) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) { in render_subpass_clear()
159 stencil_load_op: attachment.stencil_load.into(), in new()
7235 pub stencil_load_op: AttachmentLoadOp, field7285 pub fn stencil_load_op(mut self, stencil_load_op: AttachmentLoadOp) -> Self { in stencil_load_op() method7286 self.inner.stencil_load_op = stencil_load_op; in stencil_load_op()26801 pub stencil_load_op: AttachmentLoadOp, field26816 stencil_load_op: AttachmentLoadOp::default(), in default()26869 pub fn stencil_load_op(mut self, stencil_load_op: AttachmentLoadOp) -> Self { in stencil_load_op() method26870 self.inner.stencil_load_op = stencil_load_op; in stencil_load_op()