Searched refs:subgroupSupportedStages (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 102 | pname:subgroupSupportedStages | - | ename:VK_SHADER_STAGE_COMPUTE_BIT
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 886 subgroupSupportedStages); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 315 * [[{anchor-prefix}limits-subgroupSupportedStages]] 316 pname:subgroupSupportedStages is a bitfield of 320 pname:subgroupSupportedStages will have the
|
D | limits.adoc | 5512 | pname:subgroupSupportedStages | ename:VK_SHADER_STAGE_COMPUTE_BIT +
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1500 shader stage is not in <<limits-subgroupSupportedStages, 1501 pname:subgroupSupportedStages>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5358 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedStages ); in operator ()()
|
D | vulkan_hash.hpp | 10600 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedStages ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6448 vkStream->write((VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in marshal_VkPhysicalDeviceVulkan11Properties() 6477 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4442 memcpy(*ptr, (VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7826 vkStream->write((VkShaderStageFlags*)&forMarshaling->subgroupSupportedStages, in marshal_VkPhysicalDeviceVulkan11Properties() 7867 vkStream->read((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, in unmarshal_VkPhysicalDeviceVulkan11Properties()
|
D | goldfish_vk_reserved_marshaling.cpp | 5985 memcpy((VkShaderStageFlags*)&forUnmarshaling->subgroupSupportedStages, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5890 VkShaderStageFlags subgroupSupportedStages; member
|