Searched refs:rectangularLines (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2652 <<features-rectangularLines, pname:rectangularLines>> feature must: be 2756 <<features-rectangularLines, pname:rectangularLines>> feature must: be
|
D | features.adoc | 3869 * [[features-rectangularLines]] pname:rectangularLines indicates whether 7531 * <<features-rectangularLines, pname:rectangularLines>> or
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4536 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()
|
D | vulkan_hash.hpp | 8543 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12396 vkStream->write((VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 12413 vkStream->read((VkBool32*)&forUnmarshaling->rectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8344 memcpy(*ptr, (VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16320 vkStream->write((VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 16349 vkStream->read((VkBool32*)&forUnmarshaling->rectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12611 memcpy((VkBool32*)&forUnmarshaling->rectangularLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13919 VkBool32 rectangularLines; member
|