Home
last modified time | relevance | path

Searched refs:subgroupSize (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/roadmap/
DRoadmap-2022.adoc101 | pname:subgroupSize | - | 1/4 | 4 | implementation-dependent
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c884 CORE_PROPERTY(subgroupSize); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1265 * [[{anchor-prefix}limits-subgroup-size]] pname:subgroupSize is the
1267 pname:subgroupSize is at least 1 if any of the physical device's queues
1269 pname:subgroupSize is a power-of-two.
1300 pname:subgroupSize must: be greater than or equal to 4.
1390 pname:subgroupSize>>.
1399 <<limits-subgroup-size, pname:subgroupSize>>.
5511 | pname:subgroupSize | 4 | min
Draytracing.adoc165 match that of slink:VkPhysicalDeviceSubgroupProperties::pname:subgroupSize.
Ddevsandqueues.adoc310 * [[{anchor-prefix}limits-subgroup-size]] pname:subgroupSize is the
312 pname:subgroupSize is at least 1 if any of the physical device's queues
314 pname:subgroupSize is a power-of-two.
Dpipelines.adoc616 pname:subgroupSize>>
622 <<limits-subgroup-size,pname:subgroupSize>>.
8766 * pname:subgroupSize is the subgroup size with which this pipeline
Dshaders.adoc330 <<limits-subgroup-size,pname:subgroupSize>>
Dinterfaces.adoc4452 pname:subgroupSize>>.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp4453 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupProperties()
4470 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupProperties()
6447 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
6476 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
11322 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPipelineExecutablePropertiesKHR()
11337 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPipelineExecutablePropertiesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp3124 memcpy(*ptr, (uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceSubgroupProperties()
4440 memcpy(*ptr, (uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
7642 memcpy(*ptr, (uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in reservedmarshal_VkPipelineExecutablePropertiesKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5100 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.subgroupSize ); in operator ()()
5357 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSize ); in operator ()()
Dvulkan_hash.hpp10206 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.subgroupSize ); in operator ()()
10599 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.subgroupSize ); in operator ()()
11115 VULKAN_HPP_HASH_COMBINE( seed, pipelineExecutablePropertiesKHR.subgroupSize ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5024 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceSubgroupProperties()
5053 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceSubgroupProperties()
7825 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPhysicalDeviceVulkan11Properties()
7866 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
14521 vkStream->write((uint32_t*)&forMarshaling->subgroupSize, sizeof(uint32_t)); in marshal_VkPipelineExecutablePropertiesKHR()
14548 vkStream->read((uint32_t*)&forUnmarshaling->subgroupSize, sizeof(uint32_t)); in unmarshal_VkPipelineExecutablePropertiesKHR()
Dgoldfish_vk_reserved_marshaling.cpp3720 memcpy((uint32_t*)&forUnmarshaling->subgroupSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceSubgroupProperties()
5983 memcpy((uint32_t*)&forUnmarshaling->subgroupSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
11196 memcpy((uint32_t*)&forUnmarshaling->subgroupSize, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPipelineExecutablePropertiesKHR()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5091 uint32_t subgroupSize; member
5889 uint32_t subgroupSize; member
9984 uint32_t subgroupSize; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc1940 slink:VkPhysicalDeviceVulkan11Features::pname:subgroupSize and
1941 slink:VkPhysicalDeviceSubgroupProperties::pname:subgroupSize (internal
2182 * Fix XML `limittype` attributes for pname:*subgroupSize members from