Home
last modified time | relevance | path

Searched refs:storeOp (Results 1 – 19 of 19) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc17 `VK_ATTACHMENT_LOAD_OP_LOAD`, and `storeOp` not equal to
208 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
219 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
230 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
311 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
322 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
333 .storeOp = VK_ATTACHMENT_STORE_OP_STORE,
342 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
DVK_KHR_dynamic_rendering.adoc108 VkAttachmentStoreOp storeOp;
368 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
377 .storeOp = VK_ATTACHMENT_STORE_OP_STORE
389 .storeOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_multisampled_render_to_single_sampled.adoc24 not equal to ename:VK_ATTACHMENT_LOAD_OP_LOAD and pname:storeOp not equal to
69 single mistake in pname:loadOp or pname:storeOp would result in the
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c129 .storeOp = pCreateInfo->pAttachments[i].storeOp, in vk_common_CreateRenderPass()
343 .store_op = desc->storeOp, in vk_render_pass_attachment_init()
983 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in vk_get_command_buffer_inheritance_as_rendering_resume()
1002 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in vk_get_command_buffer_inheritance_as_rendering_resume()
1013 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in vk_get_command_buffer_inheritance_as_rendering_resume()
1551 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in load_attachment()
1560 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in load_attachment()
1670 color_attachment->storeOp = rp_att->store_op; in begin_subpass()
1679 color_attachment->storeOp = VK_ATTACHMENT_STORE_OP_STORE; in begin_subpass()
1791 depth_attachment.storeOp = rp_att->store_op; in begin_subpass()
[all …]
Dvk_meta_clear.c470 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in clear_image_level_layers()
Dvk_meta_blit_resolve.c640 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in do_blit()
/hardware/google/gfxstream/common/detector/
DVulkan.cpp833 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
852 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc723 * pname:storeOp is a elink:VkAttachmentStoreOp value defining the
730 pname:loadOp and pname:storeOp, within the render area
1899 pname:storeOp equal to ename:VK_ATTACHMENT_STORE_OP_DONT_CARE
1923 * pname:storeOp is a elink:VkAttachmentStoreOp value specifying how the
1937 If the attachment uses a color format, then pname:loadOp and pname:storeOp
1940 pname:storeOp apply only to the depth data, while pname:stencilLoadOp and
1944 pname:storeOp and pname:stencilStoreOp define the
1946 If an attachment is not used by any subpass, pname:loadOp, pname:storeOp,
3348 * pname:storeOp is a elink:VkAttachmentStoreOp value specifying how the
3393 pname:loadOp and pname:storeOp are ignored for fragment shading rate
[all …]
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp340 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp135 .storeOp = vkhpp::AttachmentStoreOp::eStore, in createRenderPass()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1707 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in setup_swapchain_data()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3717 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription()
3734 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription()
6899 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2()
6921 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription2()
10212 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkRenderingAttachmentInfo()
10237 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkRenderingAttachmentInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2670 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription()
4790 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription2()
6913 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkRenderingAttachmentInfo()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp420 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.storeOp ); in operator ()()
440 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.storeOp ); in operator ()()
Dvulkan_hash.hpp988 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.storeOp ); in operator ()()
1008 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.storeOp ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4201 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription()
4218 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription()
8326 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkAttachmentDescription2()
8360 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkAttachmentDescription2()
12684 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in marshal_VkRenderingAttachmentInfo()
12721 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, sizeof(VkAttachmentStoreOp)); in unmarshal_VkRenderingAttachmentInfo()
Dgoldfish_vk_reserved_marshaling.cpp3147 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, *ptr, sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription()
6389 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, *ptr, sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkAttachmentDescription2()
9764 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->storeOp, *ptr, sizeof(VkAttachmentStoreOp)); in reservedunmarshal_VkRenderingAttachmentInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3773 VkAttachmentStoreOp storeOp; member
6031 VkAttachmentStoreOp storeOp; member
7203 VkAttachmentStoreOp storeOp; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc10366 * Makes description of pname:loadOp and pname:storeOp easier to read in