Home
last modified time | relevance | path

Searched refs:pPhysicalDevices (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_icd.h57 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
70 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
Dvulkansc.hpp1024 …tance instance, uint32_t * pPhysicalDeviceCount, VkPhysicalDevice * pPhysicalDevices ) const VULKA… in vkEnumeratePhysicalDevices()
1026 return ::vkEnumeratePhysicalDevices( instance, pPhysicalDeviceCount, pPhysicalDevices ); in vkEnumeratePhysicalDevices()
Dvulkansc_funcs.hpp84 …32_t * pPhysicalDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch con… in enumeratePhysicalDevices() argument
87 …es( m_instance, pPhysicalDeviceCount, reinterpret_cast<VkPhysicalDevice *>( pPhysicalDevices ) ) ); in enumeratePhysicalDevices()
Dvulkan.hpp1025 …tance instance, uint32_t * pPhysicalDeviceCount, VkPhysicalDevice * pPhysicalDevices ) const VULKA… in vkEnumeratePhysicalDevices()
1027 return ::vkEnumeratePhysicalDevices( instance, pPhysicalDeviceCount, pPhysicalDevices ); in vkEnumeratePhysicalDevices()
Dvulkansc_handles.hpp6456 …32_t * pPhysicalDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch con…
Dvulkansc_hash.hpp1731 VULKAN_HPP_HASH_COMBINE( seed, deviceGroupDeviceCreateInfo.pPhysicalDevices ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_icd.h57 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
70 uint32_t* pPhysicalDeviceCount, VkPhysicalDevice* pPhysicalDevices);
Dvulkan_core.h3950 …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/
Ddevice_select_layer.c420 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/
DVK_KHR_device_group_creation.adoc60 deviceGroupInfo.pPhysicalDevices = props[0].physicalDevices;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_instance.c457 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/
Ddevsandqueues.adoc40 * 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/
DResourceTracker.h149 VkPhysicalDevice* pPhysicalDevices);
DVkEncoder.h65 VkPhysicalDevice* pPhysicalDevices, uint32_t doLock);
DResourceTracker.cpp1948 VkPhysicalDevice* pPhysicalDevices) { in on_vkEnumeratePhysicalDevices() argument
2019 if (!pPhysicalDevices) { in on_vkEnumeratePhysicalDevices()
2028 pPhysicalDevices[i] = info.physicalDevices[i]; in on_vkEnumeratePhysicalDevices()
Dgoldfish_vk_deepcopy_guest.cpp2592 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()
DVkEncoder.cpp324 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()
Dgoldfish_vk_marshaling_guest.cpp4902 forMarshaling->pPhysicalDevices, cgen_var_0, forMarshaling->physicalDeviceCount); in marshal_VkDeviceGroupDeviceCreateInfo()
4921 cgen_var_0, (VkPhysicalDevice*)forUnmarshaling->pPhysicalDevices, in unmarshal_VkDeviceGroupDeviceCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3420 uint64_t tmpval = get_host_u64_VkPhysicalDevice(forMarshaling->pPhysicalDevices[k]); in reservedmarshal_VkDeviceGroupDeviceCreateInfo()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.cpp85 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()
DVkDecoder.cpp339 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 …]
DVkDecoderSnapshot.h70 VkPhysicalDevice* pPhysicalDevices);
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp2592 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()
Dgoldfish_vk_marshaling.cpp5652 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()
Dgoldfish_vk_reserved_marshaling.cpp4225 vkStream->alloc((void**)&forUnmarshaling->pPhysicalDevices, in reservedunmarshal_VkDeviceGroupDeviceCreateInfo()
4234 *(((VkPhysicalDevice*)forUnmarshaling->pPhysicalDevices) + k) = in reservedunmarshal_VkDeviceGroupDeviceCreateInfo()

12