MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Dispatch

Method Dispatch

Source/Backends/DX12/TestDevice/Source/Device.cpp:733–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733void Device::Dispatch(CommandBufferID commandBuffer, uint32_t x, uint32_t y, uint32_t z) {
734 CommandBufferInfo& info = commandBuffers.at(commandBuffer);
735 info.commandList->Dispatch(x, y, z);
736}
737
738void Device::Submit(QueueID queueID, CommandBufferID commandBuffer) {
739 CommandBufferInfo& info = commandBuffers.at(commandBuffer);

Callers 7

CommitCommandsFunction · 0.45
HeartBeatThreadWorkerMethod · 0.45
SamplerIndexOOBExecutorFunction · 0.45
TextureIndexOOBExecutorFunction · 0.45
ChunkedExecutionFunction · 0.45
MaskResourceSRBMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected