Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h444 #define VIRGL_CMD_BLIT_S0_SCISSOR_ENABLE(x) (((x) & 0x1) << 10) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1166 VIRGL_CMD_BLIT_S0_SCISSOR_ENABLE(blit->scissor_enable) | in virgl_encode_blit()