Home
last modified time | relevance | path

Searched refs:subgroupSupportedOperations (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc106 | pname:subgroupSupportedOperations | - | ename:VK_SUBGROUP_FEATURE_BASIC_BIT
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c888 subgroupSupportedOperations); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1277 * [[limits-subgroupSupportedOperations]] pname:supportedOperations is a
1311 slink:VkPhysicalDeviceVulkan11Properties::pname:subgroupSupportedOperations
5515 | pname:subgroupSupportedOperations | ename:VK_SUBGROUP_FEATURE_BASIC_BIT +
Dshaders.adoc2838 <<limits-subgroupSupportedOperations, pname:subgroupSupportedOperations>>
Ddevsandqueues.adoc323 * pname:subgroupSupportedOperations is a bitmask of
327 pname:subgroupSupportedOperations will have the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5359 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedOperations ); in operator ()()
Dvulkan_hash.hpp10601 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSupportedOperations ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc2089 …<enable property="VkPhysicalDeviceVulkan11Properties" member="subgroupSupportedOperations" value="…
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6450 vkStream->write((VkSubgroupFeatureFlags*)&forMarshaling->subgroupSupportedOperations, in marshal_VkPhysicalDeviceVulkan11Properties()
6479 vkStream->read((VkSubgroupFeatureFlags*)&forUnmarshaling->subgroupSupportedOperations, in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4445 memcpy(*ptr, (VkSubgroupFeatureFlags*)&forMarshaling->subgroupSupportedOperations, in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7828 vkStream->write((VkSubgroupFeatureFlags*)&forMarshaling->subgroupSupportedOperations, in marshal_VkPhysicalDeviceVulkan11Properties()
7869 vkStream->read((VkSubgroupFeatureFlags*)&forUnmarshaling->subgroupSupportedOperations, in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling.cpp5988 memcpy((VkSubgroupFeatureFlags*)&forUnmarshaling->subgroupSupportedOperations, *ptr, in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5891 VkSubgroupFeatureFlags subgroupSupportedOperations; member