Searched refs:image_x (Results 1 - 10 of 10) 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);
556 x1 = image_x;
558 x2 = image_x + width;
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);
1096 x += image_x;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1141 x += image_x;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1220 x + image_x + map->x,
1231 mt, map->x + image_x, ma
1247 unsigned int image_x, image_y; local
1307 uint32_t image_x; 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);
556 x1 = image_x;
558 x2 = image_x + width;
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);
1096 x += image_x;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1141 x += image_x;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1220 x + image_x + map->x,
1231 mt, map->x + image_x, ma
1247 unsigned int image_x, image_y; local
1307 uint32_t image_x; 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);
556 x1 = image_x;
558 x2 = image_x + width;
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);
1096 x += image_x;
1125 unsigned int image_x, image_y; local
1140 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1141 x += image_x;
1213 unsigned int image_x, image_y; local
1215 intel_miptree_get_image_offset(mt, level, 0, slice, &image_x, &image_y);
1220 x + image_x + map->x,
1231 mt, map->x + image_x, ma
1247 unsigned int image_x, image_y; local
1307 uint32_t image_x; local
[all...]
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc464 T *image_x,
478 *image_x = focal_length_x * xd + principal_point_x;
453 ApplyRadialDistortionCameraIntrinsics(const T &focal_length_x, const T &focal_length_y, const T &principal_point_x, const T &principal_point_y, const T &k1, const T &k2, const T &k3, const T &p1, const T &p2, const T &normalized_x, const T &normalized_y, T *image_x, T *image_y) argument

Completed in 88 milliseconds