Home
last modified time | relevance | path

Searched defs:getQueue (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.hpp32 vk::Queue &getQueue() { return queue; } in getQueue() function in VulkanTester
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h83 events::EventQueue& getQueue() { in getQueue() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemContext.hpp60 vk::VkQueue getQueue (void) const { return m_queue; } in getQueue() function in vkt::ProtectedMem::ProtectedContext
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBase.cpp207 const Queue& SparseResourcesBaseInstance::getQueue (const VkQueueFlags queueFlags, const deUint32 q… in getQueue() function in vkt::sparse::SparseResourcesBaseInstance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.h407 VkQueue getQueue(egl::ContextPriority priority) { return mQueueMap[priority]; } in getQueue() function
548 VkQueue getQueue(egl::ContextPriority priority) { return mCommandQueue.getQueue(priority); } in getQueue() function
DRendererVk.h281 VkQueue getQueue(egl::ContextPriority priority) in getQueue() function
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDevice.cpp221 VkQueue Device::getQueue(uint32_t queueFamilyIndex, uint32_t queueIndex) const in getQueue() function in vk::Device
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUDevice.cpp136 interop::Interface<interop::GPUQueue> GPUDevice::getQueue(Napi::Env env) { in getQueue() function in wgpu::binding::GPUDevice
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperationMultiQueueTests.cpp255 Queue getQueue (const deUint32 familyIdx, const deUint32 queueIdx) in getQueue() function in vkt::synchronization::__anonecea359b0111::MultiQueues
DvktSynchronizationCrossInstanceSharingTests.cpp522 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp392 vk::VkQueue getQueue (const vk::DeviceInterface& vkd, in getQueue() function
/third_party/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp802 VULKAN_HPP_INLINE void Device::getQueue( uint32_t queueFamilyIndex, in getQueue() function in VULKAN_HPP_NAMESPACE::Device
814 …Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Dispatch const & d ) const VULKA… in getQueue() function in VULKAN_HPP_NAMESPACE::Device
Dvulkan_raii.hpp10112 … Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex ) const in getQueue() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp772 VULKAN_HPP_INLINE void Device::getQueue( uint32_t queueFamilyIndex, in getQueue() function in VULKAN_HPP_NAMESPACE::Device
784 …Device::getQueue( uint32_t queueFamilyIndex, uint32_t queueIndex, Dispatch const & d ) const VULKA… in getQueue() function in VULKAN_HPP_NAMESPACE::Device
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp984 vk::VkQueue getQueue (void) const { return m_queue; } in getQueue() function in vkt::memory::__anond93b58450111::Context