Home
last modified time | relevance | path

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

/third_party/mesa3d/src/virtio/virtio-gpu/
Dvirgl_protocol.h228 #define VIRGL_OBJ_RS_S3_CLIP_PLANE_ENABLE(x) (((x) & 0xff) << 24) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_encode.c475 VIRGL_OBJ_RS_S3_CLIP_PLANE_ENABLE(state->clip_plane_enable); in virgl_encode_rasterizer_state()