/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 17 `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,
|
D | VK_KHR_dynamic_rendering.adoc | 108 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/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 24 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/ |
D | vk_render_pass.c | 129 .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 …]
|
D | vk_meta_clear.c | 470 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in clear_image_level_layers()
|
D | vk_meta_blit_resolve.c | 640 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in do_blit()
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 833 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer() 852 .storeOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 723 * 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/ |
D | CompositorVk.cpp | 340 .storeOp = VK_ATTACHMENT_STORE_OP_STORE, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 135 .storeOp = vkhpp::AttachmentStoreOp::eStore, in createRenderPass()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1707 attachment_desc.storeOp = VK_ATTACHMENT_STORE_OP_STORE; in setup_swapchain_data()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3717 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2670 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/ |
D | vulkansc_hash.hpp | 420 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.storeOp ); in operator ()() 440 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.storeOp ); in operator ()()
|
D | vulkan_hash.hpp | 988 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/ |
D | goldfish_vk_marshaling.cpp | 4201 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 3147 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/ |
D | vulkan_core.h | 3773 VkAttachmentStoreOp storeOp; member 6031 VkAttachmentStoreOp storeOp; member 7203 VkAttachmentStoreOp storeOp; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 10366 * Makes description of pname:loadOp and pname:storeOp easier to read in
|