Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c803 CORE_FEATURE(computeFullSubgroups); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc3928 * [[{anchor-prefix}features-computeFullSubgroups]]
3929 pname:computeFullSubgroups indicates whether the implementation supports
3949 and pname:computeFullSubgroups are supported if the extension is supported.
7334 * <<features-computeFullSubgroups, pname:computeFullSubgroups>>, if
Dshaders.adoc294 <<features-computeFullSubgroups, pname:computeFullSubgroups>> feature
Dpipelines.adoc562 set, the <<features-computeFullSubgroups, pname:computeFullSubgroups>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5116 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups ); in operator ()()
5513 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.computeFullSubgroups ); in operator ()()
Dvulkan_hash.hpp10222 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups ); in operator ()()
10755 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.computeFullSubgroups ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8580 vkStream->write((VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
8608 vkStream->read((VkBool32*)&forUnmarshaling->computeFullSubgroups, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
9973 vkStream->write((VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
9986 vkStream->read((VkBool32*)&forUnmarshaling->computeFullSubgroups, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5875 memcpy(*ptr, (VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6751 memcpy(*ptr, (VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10551 vkStream->write((VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
10590 vkStream->read((VkBool32*)&forUnmarshaling->computeFullSubgroups, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
12347 vkStream->write((VkBool32*)&forMarshaling->computeFullSubgroups, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
12372 vkStream->read((VkBool32*)&forUnmarshaling->computeFullSubgroups, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
Dgoldfish_vk_reserved_marshaling.cpp8147 memcpy((VkBool32*)&forUnmarshaling->computeFullSubgroups, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
9487 memcpy((VkBool32*)&forUnmarshaling->computeFullSubgroups, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSubgroupSizeControlFeatures()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6811 VkBool32 computeFullSubgroups; member
7140 VkBool32 computeFullSubgroups; member