Home
last modified time | relevance | path

Searched refs:VkPointClippingBehavior (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp3674 memcpy(*ptr, (VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in reservedmarshal_VkPhysicalDevicePointClippingProperties()
3675 sizeof(VkPointClippingBehavior)); in reservedmarshal_VkPhysicalDevicePointClippingProperties()
3676 *ptr += sizeof(VkPointClippingBehavior); in reservedmarshal_VkPhysicalDevicePointClippingProperties()
4450 memcpy(*ptr, (VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
4451 sizeof(VkPointClippingBehavior)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
4452 *ptr += sizeof(VkPointClippingBehavior); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_marshaling_guest.cpp5306 vkStream->write((VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in marshal_VkPhysicalDevicePointClippingProperties()
5307 sizeof(VkPointClippingBehavior)); in marshal_VkPhysicalDevicePointClippingProperties()
5319 vkStream->read((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, in unmarshal_VkPhysicalDevicePointClippingProperties()
5320 sizeof(VkPointClippingBehavior)); in unmarshal_VkPhysicalDevicePointClippingProperties()
6453 vkStream->write((VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in marshal_VkPhysicalDeviceVulkan11Properties()
6454 sizeof(VkPointClippingBehavior)); in marshal_VkPhysicalDeviceVulkan11Properties()
6483 vkStream->read((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, in unmarshal_VkPhysicalDeviceVulkan11Properties()
6484 sizeof(VkPointClippingBehavior)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_counting_guest.cpp2872 *count += sizeof(VkPointClippingBehavior); in count_VkPhysicalDevicePointClippingProperties()
3542 *count += sizeof(VkPointClippingBehavior); in count_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc942 [open,refpage='VkPointClippingBehavior',desc='Enum specifying the point clipping behavior',type='en…
949 include::{generated}/api/enums/VkPointClippingBehavior.adoc[]
Dlimits.adoc1239 elink:VkPointClippingBehavior value specifying the point clipping
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4897 typedef enum VkPointClippingBehavior { enum
4903 } VkPointClippingBehavior; typedef
5301 VkPointClippingBehavior pointClippingBehavior;
5893 VkPointClippingBehavior pointClippingBehavior;
9205 typedef VkPointClippingBehavior VkPointClippingBehaviorKHR;
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6235 vkStream->write((VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in marshal_VkPhysicalDevicePointClippingProperties()
6236 sizeof(VkPointClippingBehavior)); in marshal_VkPhysicalDevicePointClippingProperties()
6260 vkStream->read((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, in unmarshal_VkPhysicalDevicePointClippingProperties()
6261 sizeof(VkPointClippingBehavior)); in unmarshal_VkPhysicalDevicePointClippingProperties()
7831 vkStream->write((VkPointClippingBehavior*)&forMarshaling->pointClippingBehavior, in marshal_VkPhysicalDeviceVulkan11Properties()
7832 sizeof(VkPointClippingBehavior)); in marshal_VkPhysicalDeviceVulkan11Properties()
7873 vkStream->read((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, in unmarshal_VkPhysicalDeviceVulkan11Properties()
7874 sizeof(VkPointClippingBehavior)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling.cpp4697 memcpy((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, *ptr, in reservedunmarshal_VkPhysicalDevicePointClippingProperties()
4698 sizeof(VkPointClippingBehavior)); in reservedunmarshal_VkPhysicalDevicePointClippingProperties()
4699 *ptr += sizeof(VkPointClippingBehavior); in reservedunmarshal_VkPhysicalDevicePointClippingProperties()
5993 memcpy((VkPointClippingBehavior*)&forUnmarshaling->pointClippingBehavior, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
5994 sizeof(VkPointClippingBehavior)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
5995 *ptr += sizeof(VkPointClippingBehavior); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h4676 static inline const char* string_VkPointClippingBehavior(VkPointClippingBehavior input_value) in string_VkPointClippingBehavior()