Home
last modified time | relevance | path

Searched refs:VIRGL_MAX_COMMANDS (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/
Dvrend_debug.c31 static const char *command_names[VIRGL_MAX_COMMANDS] = {
113 if (cmd < VIRGL_MAX_COMMANDS) in vrend_get_comand_name()
Dvirgl_protocol.h132 VIRGL_MAX_COMMANDS enumerator
Dvrend_decode.c1826 static const vrend_decode_callback decode_table[VIRGL_MAX_COMMANDS] = {
1926 if (cmd >= VIRGL_MAX_COMMANDS) in vrend_decode_ctx_submit_cmd()
1985 for (unsigned i = 0; i < VIRGL_MAX_COMMANDS; ++i) in vrend_decode_ctx_init_base()
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h105 VIRGL_MAX_COMMANDS enumerator