Home
last modified time | relevance | path

Searched refs:CtxCreate (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/virtio/gpu/
Dprotocol.rs623 CtxCreate(virtio_gpu_ctx_create), enumerator
694 CtxCreate(_info) => f.debug_struct("CtxCreate").finish(), in fmt()
729 VIRTIO_GPU_CMD_CTX_CREATE => CtxCreate(cmd.read_obj()?), in decode()
762 CtxCreate(info) => &info.hdr, in ctrl_hdr()
Dmod.rs345 GpuCommand::CtxCreate(info) => self in process_gpu_command()