Home
last modified time | relevance | path

Searched refs:draw_regions (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h126 struct u_rect draw_regions[PIPE_MAX_VIEWPORTS]; /* intersection of fb & scissor */ member
H A Dlp_setup_point.c460 if (!u_rect_test_intersection(&setup->draw_regions[viewport_index], &bbox)) { in try_setup_point()
466 u_rect_find_intersection(&setup->draw_regions[viewport_index], &bbox); in try_setup_point()
H A Dlp_setup_rect.c312 if (!u_rect_test_intersection(&setup->draw_regions[viewport_index], &bbox)) { in try_rect_cw()
318 u_rect_find_intersection(&setup->draw_regions[viewport_index], &bbox); in try_rect_cw()
H A Dlp_setup_line.c591 if (!u_rect_test_intersection(&setup->draw_regions[viewport_index], &bbox)) { in try_setup_line()
612 scissor = &setup->draw_regions[viewport_index]; in try_setup_line()
H A Dlp_setup_tri.c315 if (!u_rect_test_intersection(&setup->draw_regions[viewport_index], &bbox)) { in do_triangle_ccw()
342 const struct u_rect *scissor = &setup->draw_regions[viewport_index]; in do_triangle_ccw()
804 u_rect_find_intersection(&setup->draw_regions[viewport_index], in lp_setup_bin_triangle()
H A Dlp_setup.c1393 setup->draw_regions[i] = setup->framebuffer; in try_update_scene_state()
1396 &setup->draw_regions[i]); in try_update_scene_state()
1408 &setup->draw_regions[0]); in try_update_scene_state()
1428 &setup->draw_regions[0]); in try_update_scene_state()

Completed in 8 milliseconds