Searched defs:cmdQueue (Results 1 – 3 of 3) sorted by relevance
105 CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function156 CommandQueue &cmdQueue() { return mCmdBuffer.cmdQueue(); } in cmdQueue() function
107 mtl::CommandQueue &cmdQueue() { return mCmdQueue; } in cmdQueue() function
50 GoldfishSyncCommandQueue* cmdQueue = sCommandQueue(); in setQueueCommand() local