Home
last modified time | relevance | path

Searched refs:cmdList (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/npm/lib/config/
Dcmd-list.js59 var cmdList = [ variable
135 module.exports.cmdList = cmdList
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DDeviceD3D12.cpp168 ComPtr<ID3D12GraphicsCommandList>& cmdList = *commandList; in OpenCommandList() local
169 if (!cmdList) { in OpenCommandList()
173 IID_PPV_ARGS(&cmdList))); in OpenCommandList()
176 cmdList->Reset(mCommandAllocatorManager->ReserveCommandAllocator().Get(), nullptr)); in OpenCommandList()
/third_party/skia/third_party/externals/d3d12allocator/src/
DTests.cpp28 extern void EndCommandList(ID3D12GraphicsCommandList* cmdList);
1024 ID3D12GraphicsCommandList* cmdList = BeginCommandList(); in TestTransfer() local
1027cmdList->CopyBufferRegion(resourcesDefault[i].resource, 0, resourcesUpload[i].resource, 0, bufSize… in TestTransfer()
1038 cmdList->ResourceBarrier(count, barriers); in TestTransfer()
1041cmdList->CopyBufferRegion(resourcesReadback[i].resource, 0, resourcesDefault[i].resource, 0, bufSi… in TestTransfer()
1043 EndCommandList(cmdList); in TestTransfer()
1114 ID3D12GraphicsCommandList* cmdList = BeginCommandList(); in TestZeroInitialized() local
1115 cmdList->CopyBufferRegion(bufReadback.resource, 0, buf.resource, 0, bufSize); in TestZeroInitialized()
1116 EndCommandList(cmdList); in TestZeroInitialized()
1185 ID3D12GraphicsCommandList* cmdList = BeginCommandList(); in TestZeroInitialized() local
[all …]
DD3D12Sample.cpp1441 void EndCommandList(ID3D12GraphicsCommandList* cmdList) in EndCommandList() argument
1443 cmdList->Close(); in EndCommandList()
1445 ID3D12CommandList* genericCmdList = cmdList; in EndCommandList()
/third_party/flutter/skia/third_party/externals/imgui/examples/
Dimgui_impl_dx12.cpp333 ID3D12GraphicsCommandList* cmdList = NULL; in ImGui_ImplDX12_CreateFontsTexture() local
334 …vice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, cmdAlloc, NULL, IID_PPV_ARGS(&cmdList)); in ImGui_ImplDX12_CreateFontsTexture()
337 cmdList->CopyTextureRegion(&dstLocation, 0, 0, 0, &srcLocation, NULL); in ImGui_ImplDX12_CreateFontsTexture()
338 cmdList->ResourceBarrier(1, &barrier); in ImGui_ImplDX12_CreateFontsTexture()
340 hr = cmdList->Close(); in ImGui_ImplDX12_CreateFontsTexture()
343 cmdQueue->ExecuteCommandLists(1, (ID3D12CommandList* const*) &cmdList); in ImGui_ImplDX12_CreateFontsTexture()
350 cmdList->Release(); in ImGui_ImplDX12_CreateFontsTexture()
/third_party/node/deps/npm/lib/
Dhelp.js16 var cmdList = require('./config/cmd-list').cmdList variable
18 var commands = cmdList.concat(Object.keys(shorthands))
Drun-script.js69 var cmdList = [
88 if (cmdList.indexOf(script) !== -1) scripts.push(script)
Dnpm.js45 var cmdList = require('./config/cmd-list').cmdList
96 var fullList = cmdList.concat(aliasNames).filter(function (c) {
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp390 ID3D12GraphicsCommandList* cmdList = NULL; in ImGui_ImplDX12_CreateFontsTexture() local
391 …vice->CreateCommandList(0, D3D12_COMMAND_LIST_TYPE_DIRECT, cmdAlloc, NULL, IID_PPV_ARGS(&cmdList)); in ImGui_ImplDX12_CreateFontsTexture()
394 cmdList->CopyTextureRegion(&dstLocation, 0, 0, 0, &srcLocation, NULL); in ImGui_ImplDX12_CreateFontsTexture()
395 cmdList->ResourceBarrier(1, &barrier); in ImGui_ImplDX12_CreateFontsTexture()
397 hr = cmdList->Close(); in ImGui_ImplDX12_CreateFontsTexture()
400 cmdQueue->ExecuteCommandLists(1, (ID3D12CommandList* const*)&cmdList); in ImGui_ImplDX12_CreateFontsTexture()
407 cmdList->Release(); in ImGui_ImplDX12_CreateFontsTexture()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.cpp1406 GrD3DDirectCommandList* cmdList = this->currentCommandList(); in onClearBackendTexture() local
1407 if (!cmdList) { in onClearBackendTexture()
1469 cmdList->copyBufferToTexture(d3dBuffer, in onClearBackendTexture()
1509 GrD3DDirectCommandList* cmdList = this->currentCommandList(); in onUpdateCompressedBackendTexture() local
1510 if (!cmdList) { in onUpdateCompressedBackendTexture()
1562 cmdList->copyBufferToTexture(d3dBuffer, in onUpdateCompressedBackendTexture()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp1984 const std::vector<CommandData>& cmdList);
2005 const std::vector<CommandData> &cmdList);
2059 const std::vector<CommandData>& cmdList) in PushConstantLifetimeTest() argument
2062 , m_cmdList (cmdList) in PushConstantLifetimeTest()
2140 const std::vector<CommandData>& cmdList) in PushConstantLifetimeTestInstance() argument
2142 , m_cmdList (cmdList) in PushConstantLifetimeTestInstance()
3264 std::vector<CommandData> cmdList; in createPushConstantTests() member
3430 …x].description, pipelineConstructionType, lifetimeParams[ndx].range, lifetimeParams[ndx].cmdList)); in createPushConstantTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp1984 const std::vector<CommandData>& cmdList);
2005 const std::vector<CommandData> &cmdList);
2059 const std::vector<CommandData>& cmdList) in PushConstantLifetimeTest() argument
2062 , m_cmdList (cmdList) in PushConstantLifetimeTest()
2140 const std::vector<CommandData>& cmdList) in PushConstantLifetimeTestInstance() argument
2142 , m_cmdList (cmdList) in PushConstantLifetimeTestInstance()
3264 std::vector<CommandData> cmdList; in createPushConstantTests() member
3430 …x].description, pipelineConstructionType, lifetimeParams[ndx].range, lifetimeParams[ndx].cmdList)); in createPushConstantTests()