HomeSort by relevance Sort by last modified time
    Searched refs:physicalDevices (Results 1 - 25 of 25) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 396 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
401 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
403 const VkPhysicalDevice physicalDevice = physicalDevices[deviceNdx];
491 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
493 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
495 if (isSupportedByAnyQueue(instHelper.vki, physicalDevices[deviceNdx], *surface))
498 physicalDevices[deviceNdx],
519 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
521 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
523 if (isSupportedByAnyQueue(instHelper.vki, physicalDevices[deviceNdx], *surface)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
swapchain.h 102 unordered_map<const void *, SwpPhysicalDevice *> physicalDevices;
swapchain.cpp 267 for (auto it = pInstance->physicalDevices.begin(); it != pInstance->physicalDevices.end(); it++) {
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBase.cpp 75 DE_NULL //physicalDevices
90 m_physicalDevices.push_back(devGroupProperties[m_deviceGroupIdx].physicalDevices[physDeviceID]);
96 deviceGroupInfo.pPhysicalDevices = devGroupProperties[m_deviceGroupIdx].physicalDevices;
  /external/vulkan-validation-layers/loader/
extension_manual.c     [all...]
  /external/vulkan-validation-layers/tests/
loader_validation_tests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 525 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(vki, *instance.object);
527 if (physicalDevices.size() <= (size_t)params.deviceIndex)
530 physicalDevice = physicalDevices[params.deviceIndex];
613 vector<VkPhysicalDevice> physicalDevices;
631 physicalDevices.resize(physicalDeviceCount);
634 physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[physicalDeviceIdx];
638 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevices[params.deviceIndex]);
682 res.physicalDevices.data() //physicalDevices
    [all...]
vktApiFeatureInfo.cpp     [all...]
  /external/vulkan-validation-layers/libs/vkjson/
vkjson_instance.cc 409 device_map[properties.physicalDevices[i]]);
  /frameworks/native/vulkan/vkjson/
vkjson_instance.cc 409 device_map[properties.physicalDevices[i]]);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 179 devGroupProperties[devGroupIdx].physicalDevices //physicalDevices
184 const std::vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(instance, devGroupProperties[devGroupIdx].physicalDevices[physDeviceIdx]);
  /frameworks/native/vulkan/libvulkan/
driver.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/device_group/
vktDeviceGroupRendering.cpp 284 m_physicalDevices.push_back(properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[idx]);
311 properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices //physicalDevices
314 VkPhysicalDevice physicalDevice = properties[cmdLine.getVKDeviceGroupId() - 1].physicalDevices[(size_t)(cmdLine.getVKDeviceId() - 1)];
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_device.c 368 radv_physical_device_finish(instance->physicalDevices + i);
391 result = radv_physical_device_init(instance->physicalDevices +
406 pPhysicalDevices[i] = radv_physical_device_to_handle(instance->physicalDevices + i);
    [all...]
radv_private.h 294 struct radv_physical_device physicalDevices[RADV_MAX_DRM_DEVICES];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1307 VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
    [all...]
vkStrUtilImpl.inl     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.hpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.hpp     [all...]
vulkan.h     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 1045 milliseconds