Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c885 CORE_RENAMED_PROPERTY(supportedStages, in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1824 <<limits-subgroup-supportedStages, pname:supportedStages>> and the entry
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1270 * [[limits-subgroup-supportedStages]] pname:supportedStages is a bitfield
1274 pname:supportedStages will have the ename:VK_SHADER_STAGE_COMPUTE_BIT
Dshaders.adoc2581 Only <<limits-subgroup-supportedStages, shader stages that support subgroup
2748 <<limits-subgroup-supportedStages, shader stages that support subgroup
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5101 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.supportedStages ); in operator ()()
Dvulkan_hash.hpp10207 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.supportedStages ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp4454 vkStream->write((VkShaderStageFlags*)&forMarshaling->supportedStages, in marshal_VkPhysicalDeviceSubgroupProperties()
4471 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->supportedStages, in unmarshal_VkPhysicalDeviceSubgroupProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp3126 memcpy(*ptr, (VkShaderStageFlags*)&forMarshaling->supportedStages, sizeof(VkShaderStageFlags)); in reservedmarshal_VkPhysicalDeviceSubgroupProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5025 vkStream->write((VkShaderStageFlags*)&forMarshaling->supportedStages, in marshal_VkPhysicalDeviceSubgroupProperties()
5054 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->supportedStages, in unmarshal_VkPhysicalDeviceSubgroupProperties()
Dgoldfish_vk_reserved_marshaling.cpp3722 memcpy((VkShaderStageFlags*)&forUnmarshaling->supportedStages, *ptr, in reservedunmarshal_VkPhysicalDeviceSubgroupProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5092 VkShaderStageFlags supportedStages; member