Home
last modified time | relevance | path

Searched defs:stream_renderer_command (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer.h158 struct stream_renderer_command { struct
168 VG_EXPORT int stream_renderer_submit_cmd(struct stream_renderer_command* cmd); argument
/external/crosvm/rutabaga_gfx/src/
Dgfxstream.rs70 pub struct stream_renderer_command { struct
71 pub ctx_id: u32,
72 pub cmd_size: u32,
73 pub cmd: *const u8,
74 pub num_in_fences: u32,
75 pub in_fence_descriptors: *const u64,
224 stream_renderer_submit_cmd(&cmd as *const stream_renderer_command) in submit_cmd() constant