Searched refs:stencilStoreOp (Results 1 – 13 of 13) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 210 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, 221 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, 232 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE,
|
/hardware/google/gfxstream/common/detector/ |
D | Vulkan.cpp | 835 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer() 854 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 131 .stencilStoreOp = pCreateInfo->pAttachments[i].stencilStoreOp, in vk_common_CreateRenderPass() 345 .stencil_store_op = desc->stencilStoreOp, in vk_render_pass_attachment_init()
|
/hardware/google/gfxstream/host/vulkan/ |
D | CompositorVk.cpp | 342 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | renderpass.adoc | 1929 * pname:stencilStoreOp is a elink:VkAttachmentStoreOp value specifying how 1938 are used, and pname:stencilLoadOp and pname:stencilStoreOp are ignored. 1941 pname:stencilStoreOp define how the stencil data is handled. 1944 pname:storeOp and pname:stencilStoreOp define the 1947 pname:stencilStoreOp, and pname:stencilLoadOp will be ignored for that 3354 * pname:stencilStoreOp is a elink:VkAttachmentStoreOp value specifying how 4239 * If pname:storeOp or pname:stencilStoreOp is equal to 4246 that ends in pname:storeOp and pname:stencilStoreOp equal to 5330 pname:stencilStoreOp, specifying how the contents of the attachment are
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1709 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_swapchain_data()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 422 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilStoreOp ); in operator ()() 442 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilStoreOp ); in operator ()()
|
D | vulkan_hash.hpp | 990 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilStoreOp ); in operator ()() 1010 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilStoreOp ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 3719 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription() 3737 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription() 6901 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription2() 6924 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription2()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2674 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription() 4794 memcpy(*ptr, (VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, sizeof(VkAttachmentStoreOp)); in reservedmarshal_VkAttachmentDescription2()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 4203 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription() 4221 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription() 8328 vkStream->write((VkAttachmentStoreOp*)&forMarshaling->stencilStoreOp, in marshal_VkAttachmentDescription2() 8363 vkStream->read((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, in unmarshal_VkAttachmentDescription2()
|
D | goldfish_vk_reserved_marshaling.cpp | 3151 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription() 6393 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription2()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3775 VkAttachmentStoreOp stencilStoreOp; member 6033 VkAttachmentStoreOp stencilStoreOp; member
|