Searched refs:VK_ATTACHMENT_LOAD_OP_CLEAR (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_render_pass.c48 attachments[i].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR :
77 attachments[num_attachments].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD;
79 attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD;
151 attachments[i].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR :
201 attachments[num_attachments].loadOp = rt->clear_color ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD;
202 attachments[num_attachments].stencilLoadOp = rt->clear_stencil ? VK_ATTACHMENT_LOAD_OP_CLEAR : VK_ATTACHMENT_LOAD_OP_LOAD;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_pass.c149 if (pass->attachments[idx].load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
187 if (pass->attachments[idx].load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
H A Dpanvk_cmd_buffer.c331 if (attachment->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR ||
332 attachment->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
340 if (attachment->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pass.c239 if (att->desc.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR &&
243 att->desc.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) {
H A Dv3dv_cmd_buffer.c1268 if (attachment->desc.loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR)
1410 if (att->desc.loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR)
1429 if (att->desc.loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR ||
1434 if (att->desc.stencilLoadOp != VK_ATTACHMENT_LOAD_OP_CLEAR ||
1455 "VK_ATTACHMENT_LOAD_OP_CLEAR.\n");
1460 "VK_ATTACHMENT_LOAD_OP_CLEAR.\n");
1465 * "VK_ATTACHMENT_LOAD_OP_CLEAR specifies that the contents within the
H A Dv3dvx_cmd_buffer.c366 return load_op == VK_ATTACHMENT_LOAD_OP_CLEAR;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_pass.c574 (load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ? VK_IMAGE_ASPECT_COLOR_BIT : 0;
578 bool stencil_clear = (stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c1480 if ((util_format_has_stencil(desc) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ||
1483 if (att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
1486 if ((util_format_has_depth(desc) && att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ||
1489 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
1573 if ((util_format_has_stencil(desc) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) ||
1576 if (util_format_has_depth(desc) && att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR)
1761 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1767 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1774 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_cmd_buffer.c1460 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1466 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1473 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c2512 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
2518 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
2525 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1219 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1227 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1234 if (att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A DgenX_cmd_buffer.c1582 if (pass_att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1590 if (pass_att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
1597 if (pass_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
6285 if (pass_att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR &&
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c4236 if (att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
4242 att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
4249 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) {
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h1229 VK_ATTACHMENT_LOAD_OP_CLEAR = 1, enumerator in enum:VkAttachmentLoadOp
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h1730 VK_ATTACHMENT_LOAD_OP_CLEAR = 1, enumerator in enum:VkAttachmentLoadOp

Completed in 235 milliseconds