Home
last modified time | relevance | path

Searched refs:VIRGL_STENCIL_REF_VAL (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/virtio/virtio-gpu/
H A Dvirgl_protocol.h412 #define VIRGL_STENCIL_REF_VAL(f, s) ((f & 0xff) | (((s & 0xff) << 8))) macro
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.c1084 virgl_encoder_write_dword(ctx->cbuf, VIRGL_STENCIL_REF_VAL(ref->ref_value[0] , (ref->ref_value[1]))); in virgl_encoder_set_stencil_ref()

Completed in 5 milliseconds