Searched refs:DECODE (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 846 #define DECODE(variable, type, input) \ macro 851 DECODE(header, gfxstream::gfxstreamHeader, dwords) in addressSpaceProcessCmd() 855 DECODE(contextCreate, gfxstream::gfxstreamContextCreate, dwords) in addressSpaceProcessCmd() 898 DECODE(contextPing, gfxstream::gfxstreamContextPing, dwords) in addressSpaceProcessCmd() 933 DECODE(header, gfxstream::gfxstreamHeader, buffer); in submitCmd() 943 DECODE(exportSync, gfxstream::gfxstreamCreateExportSync, buffer) in submitCmd() 966 DECODE(exportSyncVK, gfxstream::gfxstreamCreateExportSyncVK, buffer) in submitCmd() 991 DECODE(exportQSRI, gfxstream::gfxstreamCreateQSRIExportVK, buffer) in submitCmd()
|