Searched refs:VK_ATTACHMENT_LOAD_OP_CLEAR (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_HUAWEI_subpass_shading.adoc | 95 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_STORE_OP_DONT_CARE, 102 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_STORE_OP_DONT_CARE, 109 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_STORE_OP_DONT_CARE, 116 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_STORE_OP_DONT_CARE, 117 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_LOAD_OP_DONT_CARE, 123 VK_ATTACHMENT_LOAD_OP_CLEAR, VK_ATTACHMENT_STORE_OP_STORE,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_meta_clear.c | 366 att_info->loadOp != VK_ATTACHMENT_LOAD_OP_CLEAR) in vk_meta_clear_rendering() 387 d_att_info->loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in vk_meta_clear_rendering() 400 s_att_info->loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR) { in vk_meta_clear_rendering()
|
D | vk_render_pass.c | 1327 rp_att->load_op != VK_ATTACHMENT_LOAD_OP_CLEAR) in can_use_attachment_initial_layout() 1331 rp_att->stencil_load_op != VK_ATTACHMENT_LOAD_OP_CLEAR) in can_use_attachment_initial_layout() 1536 rp_att->load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) in load_attachment() 1540 rp_att->stencil_load_op == VK_ATTACHMENT_LOAD_OP_CLEAR) in load_attachment() 1647 assert(color_attachment->loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass() 1763 assert(depth_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass() 1771 assert(stencil_attachment.loadOp == VK_ATTACHMENT_LOAD_OP_CLEAR); in begin_subpass()
|
D | vk_meta_blit_resolve.c | 638 .loadOp = key->stencil_as_discard ? VK_ATTACHMENT_LOAD_OP_CLEAR : in do_blit()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 148 - `VK_ATTACHMENT_LOAD_OP_CLEAR`: The multisampled representation of the 332 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
D | VK_KHR_dynamic_rendering.adoc | 367 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, 388 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 99 ename:VK_ATTACHMENT_LOAD_OP_CLEAR would have worked.
|
D | renderpass.adoc | 727 ename:VK_ATTACHMENT_LOAD_OP_CLEAR. 1492 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment 1498 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment 1505 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment 1510 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment 2014 attachments on multiple uses via ename:VK_ATTACHMENT_LOAD_OP_CLEAR. 2303 not be ename:VK_ATTACHMENT_LOAD_OP_CLEAR 2716 For example, an attachment using ename:VK_ATTACHMENT_LOAD_OP_CLEAR will have 3155 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment 3162 ename:VK_ATTACHMENT_LOAD_OP_CLEAR, the first use of that attachment [all …]
|
D | clears.adoc | 288 ename:VK_ATTACHMENT_LOAD_OP_CLEAR load operation at the start of rendering,
|
D | VK_EXT_debug_utils.adoc | 584 ename:VK_ATTACHMENT_LOAD_OP_CLEAR would have worked.
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 339 .loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 2284 eClear = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
D | vk_enum_string_helper.h | 4189 case VK_ATTACHMENT_LOAD_OP_CLEAR: in string_VkAttachmentLoadOp()
|
D | vulkan_enums.hpp | 3523 eClear = VK_ATTACHMENT_LOAD_OP_CLEAR,
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2120 VK_ATTACHMENT_LOAD_OP_CLEAR = 1, enumerator
|