Searched refs:set_window_rectangles (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 17 CALL(set_window_rectangles)
|
D | u_threaded_context.c | 870 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()
|
D | u_blitter.c | 723 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/ |
D | st_atom_scissor.c | 147 st->pipe->set_window_rectangles( in st_update_window_rectangles()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 314 ctx->set_window_rectangles = noop_set_window_rectangles; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 417 void (*set_window_rectangles)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 421 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/ |
D | tegra_context.c | 532 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/ |
D | si_state_viewport.c | 671 ctx->b.set_window_rectangles = si_set_window_rectangles; in si_init_viewport_functions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1346 pipe->set_window_rectangles = nv50_set_window_rectangles; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1468 pipe->set_window_rectangles = nvc0_set_window_rectangles; in nvc0_init_state_functions()
|
/external/mesa3d/docs/gallium/ |
D | context.rst | 102 * ``set_window_rectangles`` sets the window rectangles to be used for
|
D | screen.rst | 367 supported in ``set_window_rectangles``.
|