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

  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 397 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
402 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
404 const VkPhysicalDevice physicalDevice = physicalDevices[deviceNdx];
492 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
494 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
496 if (isSupportedByAnyQueue(instHelper.vki, physicalDevices[deviceNdx], *surface))
499 physicalDevices[deviceNdx],
520 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(instHelper.vki, *instHelper.instance);
522 for (size_t deviceNdx = 0; deviceNdx < physicalDevices.size(); ++deviceNdx)
524 if (isSupportedByAnyQueue(instHelper.vki, physicalDevices[deviceNdx], *surface)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp 533 const vector<VkPhysicalDevice> physicalDevices = enumeratePhysicalDevices(vki, *instance.object);
535 if (physicalDevices.size() <= (size_t)params.deviceIndex)
538 physicalDevice = physicalDevices[params.deviceIndex];
621 vector<VkPhysicalDevice> physicalDevices;
639 physicalDevices.resize(physicalDeviceCount);
642 physicalDevices[physicalDeviceIdx] = devGroupProperties[params.deviceGroupIndex].physicalDevices[physicalDeviceIdx];
646 const vector<VkQueueFamilyProperties> queueProps = getPhysicalDeviceQueueFamilyProperties(vki, physicalDevices[params.deviceIndex]);
690 res.physicalDevices.data() //physicalDevices
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
ResourceTracker.cpp 222 std::vector<VkPhysicalDevice> physicalDevices;
928 if (info.physicalDevices.empty()) {
942 info.physicalDevices.resize(physdevCount);
946 instance, &physdevCount, info.physicalDevices.data());
956 *pPhysicalDeviceCount = (uint32_t)info.physicalDevices.size();
960 info.physicalDevices.data(),
962 info.physicalDevices.size());
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 299 struct radv_physical_device physicalDevices[RADV_MAX_DRM_DEVICES];
    [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /external/skia/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/skqp/include/third_party/vulkan/vulkan/
vulkan_core.h     [all...]
  /external/swiftshader/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]
  /external/vulkan-headers/include/vulkan/
vulkan_core.h     [all...]
vulkan.hpp     [all...]

Completed in 450 milliseconds