Searched refs:smoothLines (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2662 <<features-smoothLines, pname:smoothLines>> feature must: be enabled 2766 <<features-smoothLines, pname:smoothLines>> feature must: be enabled
|
D | features.adoc | 3875 * [[features-smoothLines]] pname:smoothLines indicates whether the 7533 <<features-smoothLines, pname:smoothLines>> or
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4538 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.smoothLines ); in operator ()()
|
D | vulkan_hash.hpp | 8545 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.smoothLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12398 vkStream->write((VkBool32*)&forMarshaling->smoothLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 12415 vkStream->read((VkBool32*)&forUnmarshaling->smoothLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8348 memcpy(*ptr, (VkBool32*)&forMarshaling->smoothLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16322 vkStream->write((VkBool32*)&forMarshaling->smoothLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 16351 vkStream->read((VkBool32*)&forUnmarshaling->smoothLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12615 memcpy((VkBool32*)&forUnmarshaling->smoothLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13921 VkBool32 smoothLines; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2090 usage statement 02770 to correctly refer to the pname:smoothLines
|