Searched refs:maxComputeWorkgroupSubgroups (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_subgroup_size_control.adoc | 59 <<limits-maxComputeWorkgroupSubgroups, pname:maxComputeWorkgroupSubgroups>> 64 …imes WorkGroupSize.y \times WorkgroupSize.z \leq SubgroupSize \times maxComputeWorkgroupSubgroups }
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 1061 CORE_PROPERTY(maxComputeWorkgroupSubgroups); in vk_get_physical_device_core_1_3_property_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5130 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()() 5533 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
|
D | vulkan_hash.hpp | 10236 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()() 10775 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8629 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties() 8742 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties() 10000 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupSizeControlProperties() 10016 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5906 memcpy(*ptr, (uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan13Properties() 6770 memcpy(*ptr, (uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10611 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties() 10736 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties() 12386 vkStream->write((uint32_t*)&forMarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupSizeControlProperties() 12414 vkStream->read((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 8193 memcpy((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties() 9520 memcpy((uint32_t*)&forUnmarshaling->maxComputeWorkgroupSubgroups, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 1400 * [[{anchor-prefix}limits-maxComputeWorkgroupSubgroups]] 1401 pname:maxComputeWorkgroupSubgroups is the maximum number of subgroups
|
D | pipelines.adoc | 592 and <<limits-maxComputeWorkgroupSubgroups, 593 pname:maxComputeWorkgroupSubgroups>>
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6825 uint32_t maxComputeWorkgroupSubgroups; member 7148 uint32_t maxComputeWorkgroupSubgroups; member
|