Searched refs:fillModeNonSolid (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_extended_dynamic_state3.adoc | 63 * Assuming VkPhysicalDeviceFeatures::fillModeNonSolid is enabled
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | primsrast.adoc | 102 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is 3636 * [[VUID-vkCmdSetPolygonModeEXT-fillModeNonSolid-07424]] 3637 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
|
D | features.adoc | 481 * [[features-fillModeNonSolid]] pname:fillModeNonSolid specifies whether 7864 * <<features-fillModeNonSolid, pname:fillModeNonSolid>>, if the
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 1622 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fillModeNonSolid ); in operator ()()
|
D | vulkan_hash.hpp | 3167 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fillModeNonSolid ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 623 vkStream->write((VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 690 vkStream->read((VkBool32*)&forUnmarshaling->fillModeNonSolid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 546 memcpy(*ptr, (VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 686 vkStream->write((VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 753 vkStream->read((VkBool32*)&forUnmarshaling->fillModeNonSolid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 537 memcpy((VkBool32*)&forUnmarshaling->fillModeNonSolid, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3029 VkBool32 fillModeNonSolid; member
|