Searched refs:ValidateGetDeviceQueue (Results 1 – 2 of 2) sorted by relevance
1062 …bool ValidateGetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue, const…
4080 bool CoreChecks::ValidateGetDeviceQueue(uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQ… in ValidateGetDeviceQueue() function in CoreChecks4098 …return ValidateGetDeviceQueue(queueFamilyIndex, queueIndex, pQueue, "VUID-vkGetDeviceQueue-queueFa… in PreCallValidateGetDeviceQueue()