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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c1053 int fixed_block_width, fixed_block_height; local in function:glamor_composite_largepixmap_region
1087 fixed_block_width = dest_block_width;
1124 fixed_block_width =
1125 min(fixed_block_width, source_transformed_block_width);
1128 DEBUGF("new source block size %d x %d \n", fixed_block_width,
1145 fixed_block_width =
1146 min(fixed_block_width, mask_transformed_block_width);
1149 DEBUGF("new mask block size %d x %d \n", fixed_block_width,
1155 if (force_clip || fixed_block_width < dest_block_width
1160 fixed_block_width,
[all...]

Completed in 4 milliseconds