Home
last modified time | relevance | path

Searched refs:chooseDeviceIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDeviceUtil.cpp105 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance, const VkInstance instance, const t… in chooseDeviceIndex() function
143 const size_t deviceId = chooseDeviceIndex(vkInstance, instance, cmdLine); in chooseDevice()
DvkDeviceUtil.hpp51 deUint32 chooseDeviceIndex (const InstanceInterface& vkInstance,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2693 …const deUint32 deviceIdx = vk::chooseDeviceIndex(context.getInstanceInterface(), instance,… in deviceGroupPeerMemoryFeatures()