Searched refs:computeFullSubgroups (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 803 CORE_FEATURE(computeFullSubgroups); in vk_get_physical_device_core_1_3_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 3928 * [[{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
|
D | shaders.adoc | 294 <<features-computeFullSubgroups, pname:computeFullSubgroups>> feature
|
D | pipelines.adoc | 562 set, the <<features-computeFullSubgroups, pname:computeFullSubgroups>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5116 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlFeatures.computeFullSubgroups ); in operator ()() 5513 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.computeFullSubgroups ); in operator ()()
|
D | vulkan_hash.hpp | 10222 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/ |
D | goldfish_vk_marshaling_guest.cpp | 8580 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5875 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/ |
D | goldfish_vk_marshaling.cpp | 10551 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 8147 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/ |
D | vulkan_core.h | 6811 VkBool32 computeFullSubgroups; member 7140 VkBool32 computeFullSubgroups; member
|