Searched refs:stippledBresenhamLines (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 2332 <<features-stippledBresenhamLines, pname:stippledBresenhamLines>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 3882 * [[features-stippledBresenhamLines]] pname:stippledBresenhamLines 7535 <<features-stippledBresenhamLines, pname:stippledBresenhamLines>> or
|
D | primsrast.adoc | 2673 <<features-stippledBresenhamLines, pname:stippledBresenhamLines>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4540 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledBresenhamLines ); in operator ()()
|
D | vulkan_hash.hpp | 8547 …VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledBresenhamLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12400 vkStream->write((VkBool32*)&forMarshaling->stippledBresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 12417 vkStream->read((VkBool32*)&forUnmarshaling->stippledBresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8352 memcpy(*ptr, (VkBool32*)&forMarshaling->stippledBresenhamLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16324 vkStream->write((VkBool32*)&forMarshaling->stippledBresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 16353 vkStream->read((VkBool32*)&forUnmarshaling->stippledBresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12619 memcpy((VkBool32*)&forUnmarshaling->stippledBresenhamLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13923 VkBool32 stippledBresenhamLines; member
|