Searched refs:maxSubgroupSize (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_subgroup_size_control.adoc | 49 <<limits-minSubgroupSize, minimum>> and <<limits-maxSubgroupSize, maximum>>
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/ |
D | Roadmap-2022.adoc | 130 | pname:maxSubgroupSize | - | - | 4 | min
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 1060 CORE_PROPERTY(maxSubgroupSize); in vk_get_physical_device_core_1_3_property_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 1388 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
|
D | pipelines.adoc | 606 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>>
|
D | shaders.adoc | 322 <<limits-maxSubgroupSize,pname:maxSubgroupSize>>
|
D | interfaces.adoc | 4416 pname:minSubgroupSize>> and <<limits-maxSubgroupSize, 4417 pname:maxSubgroupSize>> and must: be uniform with <<shaders-scope-subgroup,
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5129 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupSizeControlProperties.maxSubgroupSize ); in operator ()() 5532 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxSubgroupSize ); in operator ()()
|
D | vulkan_hash.hpp | 10235 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/ |
D | goldfish_vk_marshaling_guest.cpp | 8628 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5904 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/ |
D | goldfish_vk_marshaling.cpp | 10610 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 8191 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/ |
D | vulkan_core.h | 6824 uint32_t maxSubgroupSize; member 7147 uint32_t maxSubgroupSize; member
|