Home
last modified time | relevance | path

Searched refs:cmdqueue (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/
Dcmd.py95 self.cmdqueue = []
121 if self.cmdqueue:
122 line = self.cmdqueue.pop(0)
Dpdb.py410 self.cmdqueue.append(next)
435 self.cmdqueue = []
450 self.cmdqueue = []
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h62 ID3D12CommandQueue *cmdqueue; member
Dd3d12_screen.cpp657 if (SUCCEEDED(screen->cmdqueue->QueryInterface(IID_PPV_ARGS(&sharing_contract)))) { in d3d12_flush_frontbuffer()
979 IID_PPV_ARGS(&screen->cmdqueue)))) in d3d12_init_screen()
984 IID_PPV_ARGS(&screen->cmdqueue)))) in d3d12_init_screen()
989 if (FAILED(screen->cmdqueue->GetTimestampFrequency(&timestamp_freq))) in d3d12_init_screen()
Dd3d12_fence.cpp100 if (FAILED(screen->cmdqueue->Signal(ctx->cmdqueue_fence, ret->value))) in d3d12_create_fence()
Dd3d12_batch.cpp206 screen->cmdqueue->ExecuteCommandLists(1, cmdlists); in d3d12_end_batch()
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.cpp335 cmdqueue->ExecuteCommandLists(1, cmdlists); in execute_cmdlist()
337 cmdqueue->Signal(cmdqueue_fence, fence_value); in execute_cmdlist()
676 __uuidof(cmdqueue), in SetUp()
677 (void **)&cmdqueue))) in SetUp()
713 cmdqueue->Release(); in TearDown()
Dcompute_test.h343 ID3D12CommandQueue *cmdqueue; variable
/third_party/python/Doc/library/
Dcmd.rst174 .. attribute:: Cmd.cmdqueue
176 A list of queued input lines. The cmdqueue list is checked in
242 reads the file and adds the recorded commands to the :attr:`cmdqueue` for
301 self.cmdqueue.extend(f.read().splitlines())
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
Dd3d12_wgl_framebuffer.cpp112 screen->base.cmdqueue, in d3d12_wgl_framebuffer_resize()