Searched refs:stencilLoadOp (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 209 .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/ |
D | Vulkan.cpp | 834 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer() 853 .stencilLoadOp = vkhpp::AttachmentLoadOp::eClear, in CreateFramebuffer()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_render_pass.c | 130 .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/ |
D | renderpass.adoc | 1497 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/ |
D | CompositorVk.cpp | 341 .stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE, in setUpGraphicsPipeline()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/ |
D | overlay.cpp | 1708 attachment_desc.stencilLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in setup_swapchain_data()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 421 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription.stencilLoadOp ); in operator ()() 441 VULKAN_HPP_HASH_COMBINE( seed, attachmentDescription2.stencilLoadOp ); in operator ()()
|
D | vulkan_hash.hpp | 989 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/ |
D | goldfish_vk_marshaling_guest.cpp | 3718 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2672 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/ |
D | goldfish_vk_marshaling.cpp | 4202 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 3149 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/ |
D | vulkan_core.h | 3774 VkAttachmentLoadOp stencilLoadOp; member 6032 VkAttachmentLoadOp stencilLoadOp; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2789 pname:stencilLoadOp is ename:VK_ATTACHMENT_LOAD_OP_LOAD and 8519 the case pname:stencilLoadOp == ename:VK_LOAD_OP_CLEAR, pname:layout ==
|