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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c3026 unsigned int image_x, image_y; local in function:intel_miptree_map_map
3053 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
3055 y += image_y;
3340 uint32_t image_y; local in function:intel_miptree_map_movntdqa
3341 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
3343 image_y += map->y;
3351 src += image_y * mt->surf.row_pitch_B;
3394 unsigned int image_x, image_y; local in function:intel_miptree_unmap_s8
3398 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
3404 image_y
3438 unsigned int image_x, image_y; local in function:intel_miptree_map_s8
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c2384 unsigned int image_x, image_y; local in function:brw_miptree_map_map
2411 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
2413 y += image_y;
2698 uint32_t image_y; local in function:brw_miptree_map_movntdqa
2699 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
2701 image_y += map->y;
2709 src += image_y * mt->surf.row_pitch_B;
2752 unsigned int image_x, image_y; local in function:brw_miptree_unmap_s8
2756 brw_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
2762 image_y
2796 unsigned int image_x, image_y; local in function:brw_miptree_map_s8
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c698 unsigned int image_x, image_y; local in function:intel_miptree_map_gtt
718 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
720 y += image_y;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c698 unsigned int image_x, image_y; local in function:intel_miptree_map_gtt
718 intel_miptree_get_image_offset(mt, level, slice, &image_x, &image_y);
720 y += image_y;
/xsrc/external/mit/bitmap/dist/
H A DBitEdit.c692 Position image_x, image_y; local in function:SwitchImage
697 10, 10, &image_x, &image_y);
701 XtSetArg(wargs[n], XtNy, image_y); n++;

Completed in 15 milliseconds