Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2657 <<features-bresenhamLines, pname:bresenhamLines>> feature must: be
2761 <<features-bresenhamLines, pname:bresenhamLines>> feature must: be
Dfeatures.adoc3872 * [[features-bresenhamLines]] pname:bresenhamLines indicates whether the
7532 <<features-bresenhamLines, pname:bresenhamLines>> or
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4537 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.bresenhamLines ); in operator ()()
Dvulkan_hash.hpp8544 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.bresenhamLines ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12397 vkStream->write((VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
12414 vkStream->read((VkBool32*)&forUnmarshaling->bresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8346 memcpy(*ptr, (VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16321 vkStream->write((VkBool32*)&forMarshaling->bresenhamLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
16350 vkStream->read((VkBool32*)&forUnmarshaling->bresenhamLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12613 memcpy((VkBool32*)&forUnmarshaling->bresenhamLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13920 VkBool32 bresenhamLines; member