Searched refs:queue_ (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sm7250/display/composer/ |
D | hwc_session_services.cpp | 1041 bool post_future = !queue_.size(); in PostBuffer() 1044 queue_.push(node); in PostBuffer() 1071 if (!queue_.size()) { in ProcessRequests() 1075 node = queue_.front(); in ProcessRequests() 1128 queue_.pop(); in ProcessRequests() 1130 if (!queue_.size()) { in ProcessRequests()
|
D | hwc_session.h | 381 std::queue<QueueNode *> queue_; variable
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 9921 CommandQueue queue_; member in cl::EnqueueArgs 9932 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9941 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9950 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9959 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9968 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9977 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9986 queue_(CommandQueue::getDefault()), in EnqueueArgs() 9996 queue_(CommandQueue::getDefault()), in EnqueueArgs() 10006 queue_(CommandQueue::getDefault()), in EnqueueArgs() [all …]
|
D | cl.hpp | 7216 CommandQueue queue_; member 7223 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7232 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7241 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7250 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7259 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7268 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7277 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7287 queue_(CommandQueue::getDefault()), in EnqueueArgs() 7297 queue_(CommandQueue::getDefault()), in EnqueueArgs() [all …]
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_structs.hpp | 32148 VULKAN_HPP_CONSTEXPR ExportMetalCommandQueueInfoEXT(VULKAN_HPP_NAMESPACE::Queue queue_ = {}, MTLCom… in ExportMetalCommandQueueInfoEXT() 32149 : pNext( pNext_ ), queue( queue_ ), mtlCommandQueue( mtlCommandQueue_ ) 32175 …4 ExportMetalCommandQueueInfoEXT & setQueue( VULKAN_HPP_NAMESPACE::Queue queue_ ) VULKAN_HPP_NOEXC… in setQueue() 32177 queue = queue_; in setQueue()
|