Searched refs:box_array (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_fbo.c184 BoxPtr box_array; local in function:glamor_create_fbo_array
193 box_array = calloc(block_wcnt * block_hcnt, sizeof(box_array[0]));
194 if (box_array == NULL)
199 free(box_array);
211 box_array[i * block_wcnt + j].x1 = j * block_w;
212 box_array[i * block_wcnt + j].y1 = block_y1;
213 box_array[i * block_wcnt + j].x2 =
215 box_array[i * block_wcnt + j].y2 = block_y2;
217 box_array[
[all...]
H A Dglamor_largepixmap.c169 BoxPtr box_array; local in function:glamor_compute_clipped_regions_ext
187 box_array = &small_box;
210 box_array = priv->box_array;
221 x = box_array[clipped_regions[i].block_idx].x1;
222 y = box_array[clipped_regions[i].block_idx].y1;
223 width = box_array[clipped_regions[i].block_idx].x2 - x;
224 height = box_array[clipped_regions[i].block_idx].y2 - y;
486 repeat_box.x1 = shift_x + priv->box_array[idx].x1;
487 repeat_box.y1 = shift_y + priv->box_array[id
[all...]
H A Dglamor_priv.h398 BoxPtr box_array; member in struct:glamor_pixmap_private
480 priv->box = priv->box_array[idx];
495 return &priv->box_array[box];
H A Dglamor.c88 pixmap_priv->box_array = &pixmap_priv->box;

Completed in 9 milliseconds