/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_scissor.c | 118 unsigned num_rects = scissor->NumWindowRects; in st_update_window_rectangles() local 122 num_rects = 0; in st_update_window_rectangles() 125 for (i = 0; i < num_rects; i++) { in st_update_window_rectangles() 132 if (num_rects > 0 && memcmp(new_rects, st->state.window_rects.rects, in st_update_window_rectangles() 133 num_rects * sizeof(struct pipe_scissor_state))) { in st_update_window_rectangles() 135 num_rects * sizeof(struct pipe_scissor_state)); in st_update_window_rectangles() 138 if (st->state.window_rects.num != num_rects) { in st_update_window_rectangles() 139 st->state.window_rects.num = num_rects; in st_update_window_rectangles() 148 st->pipe, include, num_rects, new_rects); in st_update_window_rectangles()
|
/external/mesa3d/src/imgui/ |
D | imstb_rectpack.h | 88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); 549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() argument 554 for (i=0; i < num_rects; ++i) { in stbrp_pack_rects() 559 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_height_compare); in stbrp_pack_rects() 561 for (i=0; i < num_rects; ++i) { in stbrp_pack_rects() 576 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order); in stbrp_pack_rects() 579 for (i=0; i < num_rects; ++i) { in stbrp_pack_rects()
|
D | imstb_truetype.h | 665 …_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects); 3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() argument 3771 for (i=0; i < num_rects; ++i) { in stbrp_pack_rects() 3785 for ( ; i < num_rects; ++i) in stbrp_pack_rects() 4127 …T_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_rects) in stbtt_PackFontRangesPackRects() argument 4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects); in stbtt_PackFontRangesPackRects()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta.h | 168 unsigned num_rects, 180 unsigned num_rects, 186 unsigned num_rects, 191 unsigned num_rects,
|
D | radv_meta_bufimage.c | 1701 unsigned num_rects, in radv_meta_image_to_buffer() argument 1720 for (unsigned r = 0; r < num_rects; ++r) { in radv_meta_image_to_buffer() 1772 unsigned num_rects, in radv_meta_buffer_to_image_cs_r32g32b32() argument 1801 for (unsigned r = 0; r < num_rects; ++r) { in radv_meta_buffer_to_image_cs_r32g32b32() 1862 unsigned num_rects, in radv_meta_buffer_to_image_cs() argument 1874 num_rects, rects); in radv_meta_buffer_to_image_cs() 1888 for (unsigned r = 0; r < num_rects; ++r) { in radv_meta_buffer_to_image_cs() 1940 unsigned num_rects, in radv_meta_image_to_image_cs_r32g32b32() argument 1978 for (unsigned r = 0; r < num_rects; ++r) { in radv_meta_image_to_image_cs_r32g32b32() 2047 unsigned num_rects, in radv_meta_image_to_image_cs() argument [all …]
|
D | radv_meta_blit2d.c | 249 unsigned num_rects, in radv_meta_blit2d_normal_dst() argument 255 for (unsigned r = 0; r < num_rects; ++r) { in radv_meta_blit2d_normal_dst() 414 unsigned num_rects, in radv_meta_blit2d() argument 422 num_rects, rects, src_type, in radv_meta_blit2d()
|
/external/libdrm/tests/etnaviv/ |
D | etnaviv_2d_test.c | 76 static int num_rects = 256; in gen_cmd_stream() local 133 …VIV_FE_DRAW_2D_HEADER_OP_DRAW_2D | VIV_FE_DRAW_2D_HEADER_COUNT(num_rects) /* render one rectangle … in gen_cmd_stream() 137 for(rec=0; rec < num_rects; ++rec) { in gen_cmd_stream()
|
/external/mesa3d/src/glx/ |
D | dri_glx.c | 206 drm_clip_rect_t * rects, int num_rects, in __glXReportDamage() argument 232 xrects = malloc(sizeof(XRectangle) * num_rects); in __glXReportDamage() 236 for (i = 0; i < num_rects; i++) { in __glXReportDamage() 242 region = XFixesCreateRegion(dpy, xrects, num_rects); in __glXReportDamage()
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm.h | 101 unsigned int num_rects; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 102 unsigned int num_rects; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm.h | 107 unsigned int num_rects; member
|
/external/libdrm/include/drm/ |
D | drm.h | 102 unsigned int num_rects; member
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 624 drm_clip_rect_t *rects, int num_rects,
|