Home
last modified time | relevance | path

Searched refs:ValidateGetDeviceQueue (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.h1062 …bool ValidateGetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue, const…
Dcore_validation.cpp4080 bool CoreChecks::ValidateGetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQ… in ValidateGetDeviceQueue() function in CoreChecks
4098 …return ValidateGetDeviceQueue(queueFamilyIndex, queueIndex, pQueue, "VUID-vkGetDeviceQueue-queueFa… in PreCallValidateGetDeviceQueue()