Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h201 #define VIRGL_OBJ_RS_S0_FILL_FRONT(x) (((x) & 0x3) << 10) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c449 VIRGL_OBJ_RS_S0_FILL_FRONT(state->fill_front) | in virgl_encode_rasterizer_state()