Home
last modified time | relevance | path

Searched refs:wideLines (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc2834 If the <<features-wideLines, pname:wideLines>> feature is not enabled,
Dlimits.adoc4546 | 2 {times} code:float | pname:lineWidthRange | pname:wideLines
4548 | code:float | pname:lineWidthGranularity | pname:wideLines
Dfeatures.adoc493 * [[features-wideLines]] pname:wideLines specifies whether lines with
Dpipelines.adoc2032 pre-rasterization shader state>>, and the <<features-wideLines,
2033 pname:wideLines>> feature is not enabled, and no element of the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.wideLines ); in operator ()()
Dvulkan_hash.hpp3169 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.wideLines ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp625 vkStream->write((VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
692 vkStream->read((VkBool32*)&forUnmarshaling->wideLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp550 memcpy(*ptr, (VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp688 vkStream->write((VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
755 vkStream->read((VkBool32*)&forUnmarshaling->wideLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp541 memcpy((VkBool32*)&forUnmarshaling->wideLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3031 VkBool32 wideLines; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12650 pname:depthBiasClamp and pname:wideLines features (public issue 89).