/third_party/node/deps/npm/lib/config/ |
D | cmd-list.js | 59 var cmdList = [ variable 135 module.exports.cmdList = cmdList
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | DeviceD3D12.cpp | 168 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/ |
D | Tests.cpp | 28 extern void EndCommandList(ID3D12GraphicsCommandList* cmdList); 1024 ID3D12GraphicsCommandList* cmdList = BeginCommandList(); in TestTransfer() local 1027 …cmdList->CopyBufferRegion(resourcesDefault[i].resource, 0, resourcesUpload[i].resource, 0, bufSize… in TestTransfer() 1038 cmdList->ResourceBarrier(count, barriers); in TestTransfer() 1041 …cmdList->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 …]
|
D | D3D12Sample.cpp | 1441 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/ |
D | imgui_impl_dx12.cpp | 333 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/ |
D | help.js | 16 var cmdList = require('./config/cmd-list').cmdList variable 18 var commands = cmdList.concat(Object.keys(shorthands))
|
D | run-script.js | 69 var cmdList = [ 88 if (cmdList.indexOf(script) !== -1) scripts.push(script)
|
D | npm.js | 45 var cmdList = require('./config/cmd-list').cmdList 96 var fullList = cmdList.concat(aliasNames).filter(function (c) {
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx12.cpp | 390 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/ |
D | GrD3DGpu.cpp | 1406 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/ |
D | vktPipelinePushConstantTests.cpp | 1984 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/ |
D | vktPipelinePushConstantTests.cpp | 1984 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()
|