HomeSort by: relevance | last modified time | path
    Searched refs:VK_ATTACHMENT_LOAD_OP_DONT_CARE (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_render_pass.c 50 VK_ATTACHMENT_LOAD_OP_DONT_CARE :
53 attachments[i].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
155 VK_ATTACHMENT_LOAD_OP_DONT_CARE :
161 attachments[i].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
181 attachments[cresolve_offset + i].loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
204 //attachments[num_attachments].storeOp = rt->resolve ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE;
205 //attachments[num_attachments].stencilStoreOp = rt->resolve ? VK_ATTACHMENT_LOAD_OP_DONT_CARE : VK_ATTACHMENT_STORE_OP_STORE;
225 attachments[zsresolve_offset].loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
226 attachments[zsresolve_offset].stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_meta_resolve_fs.c 499 .loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
radv_cmd_buffer.c 4245 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_execute.c 1481 (util_format_is_depth_and_stencil(imgv->surface->format) && att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)) {
1487 (util_format_is_depth_and_stencil(imgv->surface->format) && att->load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)) {
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)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 1469 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
  /xsrc/external/mit/MesaLib.old/dist/src/vulkan/overlay-layer/
overlay.cpp 1420 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 1230 VK_ATTACHMENT_LOAD_OP_DONT_CARE = 2,
1232 VK_ATTACHMENT_LOAD_OP_END_RANGE = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
1233 VK_ATTACHMENT_LOAD_OP_RANGE_SIZE = (VK_ATTACHMENT_LOAD_OP_DONT_CARE - VK_ATTACHMENT_LOAD_OP_LOAD + 1),
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_meta_copy.c 2985 att.loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
  /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/
overlay.cpp 1701 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_cmd_buffer.c 2521 att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_DONT_CARE)
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 1731 VK_ATTACHMENT_LOAD_OP_DONT_CARE = 2,

Completed in 105 milliseconds