Searched refs:stencil_load_op (Results 1 – 11 of 11) 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()