Searched defs:image_y (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c97 GLuint image_x, image_y; local
105 &image_x, &image_y);
133 image_x + dstx, image_y + dsty,
H A Dintel_blit.c534 unsigned int image_x, image_y; local
554 &image_x, &image_y);
557 y1 = image_y;
559 y2 = image_y + height;
H A Dintel_mipmap_tree.c1075 unsigned int image_x, image_y; local
1095 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1097 y += image_y;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1142 y += image_y;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1221 y + image_y + map->y,
1231 mt, map->x + image_x, map->y + image_y, ma
1247 unsigned int image_x, image_y; local
1308 uint32_t image_y; local
[all...]

Completed in 350 milliseconds