/external/mesa3d/src/mesa/drivers/dri/i915/ |
H A D | intel_tex_copy.c | 97 GLuint image_x, image_y; local 105 &image_x, &image_y); 133 image_x + dstx, image_y + dsty,
|
H A D | intel_blit.c | 534 unsigned int image_x, image_y; local 554 &image_x, &image_y); 556 x1 = image_x; 558 x2 = image_x + width;
|
H A D | intel_mipmap_tree.c | 1075 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 D | intel_tex_copy.c | 97 GLuint image_x, image_y; local 105 &image_x, &image_y); 133 image_x + dstx, image_y + dsty,
|
H A D | intel_blit.c | 534 unsigned int image_x, image_y; local 554 &image_x, &image_y); 556 x1 = image_x; 558 x2 = image_x + width;
|
H A D | intel_mipmap_tree.c | 1075 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 D | intel_tex_copy.c | 97 GLuint image_x, image_y; local 105 &image_x, &image_y); 133 image_x + dstx, image_y + dsty,
|
H A D | intel_blit.c | 534 unsigned int image_x, image_y; local 554 &image_x, &image_y); 556 x1 = image_x; 558 x2 = image_x + width;
|
H A D | intel_mipmap_tree.c | 1075 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 D | libmv_bundle_adjuster.cc | 464 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
|