Searched refs:wideLines (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 2834 If the <<features-wideLines, pname:wideLines>> feature is not enabled,
|
D | limits.adoc | 4546 | 2 {times} code:float | pname:lineWidthRange | pname:wideLines 4548 | code:float | pname:lineWidthGranularity | pname:wideLines
|
D | features.adoc | 493 * [[features-wideLines]] pname:wideLines specifies whether lines with
|
D | pipelines.adoc | 2032 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/ |
D | vulkansc_hash.hpp | 1624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.wideLines ); in operator ()()
|
D | vulkan_hash.hpp | 3169 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.wideLines ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 625 vkStream->write((VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 692 vkStream->read((VkBool32*)&forUnmarshaling->wideLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 550 memcpy(*ptr, (VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 688 vkStream->write((VkBool32*)&forMarshaling->wideLines, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 755 vkStream->read((VkBool32*)&forUnmarshaling->wideLines, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 541 memcpy((VkBool32*)&forUnmarshaling->wideLines, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3031 VkBool32 wideLines; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12650 pname:depthBiasClamp and pname:wideLines features (public issue 89).
|