Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2652 <<features-rectangularLines, pname:rectangularLines>> feature must: be
2756 <<features-rectangularLines, pname:rectangularLines>> feature must: be
Dfeatures.adoc3869 * [[features-rectangularLines]] pname:rectangularLines indicates whether
7531 * <<features-rectangularLines, pname:rectangularLines>> or
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4536 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()
Dvulkan_hash.hpp8543 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.rectangularLines ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12396 vkStream->write((VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
12413 vkStream->read((VkBool32*)&forUnmarshaling->rectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8344 memcpy(*ptr, (VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16320 vkStream->write((VkBool32*)&forMarshaling->rectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
16349 vkStream->read((VkBool32*)&forUnmarshaling->rectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12611 memcpy((VkBool32*)&forUnmarshaling->rectangularLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13919 VkBool32 rectangularLines; member