Searched defs:other_queue (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4251 static void updateTrackedCommandBuffers(layer_data *dev_data, VkQueue queue, VkQueue other_queue, VkFence fence) { argument
4252 if (queue == other_queue) {
4256 auto other_queue_data = dev_data->queueMap.find(other_queue);
4527 const VkQueue &other_queue = dev_data->semaphoreMap[semaphore].queue; local
4528 if (other_queue != VK_NULL_HANDLE && !processed_other_queues.count(other_queue)) {
4529 updateTrackedCommandBuffers(dev_data, queue, other_queue, fence);
4530 processed_other_queues.insert(other_queue);
/prebuilts/ndk/current/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp4251 static void updateTrackedCommandBuffers(layer_data *dev_data, VkQueue queue, VkQueue other_queue, VkFence fence) { argument
4252 if (queue == other_queue) {
4256 auto other_queue_data = dev_data->queueMap.find(other_queue);
4527 const VkQueue &other_queue = dev_data->semaphoreMap[semaphore].queue; local
4528 if (other_queue != VK_NULL_HANDLE && !processed_other_queues.count(other_queue)) {
4529 updateTrackedCommandBuffers(dev_data, queue, other_queue, fence);
4530 processed_other_queues.insert(other_queue);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
H A Dcore_validation.cpp4251 static void updateTrackedCommandBuffers(layer_data *dev_data, VkQueue queue, VkQueue other_queue, VkFence fence) { argument
4252 if (queue == other_queue) {
4256 auto other_queue_data = dev_data->queueMap.find(other_queue);
4527 const VkQueue &other_queue = dev_data->semaphoreMap[semaphore].queue; local
4528 if (other_queue != VK_NULL_HANDLE && !processed_other_queues.count(other_queue)) {
4529 updateTrackedCommandBuffers(dev_data, queue, other_queue, fence);
4530 processed_other_queues.insert(other_queue);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
H A Dcore_validation.cpp4251 static void updateTrackedCommandBuffers(layer_data *dev_data, VkQueue queue, VkQueue other_queue, VkFence fence) { argument
4252 if (queue == other_queue) {
4256 auto other_queue_data = dev_data->queueMap.find(other_queue);
4527 const VkQueue &other_queue = dev_data->semaphoreMap[semaphore].queue; local
4528 if (other_queue != VK_NULL_HANDLE && !processed_other_queues.count(other_queue)) {
4529 updateTrackedCommandBuffers(dev_data, queue, other_queue, fence);
4530 processed_other_queues.insert(other_queue);

Completed in 129 milliseconds