Home
last modified time | relevance | path

Searched refs:subgroupSupportedStages (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc102 | pname:subgroupSupportedStages | - | ename:VK_SHADER_STAGE_COMPUTE_BIT
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c886 subgroupSupportedStages); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc315 * [[{anchor-prefix}limits-subgroupSupportedStages]]
316 pname:subgroupSupportedStages is a bitfield of
320 pname:subgroupSupportedStages will have the
Dlimits.adoc5512 | pname:subgroupSupportedStages | ename:VK_SHADER_STAGE_COMPUTE_BIT +
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dspirvenv.adoc1500 shader stage is not in <<limits-subgroupSupportedStages,
1501 pname:subgroupSupportedStages>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5358 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedStages ); in operator ()()
Dvulkan_hash.hpp10600 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedStages ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6448 vkStream->write((VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in marshal_VkPhysicalDeviceVulkan11Properties()
6477 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4442 memcpy(*ptr, (VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7826 vkStream->write((VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in marshal_VkPhysicalDeviceVulkan11Properties()
7867 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling.cpp5985 memcpy((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5890 VkShaderStageFlags subgroupSupportedStages; member