Home
last modified time | relevance | path

Searched refs:cso_set_stencil_ref (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h149 void cso_set_stencil_ref(struct cso_context *cso,
Dcso_context.c839 void cso_set_stencil_ref(struct cso_context *ctx, in cso_set_stencil_ref() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c160 cso_set_stencil_ref(st->cso_context, &sr); in st_update_depth_stencil_alpha()
Dst_cb_clear.c266 cso_set_stencil_ref(cso, &stencil_ref); in clear_with_quad()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c99 cso_set_stencil_ref(p->cso, &ref); in pp_jimenezmlaa_run()