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/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()
1845 hud_set_record_context(share, cso_get_pipe_context(cso)); in hud_create()
1856 struct pipe_screen *screen = cso_get_pipe_context(cso)->screen; in hud_create()
1883 if (!util_font_create(cso_get_pipe_context(cso), in hud_create()
1964 hud_set_record_context(hud, cso_get_pipe_context(cso)); in hud_create()
1979 if (!cso || hud->record_pipe == cso_get_pipe_context(cso)) in hud_destroy()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h53 struct pipe_context *cso_get_pipe_context(struct cso_context *cso);
Dcso_context.c126 struct pipe_context *cso_get_pipe_context(struct cso_context *cso) in cso_get_pipe_context() function