Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_subgroup_size_control.adoc59 <<limits-maxComputeWorkgroupSubgroups, pname:maxComputeWorkgroupSubgroups>>
64 …imes WorkGroupSize.y \times WorkgroupSize.z \leq SubgroupSize \times maxComputeWorkgroupSubgroups }
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c1061 CORE_PROPERTY(maxComputeWorkgroupSubgroups); in vk_get_physical_device_core_1_3_property_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5130 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()()
5533 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
Dvulkan_hash.hpp10236 …HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxComputeWorkgroupSubgroups ); in operator ()()
10775 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxComputeWorkgroupSubgroups ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8629 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5906 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/
Dgoldfish_vk_marshaling.cpp10611 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()
Dgoldfish_vk_reserved_marshaling.cpp8193 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/
Dlimits.adoc1400 * [[{anchor-prefix}limits-maxComputeWorkgroupSubgroups]]
1401 pname:maxComputeWorkgroupSubgroups is the maximum number of subgroups
Dpipelines.adoc592 and <<limits-maxComputeWorkgroupSubgroups,
593 pname:maxComputeWorkgroupSubgroups>>
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6825 uint32_t maxComputeWorkgroupSubgroups; member
7148 uint32_t maxComputeWorkgroupSubgroups; member