Searched refs:stippledRectangularLines (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_common.adoc | 2323 <<features-stippledRectangularLines, pname:stippledRectangularLines>> 2350 <<features-stippledRectangularLines, pname:stippledRectangularLines>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2667 <<features-stippledRectangularLines, pname:stippledRectangularLines>> 2685 <<features-stippledRectangularLines, pname:stippledRectangularLines>>
|
D | features.adoc | 3878 * [[features-stippledRectangularLines]] pname:stippledRectangularLines 7534 <<features-stippledRectangularLines, pname:stippledRectangularLines>> or
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4539 …LKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledRectangularLines ); in operator ()()
|
D | vulkan_hash.hpp | 8546 …LKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledRectangularLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12399 vkStream->write((VkBool32*)&forMarshaling->stippledRectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 12416 vkStream->read((VkBool32*)&forUnmarshaling->stippledRectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8350 memcpy(*ptr, (VkBool32*)&forMarshaling->stippledRectangularLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16323 vkStream->write((VkBool32*)&forMarshaling->stippledRectangularLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT() 16352 vkStream->read((VkBool32*)&forUnmarshaling->stippledRectangularLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12617 memcpy((VkBool32*)&forUnmarshaling->stippledRectangularLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 13922 VkBool32 stippledRectangularLines; member
|