Home
last modified time | relevance | path

Searched refs:stencilLoadOp (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_multisampled_render_to_single_sampled.adoc209 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
220 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE,
231 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD,
/hardware/google/gfxstream/common/detector/
DVulkan.cpp834 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
853 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_render_pass.c130 .stencilLoadOp = pCreateInfo->pAttachments[i].stencilLoadOp, in vk_common_CreateRenderPass()
344 .stencil_load_op = desc->stencilLoadOp, in vk_render_pass_attachment_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Drenderpass.adoc1497 For any member of pname:pAttachments with a pname:stencilLoadOp equal to
1509 For any member of pname:pAttachments with a pname:stencilLoadOp equal to
1926 * pname:stencilLoadOp is a elink:VkAttachmentLoadOp value specifying how
1938 are used, and pname:stencilLoadOp and pname:stencilStoreOp are ignored.
1940 pname:storeOp apply only to the depth data, while pname:stencilLoadOp and
1942 pname:loadOp and pname:stencilLoadOp define the
1947 pname:stencilStoreOp, and pname:stencilLoadOp will be ignored for that
2023 If pname:format includes a stencil component and pname:stencilLoadOp is
3161 For any member of pname:pAttachments with a pname:stencilLoadOp equal to
3351 * pname:stencilLoadOp is a elink:VkAttachmentLoadOp value specifying how
[all …]
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp341 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, in setUpGraphicsPipeline()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp1708 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_swapchain_data()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp421 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilLoadOp ); in operator ()()
441 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilLoadOp ); in operator ()()
Dvulkan_hash.hpp989 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilLoadOp ); in operator ()()
1009 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilLoadOp ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp3718 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
3735 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription()
6900 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
6922 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription2()
Dgoldfish_vk_reserved_marshaling_guest.cpp2672 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription()
4792 memcpy(*ptr, (VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in reservedmarshal_VkAttachmentDescription2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4202 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription()
4219 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription()
8327 vkStream->write((VkAttachmentLoadOp*)&forMarshaling->stencilLoadOp, sizeof(VkAttachmentLoadOp)); in marshal_VkAttachmentDescription2()
8361 vkStream->read((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, in unmarshal_VkAttachmentDescription2()
Dgoldfish_vk_reserved_marshaling.cpp3149 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription()
6391 memcpy((VkAttachmentLoadOp*)&forUnmarshaling->stencilLoadOp, *ptr, sizeof(VkAttachmentLoadOp)); in reservedunmarshal_VkAttachmentDescription2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3774 VkAttachmentLoadOp stencilLoadOp; member
6032 VkAttachmentLoadOp stencilLoadOp; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc2789 pname:stencilLoadOp is ename:VK_ATTACHMENT_LOAD_OP_LOAD and
8519 the case pname:stencilLoadOp == ename:VK_LOAD_OP_CLEAR, pname:layout ==