Home
last modified time | relevance | path

Searched refs:VkPipelineDepthStencilStateCreateFlags (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_rasterization_order_attachment_access.adoc56 typedef VkFlags VkPipelineDepthStencilStateCreateFlags;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfragops.adoc1292 [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/
Dvulkansc_enums.hpp1998 enum class PipelineDepthStencilStateCreateFlagBits : VkPipelineDepthStencilStateCreateFlags
Dvulkan_enums.hpp3166 enum class PipelineDepthStencilStateCreateFlagBits : VkPipelineDepthStencilStateCreateFlags
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp2015 memcpy(*ptr, (VkPipelineDepthStencilStateCreateFlags*)&forMarshaling->flags, in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
2016 sizeof(VkPipelineDepthStencilStateCreateFlags)); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
2017 *ptr += sizeof(VkPipelineDepthStencilStateCreateFlags); in reservedmarshal_VkPipelineDepthStencilStateCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp2661 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()
Dgoldfish_vk_counting_guest.cpp1479 *count += sizeof(VkPipelineDepthStencilStateCreateFlags); in count_VkPipelineDepthStencilStateCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp3028 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()
Dgoldfish_vk_reserved_marshaling.cpp2323 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/
Dvulkan_core.h2686 typedef VkFlags VkPipelineDepthStencilStateCreateFlags; typedef
3592 VkPipelineDepthStencilStateCreateFlags flags;