Searched refs:VIRGL_STENCIL_REF_VAL (Results 1 – 2 of 2) sorted by relevance
357 #define VIRGL_STENCIL_REF_VAL(f, s) ((f & 0xff) | (((s & 0xff) << 8))) macro
661 …virgl_encoder_write_dword(ctx->cbuf, VIRGL_STENCIL_REF_VAL(ref->ref_value[0] , (ref->ref_value[1])… in virgl_encoder_set_stencil_ref()