Home
last modified time | relevance | path

Searched refs:vertexPipelineStoresAndAtomics (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1480 If <<features-vertexPipelineStoresAndAtomics,
1481 pname:vertexPipelineStoresAndAtomics>> is not enabled, then all storage
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddescriptorsets.adoc81 When the <<features-vertexPipelineStoresAndAtomics,
82 pname:vertexPipelineStoresAndAtomics>> feature is enabled, stores and atomic
266 When the <<features-vertexPipelineStoresAndAtomics,
267 pname:vertexPipelineStoresAndAtomics>> feature is enabled, stores and atomic
Dshaders.adoc1955 (see <<features-vertexPipelineStoresAndAtomics,
1956 pname:vertexPipelineStoresAndAtomics>>).
Dfeatures.adoc661 * [[features-vertexPipelineStoresAndAtomics]]
662 pname:vertexPipelineStoresAndAtomics specifies whether storage buffers
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1634 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.vertexPipelineStoresAndAtomics ); in operator ()()
Dvulkan_hash.hpp3179 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.vertexPipelineStoresAndAtomics ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp635 vkStream->write((VkBool32*)&forMarshaling->vertexPipelineStoresAndAtomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
702 vkStream->read((VkBool32*)&forUnmarshaling->vertexPipelineStoresAndAtomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp570 memcpy(*ptr, (VkBool32*)&forMarshaling->vertexPipelineStoresAndAtomics, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp698 vkStream->write((VkBool32*)&forMarshaling->vertexPipelineStoresAndAtomics, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
765 vkStream->read((VkBool32*)&forUnmarshaling->vertexPipelineStoresAndAtomics, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp561 memcpy((VkBool32*)&forUnmarshaling->vertexPipelineStoresAndAtomics, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3041 VkBool32 vertexPipelineStoresAndAtomics; member