Home
last modified time | relevance | path

Searched refs:img_height (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
Di915_tex_layout.c204 GLuint img_height; in i915_miptree_layout_2d() local
216 img_height = ALIGN(height, 4) / 4; in i915_miptree_layout_2d()
218 img_height = ALIGN(height, 2); in i915_miptree_layout_2d()
220 mt->total_height += img_height; in i915_miptree_layout_2d()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
Dintel_tex_layout.c180 GLuint img_height; in i945_miptree_layout_2d() local
185 img_height = ALIGN(height, mt->align_h); in i945_miptree_layout_2d()
187 img_height /= mt->align_h; in i945_miptree_layout_2d()
192 mt->total_height = MAX2(mt->total_height, y + img_height); in i945_miptree_layout_2d()
200 y += img_height; in i945_miptree_layout_2d()
Di915_tex_layout.c204 GLuint img_height; in i915_miptree_layout_2d() local
216 img_height = ALIGN(height, 4) / 4; in i915_miptree_layout_2d()
218 img_height = ALIGN(height, 2); in i915_miptree_layout_2d()
220 mt->total_height += img_height; in i915_miptree_layout_2d()
/external/eigen/demos/mandelbrot/
Dmandelbrot.cpp31 template<typename Real> void MandelbrotThread::render(int img_width, int img_height) in render() argument
41 const double yradius = xradius * img_height / img_width; in render()
45 Vector2 step(2*widget->xradius/img_width, 2*yradius/img_height); in render()
48 for(int y = id; y < img_height; y += threadcount) in render()
118 int img_height = widget->height()/widget->draft; in run() local
122 render<float>(img_width, img_height); in run()
124 render<double>(img_width, img_height); in run()
Dmandelbrot.h31 template<typename Real> void render(int img_width, int img_height);
/external/chromium_org/ui/gfx/
Dcolor_analysis.cc222 int img_height, in CalculateKMeanColorOfBuffer() argument
227 if (img_width > 0 && img_height > 0) { in CalculateKMeanColorOfBuffer()
238 int pixel_pos = sampler->GetSample(img_width, img_height) % in CalculateKMeanColorOfBuffer()
239 (img_width * img_height); in CalculateKMeanColorOfBuffer()
292 uint8_t* decoded_data_end = decoded_data + (img_width * img_height * 4); in CalculateKMeanColorOfBuffer()
359 return FindClosestColor(decoded_data, img_width, img_height, color); in CalculateKMeanColorOfBuffer()
367 int img_height = 0; in CalculateKMeanColorOfPNG() local
377 &img_height)) { in CalculateKMeanColorOfPNG()
380 img_height, in CalculateKMeanColorOfPNG()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_blit.c258 static inline void calc_tex_coords(float img_width, float img_height, in calc_tex_coords() argument
265 buf[2] = y / img_height; in calc_tex_coords()
266 buf[3] = buf[2] + reg_height / img_height; in calc_tex_coords()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
Dradeon_blit.c258 static inline void calc_tex_coords(float img_width, float img_height, in calc_tex_coords() argument
265 buf[2] = y / img_height; in calc_tex_coords()
266 buf[3] = buf[2] + reg_height / img_height; in calc_tex_coords()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_blit.c383 static inline void calc_tex_coords(float img_width, float img_height, in calc_tex_coords() argument
390 buf[2] = y / img_height; in calc_tex_coords()
391 buf[3] = buf[2] + reg_height / img_height; in calc_tex_coords()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
Dr200_blit.c383 static inline void calc_tex_coords(float img_width, float img_height, in calc_tex_coords() argument
390 buf[2] = y / img_height; in calc_tex_coords()
391 buf[3] = buf[2] + reg_height / img_height; in calc_tex_coords()
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
Dgl_API.dtd51 img_height NMTOKEN #IMPLIED attribute
102 img_width / img_height / img_depth / img_extent - name of parameters
/external/mesa3d/src/mapi/glapi/gen/
Dgl_API.dtd51 img_height NMTOKEN #IMPLIED attribute
102 img_width / img_height / img_depth / img_extent - name of parameters
/external/opencv/ml/src/
Dmlcnn.cpp228 const int img_height = first_layer->input_height;
230 const int img_size = img_width*img_height;
242 CV_CALL(X[0] = cvCreateMat( img_height*img_width,1,CV_32FC1 ));
329 int img_height, img_width, img_size;
341 img_height = first_layer->input_height;
343 img_size = img_height*img_width;