Home
last modified time | relevance | path

Searched refs:VK_ATTACHMENT_STORE_OP_DONT_CARE (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_HUAWEI_subpass_shading.adoc95 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,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc164 - `VK_ATTACHMENT_STORE_OP_DONT_CARE`: Specifies that the multisampled contents
210 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
219 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
221 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
232 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
342 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
DVK_KHR_dynamic_rendering.adoc368 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
389 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp342 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1709 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp2291 eDontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE,
Dvk_enum_string_helper.h4206 case VK_ATTACHMENT_STORE_OP_DONT_CARE: in string_VkAttachmentStoreOp()
Dvulkan_enums.hpp3531 eDontCare = VK_ATTACHMENT_STORE_OP_DONT_CARE,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1899 pname:storeOp equal to ename:VK_ATTACHMENT_STORE_OP_DONT_CARE
5341 * ename:VK_ATTACHMENT_STORE_OP_DONT_CARE specifies the contents within the
5353 to ename:VK_ATTACHMENT_STORE_OP_DONT_CARE and with matching access
5360 ename:VK_ATTACHMENT_STORE_OP_DONT_CARE can: cause contents generated during
6974 ename:VK_ATTACHMENT_STORE_OP_DONT_CARE may perform write operations, even if
Dsynchronization.adoc237 ename:VK_ATTACHMENT_STORE_OP_DONT_CARE.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2128 VK_ATTACHMENT_STORE_OP_DONT_CARE = 1, enumerator
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6830 * Clarify VK_ATTACHMENT_STORE_OP_DONT_CARE and reorder render pass chapter