Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h447 #define VIRGL_CMD_BLIT_S0_ALPHA_BLEND(x) (((x) & 0x1) << 12) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1185 VIRGL_CMD_BLIT_S0_ALPHA_BLEND(blit->alpha_blend); in virgl_encode_blit()