Home
last modified time | relevance | path

Searched refs:maxSubgroupSize (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_subgroup_size_control.adoc49 <<limits-minSubgroupSize, minimum>> and <<limits-maxSubgroupSize, maximum>>
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc130 | pname:maxSubgroupSize | - | - | 4 | min
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c1060 CORE_PROPERTY(maxSubgroupSize); in vk_get_physical_device_core_1_3_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1388 pname:minSubgroupSize is less than or equal to pname:maxSubgroupSize.
1391 * [[{anchor-prefix}limits-maxSubgroupSize]] pname:maxSubgroupSize is the
1393 pname:maxSubgroupSize is at least one if any of the physical device's
1396 pname:maxSubgroupSize is a power-of-two.
1397 pname:maxSubgroupSize is greater than or equal to pname:minSubgroupSize.
1398 pname:maxSubgroupSize is greater than or equal to
5525 | pname:maxSubgroupSize | 4 | min
Dpipelines.adoc606 must: be a multiple of <<limits-maxSubgroupSize, pname:maxSubgroupSize>>
712 equal <<limits-maxSubgroupSize, pname:maxSubgroupSize>> and no
716 code:SubgroupSize>> is to make it a multiple of pname:maxSubgroupSize.
828 <<limits-maxSubgroupSize, pname:maxSubgroupSize>>
Dshaders.adoc322 <<limits-maxSubgroupSize,pname:maxSubgroupSize>>
Dinterfaces.adoc4416 pname:minSubgroupSize>> and <<limits-maxSubgroupSize,
4417 pname:maxSubgroupSize>> and must: be uniform with <<shaders-scope-subgroup,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5129 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxSubgroupSize ); in operator ()()
5532 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxSubgroupSize ); in operator ()()
Dvulkan_hash.hpp10235 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxSubgroupSize ); in operator ()()
10774 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxSubgroupSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8628 vkStream->write((uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties()
8741 vkStream->read((uint32_t*)&forUnmarshaling->maxSubgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
9999 vkStream->write((uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupSizeControlProperties()
10015 vkStream->read((uint32_t*)&forUnmarshaling->maxSubgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp5904 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan13Properties()
6768 memcpy(*ptr, (uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10610 vkStream->write((uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan13Properties()
10735 vkStream->read((uint32_t*)&forUnmarshaling->maxSubgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
12385 vkStream->write((uint32_t*)&forMarshaling->maxSubgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupSizeControlProperties()
12413 vkStream->read((uint32_t*)&forUnmarshaling->maxSubgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
Dgoldfish_vk_reserved_marshaling.cpp8191 memcpy((uint32_t*)&forUnmarshaling->maxSubgroupSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
9518 memcpy((uint32_t*)&forUnmarshaling->maxSubgroupSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceSubgroupSizeControlProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6824 uint32_t maxSubgroupSize; member
7147 uint32_t maxSubgroupSize; member