Searched refs:stencil_load_op (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_pass.c186 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
334 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
H A Dradv_private.h1896 VkAttachmentLoadOp stencil_load_op; member in struct:radv_render_pass_attachment
H A Dradv_cmd_buffer.c2521 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
2525 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c77 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
H A Dpanvk_cmd_buffer.c332 attachment->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
H A Dpanvk_private.h985 VkAttachmentLoadOp stencil_load_op; member in struct:panvk_render_pass_attachment
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pass.c77 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
253 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
H A Dtu_private.h1402 VkAttachmentLoadOp stencil_load_op; member in struct:tu_render_pass_attachment
H A Dtu_cmd_buffer.c1469 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
1473 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pass.c269 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp,
438 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp,
H A Danv_private.h3575 VkAttachmentLoadOp stencil_load_op; member in struct:anv_render_pass_attachment
H A DgenX_cmd_buffer.c1234 if (att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1236 } else if (att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD) {
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pass.c189 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
H A Dlvp_private.h297 VkAttachmentLoadOp stencil_load_op; member in struct:lvp_render_pass_attachment
H A Dlvp_execute.c1480 if ((util_format_has_stencil(desc) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ||
1481 (util_format_is_depth_and_stencil(imgv->surface->format) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)) {
1483 if (att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
1573 if ((util_format_has_stencil(desc) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ||
1574 (util_format_is_depth_and_stencil(imgv->surface->format) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE))
1770 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
1774 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c568 VkAttachmentLoadOp stencil_load_op,
578 bool stencil_clear = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR);
579 bool stencil_load = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD);
566 attachment_set_ops(struct tu_render_pass_attachment * att,VkAttachmentLoadOp load_op,VkAttachmentLoadOp stencil_load_op,VkAttachmentStoreOp store_op,VkAttachmentStoreOp stencil_store_op) argument
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pass.c367 .stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp,
H A DgenX_cmd_buffer.c1597 if (pass_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1599 } else if (pass_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_LOAD) {
H A Danv_private.h4601 VkAttachmentLoadOp stencil_load_op; member in struct:anv_render_pass_attachment
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_pass.c411 att->stencil_load_op = pCreateInfo->pAttachments[i].stencilLoadOp;
H A Dradv_private.h2476 VkAttachmentLoadOp stencil_load_op; member in struct:radv_render_pass_attachment
H A Dradv_cmd_buffer.c4245 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
4249 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {

Completed in 80 milliseconds