Home
last modified time | relevance | path

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

/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h396 #define VIRGL_SET_BLEND_COLOR(x) ((x) + 1) macro
/external/minigbm/external/
Dvirgl_protocol.h393 #define VIRGL_SET_BLEND_COLOR(x) ((x) + 1) macro
/external/virglrenderer/src/
Dvirgl_protocol.h408 #define VIRGL_SET_BLEND_COLOR(x) ((x) + 1) macro
Dvrend_decode.c871 color.color[i] = uif(get_buf_entry(buf, VIRGL_SET_BLEND_COLOR(i))); in vrend_decode_set_blend_color()