Home
last modified time | relevance | path

Searched refs:rbug_proto_context_flush (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_context.h95 struct rbug_proto_context_flush struct
202 struct rbug_proto_context_flush * rbug_demarshal_context_flush(struct rbug_proto_header *header);
Drbug_context.c633 struct rbug_proto_context_flush * rbug_demarshal_context_flush(struct rbug_proto_header *header) in rbug_demarshal_context_flush()
638 struct rbug_proto_context_flush *ret; in rbug_demarshal_context_flush()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_core.c488 struct rbug_proto_context_flush *flush = (struct rbug_proto_context_flush *)header; in rbug_context_flush()