Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1702 * pname:physicalDevices is an array of ename:VK_MAX_DEVICE_GROUP_SIZE
1717 [open,refpage='VK_MAX_DEVICE_GROUP_SIZE',desc='Length of a physical device handle array',type='cons…
1719 ename:VK_MAX_DEVICE_GROUP_SIZE is the length of an array containing
1724 include::{generated}/api/enums/VK_MAX_DEVICE_GROUP_SIZE.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h4893 #define VK_MAX_DEVICE_GROUP_SIZE 32U macro
5195 VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
7748 uint32_t presentMask[VK_MAX_DEVICE_GROUP_SIZE];
8618 #define VK_MAX_DEVICE_GROUP_SIZE_KHR VK_MAX_DEVICE_GROUP_SIZE
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1743 for ( size_t i = 0; i < VK_MAX_DEVICE_GROUP_SIZE; ++i ) in operator ()()
4242 for ( size_t i = 0; i < VK_MAX_DEVICE_GROUP_SIZE; ++i ) in operator ()()
Dvulkansc.hpp3734 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDeviceGroupSize = VK_MAX_DEVICE_GROUP_SIZE;
Dvulkan_hash.hpp3409 for ( size_t i = 0; i < VK_MAX_DEVICE_GROUP_SIZE; ++i ) in operator ()()
8055 for ( size_t i = 0; i < VK_MAX_DEVICE_GROUP_SIZE; ++i ) in operator ()()
Dvulkan.hpp6185 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxDeviceGroupSize = VK_MAX_DEVICE_GROUP_SIZE;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc1755 * pname:presentMask is an array of ename:VK_MAX_DEVICE_GROUP_SIZE
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp4191 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in reservedunmarshal_VkPhysicalDeviceGroupProperties()
4192 *ptr += VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice); in reservedunmarshal_VkPhysicalDeviceGroupProperties()
10605 VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t)); in reservedunmarshal_VkDeviceGroupPresentCapabilitiesKHR()
10606 *ptr += VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t); in reservedunmarshal_VkDeviceGroupPresentCapabilitiesKHR()
Dgoldfish_vk_deepcopy.cpp2569 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in deepcopy_VkPhysicalDeviceGroupProperties()
6664 memcpy(to->presentMask, from->presentMask, VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t)); in deepcopy_VkDeviceGroupPresentCapabilitiesKHR()
Dgoldfish_vk_marshaling.cpp5609 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in marshal_VkPhysicalDeviceGroupProperties()
5635 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in unmarshal_VkPhysicalDeviceGroupProperties()
13774 VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t)); in marshal_VkDeviceGroupPresentCapabilitiesKHR()
13801 VK_MAX_DEVICE_GROUP_SIZE * sizeof(uint32_t)); in unmarshal_VkDeviceGroupPresentCapabilitiesKHR()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp3397 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in reservedmarshal_VkPhysicalDeviceGroupProperties()
3398 *ptr += VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice); in reservedmarshal_VkPhysicalDeviceGroupProperties()
Dgoldfish_vk_counting_guest.cpp2612 *count += VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice); in count_VkPhysicalDeviceGroupProperties()
Dgoldfish_vk_marshaling_guest.cpp4870 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in marshal_VkPhysicalDeviceGroupProperties()
4885 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in unmarshal_VkPhysicalDeviceGroupProperties()
Dgoldfish_vk_deepcopy_guest.cpp2569 VK_MAX_DEVICE_GROUP_SIZE * sizeof(VkPhysicalDevice)); in deepcopy_VkPhysicalDeviceGroupProperties()