Home
last modified time | relevance | path

Searched refs:stencilStoreOp (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc210 .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/
DVulkan.cpp835 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
854 .stencilStoreOp = vkhpp::AttachmentStoreOp::eStore, in CreateFramebuffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c131 .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/
DCompositorVk.cpp342 .stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1929 * 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/
Doverlay.cpp1709 attachment_desc.stencilStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp422 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilStoreOp ); in operator ()()
442 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilStoreOp ); in operator ()()
Dvulkan_hash.hpp990 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/
Dgoldfish_vk_marshaling_guest.cpp3719 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp2674 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/
Dgoldfish_vk_marshaling.cpp4203 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()
Dgoldfish_vk_reserved_marshaling.cpp3151 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription()
6393 memcpy((VkAttachmentStoreOp*)&forUnmarshaling->stencilStoreOp, *ptr, in reservedunmarshal_VkAttachmentDescription2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3775 VkAttachmentStoreOp stencilStoreOp; member
6033 VkAttachmentStoreOp stencilStoreOp; member