Home
last modified time | relevance | path

Searched refs:set_window_rectangles (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h17 CALL(set_window_rectangles)
Du_threaded_context.c870 pipe->set_window_rectangles(pipe, p->include, p->count, p->slot); in tc_call_set_window_rectangles()
2849 CTX_INIT(set_window_rectangles); in threaded_context_create()
Du_blitter.c723 pipe->set_window_rectangles(pipe, in util_blitter_restore_fragment_states()
1322 pipe->set_window_rectangles(pipe, false, 0, NULL); in blitter_set_common_draw_rect_state()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c147 st->pipe->set_window_rectangles( in st_update_window_rectangles()
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c314 ctx->set_window_rectangles = noop_set_window_rectangles; in noop_init_state_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h417 void (*set_window_rectangles)( struct pipe_context *, member
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c421 pipe->set_window_rectangles(pipe, include, num_rectangles, rects); in dd_context_set_window_rectangles()
894 CTX_INIT(set_window_rectangles); in dd_context_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c532 context->gpu->set_window_rectangles(context->gpu, include, num_rectangles, in tegra_set_window_rectangles()
1310 context->base.set_window_rectangles = tegra_set_window_rectangles; in tegra_screen_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_viewport.c671 ctx->b.set_window_rectangles = si_set_window_rectangles; in si_init_viewport_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1346 pipe->set_window_rectangles = nv50_set_window_rectangles; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1468 pipe->set_window_rectangles = nvc0_set_window_rectangles; in nvc0_init_state_functions()
/external/mesa3d/docs/gallium/
Dcontext.rst102 * ``set_window_rectangles`` sets the window rectangles to be used for
Dscreen.rst367 supported in ``set_window_rectangles``.