Searched refs:VkPipelineDepthStencilStateCreateFlags (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_rasterization_order_attachment_access.adoc | 56 typedef VkFlags VkPipelineDepthStencilStateCreateFlags;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | fragops.adoc | 1292 [open,refpage='VkPipelineDepthStencilStateCreateFlags',desc='Bitmask of VkPipelineDepthStencilState… 1294 include::{generated}/api/flags/VkPipelineDepthStencilStateCreateFlags.adoc[] 1297 tname:VkPipelineDepthStencilStateCreateFlags is a bitmask type for setting a 1301 tname:VkPipelineDepthStencilStateCreateFlags is a bitmask type for setting a
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_enums.hpp | 1998 enum class PipelineDepthStencilStateCreateFlagBits : VkPipelineDepthStencilStateCreateFlags
|
D | vulkan_enums.hpp | 3166 enum class PipelineDepthStencilStateCreateFlagBits : VkPipelineDepthStencilStateCreateFlags
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 2015 memcpy(*ptr, (VkPipelineDepthStencilStateCreateFlags*)&forMarshaling->flags, in reservedmarshal_VkPipelineDepthStencilStateCreateInfo() 2016 sizeof(VkPipelineDepthStencilStateCreateFlags)); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo() 2017 *ptr += sizeof(VkPipelineDepthStencilStateCreateFlags); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
|
D | goldfish_vk_marshaling_guest.cpp | 2661 vkStream->write((VkPipelineDepthStencilStateCreateFlags*)&forMarshaling->flags, in marshal_VkPipelineDepthStencilStateCreateInfo() 2662 sizeof(VkPipelineDepthStencilStateCreateFlags)); in marshal_VkPipelineDepthStencilStateCreateInfo() 2683 vkStream->read((VkPipelineDepthStencilStateCreateFlags*)&forUnmarshaling->flags, in unmarshal_VkPipelineDepthStencilStateCreateInfo() 2684 sizeof(VkPipelineDepthStencilStateCreateFlags)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
|
D | goldfish_vk_counting_guest.cpp | 1479 *count += sizeof(VkPipelineDepthStencilStateCreateFlags); in count_VkPipelineDepthStencilStateCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 3028 vkStream->write((VkPipelineDepthStencilStateCreateFlags*)&forMarshaling->flags, in marshal_VkPipelineDepthStencilStateCreateInfo() 3029 sizeof(VkPipelineDepthStencilStateCreateFlags)); in marshal_VkPipelineDepthStencilStateCreateInfo() 3062 vkStream->read((VkPipelineDepthStencilStateCreateFlags*)&forUnmarshaling->flags, in unmarshal_VkPipelineDepthStencilStateCreateInfo() 3063 sizeof(VkPipelineDepthStencilStateCreateFlags)); in unmarshal_VkPipelineDepthStencilStateCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 2323 memcpy((VkPipelineDepthStencilStateCreateFlags*)&forUnmarshaling->flags, *ptr, in reservedunmarshal_VkPipelineDepthStencilStateCreateInfo() 2324 sizeof(VkPipelineDepthStencilStateCreateFlags)); in reservedunmarshal_VkPipelineDepthStencilStateCreateInfo() 2325 *ptr += sizeof(VkPipelineDepthStencilStateCreateFlags); in reservedunmarshal_VkPipelineDepthStencilStateCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2686 typedef VkFlags VkPipelineDepthStencilStateCreateFlags; typedef 3592 VkPipelineDepthStencilStateCreateFlags flags;
|