/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vk_icd.h | 57 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); 70 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
|
D | vulkansc.hpp | 1024 …tance instance, uint32_t * pPhysicalDeviceCount, VkPhysicalDevice * pPhysicalDevices ) const VULKA… in vkEnumeratePhysicalDevices() 1026 return ::vkEnumeratePhysicalDevices( instance, pPhysicalDeviceCount, pPhysicalDevices ); in vkEnumeratePhysicalDevices()
|
D | vulkansc_funcs.hpp | 84 …32_t * pPhysicalDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch con… in enumeratePhysicalDevices() argument 87 …es( m_instance, pPhysicalDeviceCount, reinterpret_cast<VkPhysicalDevice *>( pPhysicalDevices ) ) ); in enumeratePhysicalDevices()
|
D | vulkan.hpp | 1025 …tance instance, uint32_t * pPhysicalDeviceCount, VkPhysicalDevice * pPhysicalDevices ) const VULKA… in vkEnumeratePhysicalDevices() 1027 return ::vkEnumeratePhysicalDevices( instance, pPhysicalDeviceCount, pPhysicalDevices ); in vkEnumeratePhysicalDevices()
|
D | vulkansc_handles.hpp | 6456 …32_t * pPhysicalDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch con…
|
D | vulkansc_hash.hpp | 1731 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupDeviceCreateInfo.pPhysicalDevices ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vk_icd.h | 57 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); 70 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
|
D | vulkan_core.h | 3950 …lDevices)(VkInstance instance, uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices); 4099 VkPhysicalDevice* pPhysicalDevices); 5203 const VkPhysicalDevice* pPhysicalDevices; member
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 420 VkPhysicalDevice *pPhysicalDevices) in get_default_device() argument 435 cpu_count += fill_drm_device_info(info, &pci_infos[i], pPhysicalDevices[i]) ? 1 : 0; in get_default_device() 507 VkPhysicalDevice *pPhysicalDevices) in device_select_EnumeratePhysicalDevices() argument 514 VK_OUTARRAY_MAKE_TYPED(VkPhysicalDevice, out, pPhysicalDevices, pPhysicalDeviceCount); in device_select_EnumeratePhysicalDevices()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_device_group_creation.adoc | 60 deviceGroupInfo.pPhysicalDevices = props[0].physicalDevices;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_instance.c | 457 VkPhysicalDevice *pPhysicalDevices) in vk_common_EnumeratePhysicalDevices() argument 460 VK_OUTARRAY_MAKE_TYPED(VkPhysicalDevice, out, pPhysicalDevices, pPhysicalDeviceCount); in vk_common_EnumeratePhysicalDevices()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | devsandqueues.adoc | 40 * pname:pPhysicalDevices is either `NULL` or a pointer to an array of 43 If pname:pPhysicalDevices is `NULL`, then the number of physical devices 46 user to the number of elements in the pname:pPhysicalDevices array, and on 48 written to pname:pPhysicalDevices. 2182 pname:pPhysicalDevices array. 2183 * pname:pPhysicalDevices is a pointer to an array of physical device 2186 The elements of the pname:pPhysicalDevices array are an ordered list of the 2190 The order of the physical devices in the pname:pPhysicalDevices array 2198 pname:physicalDeviceCount of one and pname:pPhysicalDevices pointing to the 2204 * [[VUID-VkDeviceGroupDeviceCreateInfo-pPhysicalDevices-00375]] [all …]
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.h | 149 VkPhysicalDevice* pPhysicalDevices);
|
D | VkEncoder.h | 65 VkPhysicalDevice* pPhysicalDevices, uint32_t doLock);
|
D | ResourceTracker.cpp | 1948 VkPhysicalDevice* pPhysicalDevices) { in on_vkEnumeratePhysicalDevices() argument 2019 if (!pPhysicalDevices) { in on_vkEnumeratePhysicalDevices() 2028 pPhysicalDevices[i] = info.physicalDevices[i]; in on_vkEnumeratePhysicalDevices()
|
D | goldfish_vk_deepcopy_guest.cpp | 2592 to->pPhysicalDevices = nullptr; in deepcopy_VkDeviceGroupDeviceCreateInfo() 2593 if (from->pPhysicalDevices) { in deepcopy_VkDeviceGroupDeviceCreateInfo() 2594 to->pPhysicalDevices = (VkPhysicalDevice*)alloc->dupArray( in deepcopy_VkDeviceGroupDeviceCreateInfo() 2595 from->pPhysicalDevices, from->physicalDeviceCount * sizeof(const VkPhysicalDevice)); in deepcopy_VkDeviceGroupDeviceCreateInfo()
|
D | VkEncoder.cpp | 324 VkPhysicalDevice* pPhysicalDevices, in vkEnumeratePhysicalDevices() argument 355 instance, pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices() 376 if (pPhysicalDevices) { in vkEnumeratePhysicalDevices() 415 uint64_t cgen_var_2 = (uint64_t)(uintptr_t)pPhysicalDevices; in vkEnumeratePhysicalDevices() 419 if (pPhysicalDevices) { in vkEnumeratePhysicalDevices() 424 uint64_t tmpval = (uint64_t)(pPhysicalDevices[k]); in vkEnumeratePhysicalDevices() 451 if (pPhysicalDevices) { in vkEnumeratePhysicalDevices() 460 cgen_var_4_0, (VkPhysicalDevice*)pPhysicalDevices, (*(pPhysicalDeviceCount))); in vkEnumeratePhysicalDevices()
|
D | goldfish_vk_marshaling_guest.cpp | 4902 forMarshaling->pPhysicalDevices, cgen_var_0, forMarshaling->physicalDeviceCount); in marshal_VkDeviceGroupDeviceCreateInfo() 4921 cgen_var_0, (VkPhysicalDevice*)forUnmarshaling->pPhysicalDevices, in unmarshal_VkDeviceGroupDeviceCreateInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3420 uint64_t tmpval = get_host_u64_VkPhysicalDevice(forMarshaling->pPhysicalDevices[k]); in reservedmarshal_VkDeviceGroupDeviceCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.cpp | 85 VkPhysicalDevice* pPhysicalDevices) { in vkEnumeratePhysicalDevices() argument 86 if (!pPhysicalDevices) return; in vkEnumeratePhysicalDevices() 89 mReconstruction.addHandles((const uint64_t*)pPhysicalDevices, (*(pPhysicalDeviceCount))); in vkEnumeratePhysicalDevices() 90 mReconstruction.addHandleDependency((const uint64_t*)pPhysicalDevices, in vkEnumeratePhysicalDevices() 98 mReconstruction.forEachHandleAddApi((const uint64_t*)pPhysicalDevices, in vkEnumeratePhysicalDevices() 101 mReconstruction.setCreatedHandlesForApi(apiHandle, (const uint64_t*)pPhysicalDevices, in vkEnumeratePhysicalDevices() 3805 VkPhysicalDevice* pPhysicalDevices) { in vkEnumeratePhysicalDevices() argument 3807 instance, pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices()
|
D | VkDecoder.cpp | 339 VkPhysicalDevice* pPhysicalDevices; in decode() local 359 memcpy((VkPhysicalDevice**)&pPhysicalDevices, (*readStreamPtrPtr), 8); in decode() 360 android::base::Stream::fromBe64((uint8_t*)&pPhysicalDevices); in decode() 362 if (pPhysicalDevices) { in decode() 363 vkReadStream->alloc((void**)&pPhysicalDevices, in decode() 372 *(((VkPhysicalDevice*)pPhysicalDevices) + k) = in decode() 383 (unsigned long long)pPhysicalDevices); in decode() 387 &m_pool, instance, pPhysicalDeviceCount, pPhysicalDevices); in decode() 400 uint64_t cgen_var_4 = (uint64_t)(uintptr_t)pPhysicalDevices; in decode() 402 if (pPhysicalDevices) { in decode() [all …]
|
D | VkDecoderSnapshot.h | 70 VkPhysicalDevice* pPhysicalDevices);
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.cpp | 2592 to->pPhysicalDevices = nullptr; in deepcopy_VkDeviceGroupDeviceCreateInfo() 2593 if (from->pPhysicalDevices) { in deepcopy_VkDeviceGroupDeviceCreateInfo() 2594 to->pPhysicalDevices = (VkPhysicalDevice*)alloc->dupArray( in deepcopy_VkDeviceGroupDeviceCreateInfo() 2595 from->pPhysicalDevices, from->physicalDeviceCount * sizeof(const VkPhysicalDevice)); in deepcopy_VkDeviceGroupDeviceCreateInfo()
|
D | goldfish_vk_marshaling.cpp | 5652 forMarshaling->pPhysicalDevices, cgen_var_0, forMarshaling->physicalDeviceCount); in marshal_VkDeviceGroupDeviceCreateInfo() 5678 vkStream->alloc((void**)&forUnmarshaling->pPhysicalDevices, in unmarshal_VkDeviceGroupDeviceCreateInfo() 5685 cgen_var_0, (VkPhysicalDevice*)forUnmarshaling->pPhysicalDevices, in unmarshal_VkDeviceGroupDeviceCreateInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 4225 vkStream->alloc((void**)&forUnmarshaling->pPhysicalDevices, in reservedunmarshal_VkDeviceGroupDeviceCreateInfo() 4234 *(((VkPhysicalDevice*)forUnmarshaling->pPhysicalDevices) + k) = in reservedunmarshal_VkDeviceGroupDeviceCreateInfo()
|