Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h167 enum pipe_error cso_set_stencil_ref(struct cso_context *cso,
Dcso_context.c704 enum pipe_error cso_set_stencil_ref(struct cso_context *ctx, in cso_set_stencil_ref() function
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c149 cso_set_stencil_ref(st->cso_context, &sr); in update_depth_stencil_alpha()
Dst_cb_clear.c273 cso_set_stencil_ref(st->cso_context, &stencil_ref); in clear_with_quad()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c89 cso_set_stencil_ref(p->cso, &ref); in pp_jimenezmlaa_run()
/external/mesa3d/src/gallium/state_trackers/vega/
Drenderer.c1184 cso_set_stencil_ref(renderer->cso, &sr); in renderer_create()