Home
last modified time | relevance | path

Searched defs:getDeviceQueue (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp435 VkQueue getDeviceQueue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deU… in getDeviceQueue() function
DvkDeviceFunctionPointers.inl6 GetDeviceQueueFunc getDeviceQueue; variable
DvkNullDriver.cpp1040 VKAPI_ATTR void VKAPI_CALL getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 que… in getDeviceQueue() function
DvkDeviceDriverImpl.inl15 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,… function in DeviceDriver