Home
last modified time | relevance | path

Searched refs:stippledSmoothLines (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Ddraw_common.adoc2341 <<features-stippledSmoothLines, pname:stippledSmoothLines>> feature
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc3886 * [[features-stippledSmoothLines]] pname:stippledSmoothLines indicates
7536 <<features-stippledSmoothLines, pname:stippledSmoothLines>>, if the
Dprimsrast.adoc2679 <<features-stippledSmoothLines, pname:stippledSmoothLines>> feature
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4541 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledSmoothLines ); in operator ()()
Dvulkan_hash.hpp8548 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLineRasterizationFeaturesEXT.stippledSmoothLines ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp12401 vkStream->write((VkBool32*)&forMarshaling->stippledSmoothLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
12418 vkStream->read((VkBool32*)&forUnmarshaling->stippledSmoothLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8354 memcpy(*ptr, (VkBool32*)&forMarshaling->stippledSmoothLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16325 vkStream->write((VkBool32*)&forMarshaling->stippledSmoothLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
16354 vkStream->read((VkBool32*)&forUnmarshaling->stippledSmoothLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12621 memcpy((VkBool32*)&forUnmarshaling->stippledSmoothLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceLineRasterizationFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h13924 VkBool32 stippledSmoothLines; member