Searched refs:bresenhamLines (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2657 <<features-bresenhamLines, pname:bresenhamLines>> feature must: be 2761 <<features-bresenhamLines, pname:bresenhamLines>> feature must: be
|
D | features.adoc | 3872 * [[features-bresenhamLines]] pname:bresenhamLines indicates whether the 7532 <<features-bresenhamLines, pname:bresenhamLines>> or
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4537 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.bresenhamLines ); in operator ()()
|
D | vulkan_hash.hpp | 8544 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.bresenhamLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12397 vkStream->write((VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 12414 vkStream->read((VkBool32*)&forUnmarshaling->bresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8346 memcpy(*ptr, (VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16321 vkStream->write((VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 16350 vkStream->read((VkBool32*)&forUnmarshaling->bresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12613 memcpy((VkBool32*)&forUnmarshaling->bresenhamLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13920 VkBool32 bresenhamLines; member
|