Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h443 #define VIRGL_CMD_BLIT_S0_MASK(x) (((x) & 0xff) << 0) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1181 tmp = VIRGL_CMD_BLIT_S0_MASK(blit->mask) | in virgl_encode_blit()