Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h212 #define VIRGL_OBJ_RS_S0_POINT_SMOOTH(x) (((x) & 0x1) << 23) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c460 VIRGL_OBJ_RS_S0_POINT_SMOOTH(state->point_smooth) | in virgl_encode_rasterizer_state()