Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_extended_dynamic_state3.adoc63 * Assuming VkPhysicalDeviceFeatures::fillModeNonSolid is enabled
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dprimsrast.adoc102 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
3636 * [[VUID-vkCmdSetPolygonModeEXT-fillModeNonSolid-07424]]
3637 If the <<features-fillModeNonSolid, pname:fillModeNonSolid>> feature is
Dfeatures.adoc481 * [[features-fillModeNonSolid]] pname:fillModeNonSolid specifies whether
7864 * <<features-fillModeNonSolid, pname:fillModeNonSolid>>, if the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1622 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fillModeNonSolid ); in operator ()()
Dvulkan_hash.hpp3167 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.fillModeNonSolid ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp623 vkStream->write((VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
690 vkStream->read((VkBool32*)&forUnmarshaling->fillModeNonSolid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp546 memcpy(*ptr, (VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp686 vkStream->write((VkBool32*)&forMarshaling->fillModeNonSolid, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
753 vkStream->read((VkBool32*)&forUnmarshaling->fillModeNonSolid, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp537 memcpy((VkBool32*)&forUnmarshaling->fillModeNonSolid, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3029 VkBool32 fillModeNonSolid; member