Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h445 #define VIRGL_CMD_BLIT_S0_RENDER_CONDITION_ENABLE(x) (((x) & 0x1) << 11) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c1167 VIRGL_CMD_BLIT_S0_RENDER_CONDITION_ENABLE(blit->render_condition_enable) | in virgl_encode_blit()