Home
last modified time | relevance | path

Searched refs:cso_get_pipe_context (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h53 struct pipe_context *cso_get_pipe_context(struct cso_context *cso);
Dcso_context.c125 struct pipe_context *cso_get_pipe_context(struct cso_context *cso) in cso_get_pipe_context() function
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c724 struct pipe_context *pipe = cso ? cso_get_pipe_context(cso) : NULL; in hud_run()
1656 struct pipe_context *pipe = cso_get_pipe_context(cso); in hud_set_draw_context()
1844 hud_set_record_context(share, cso_get_pipe_context(cso)); in hud_create()
1855 struct pipe_screen *screen = cso_get_pipe_context(cso)->screen; in hud_create()
1882 if (!util_font_create(cso_get_pipe_context(cso), in hud_create()
1963 hud_set_record_context(hud, cso_get_pipe_context(cso)); in hud_create()
1978 if (!cso || hud->record_pipe == cso_get_pipe_context(cso)) in hud_destroy()