MCPcopy Create free account
hub / github.com/devkitPro/libctru / submitGxCommand

Function submitGxCommand

libctru/source/gpu/gx.c:24–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static Result submitGxCommand(u32 gxCommand[0x8])
25{
26 if (boundQueue)
27 {
28 gxCmdQueueAdd(boundQueue, (const gxCmdEntry_s*)gxCommand);
29 return 0;
30 }
31 else
32 return gspSubmitGxCommand(gxCommand);
33}
34
35Result GX_RequestDma(u32* src, u32* dst, u32 length)
36{

Callers 5

GX_RequestDmaFunction · 0.85
GX_ProcessCommandListFunction · 0.85
GX_MemoryFillFunction · 0.85
GX_DisplayTransferFunction · 0.85
GX_TextureCopyFunction · 0.85

Calls 2

gspSubmitGxCommandFunction · 0.85
gxCmdQueueAddFunction · 0.70

Tested by

no test coverage detected