Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc334 auto queue = device.CreateQueue(); in MapDeviceTextureToHostBuffer()
388 auto queue = device.CreateQueue(); in MapDeviceBufferToHostBuffer()
916 ::dawn::Queue queue = device_->CreateQueue(); in DoClear()
1323 ::dawn::Queue queue = device_->CreateQueue(); in DoDrawRect()
1408 ::dawn::Queue queue = device_->CreateQueue(); in DoDrawArrays()
1446 auto queue = device_->CreateQueue(); in DoCompute()
/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h112 void CreateQueue(VkDevice device, VkQueue vkObj);
Dobject_tracker_utils.cpp203 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue() function in ObjectLifetimes
358 CreateQueue(device, *pQueue); in PostCallRecordGetDeviceQueue()
368 CreateQueue(device, *pQueue); in PostCallRecordGetDeviceQueue2()