Edit

kc3-lang/angle/src/libANGLE/renderer/CLCommandQueueImpl.cpp

Branch :

  • Show log

    Commit

  • Author : John Plate
    Date : 2021-05-18 21:26:39
    Hash : 6622d2b4
    Message : CL: command queues for front end and pass-through Bug: angleproject:5956 Change-Id: I6d9d4e4e7dfc5402408e3b002e66e4eae752967d Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2903091 Reviewed-by: Jamie Madill <jmadill@chromium.org> Reviewed-by: Cody Northrop <cnorthrop@google.com> Commit-Queue: John Plate <jplate@google.com>

  • src/libANGLE/renderer/CLCommandQueueImpl.cpp
  • //
    // Copyright 2021 The ANGLE Project Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style license that can be
    // found in the LICENSE file.
    //
    // CLCommandQueueImpl.cpp: Implements the class methods for CLCommandQueueImpl.
    
    #include "libANGLE/renderer/CLCommandQueueImpl.h"
    
    namespace rx
    {
    
    CLCommandQueueImpl::CLCommandQueueImpl(const cl::CommandQueue &commandQueue)
        : mCommandQueue(commandQueue)
    {}
    
    CLCommandQueueImpl::~CLCommandQueueImpl() = default;
    
    }  // namespace rx