HomeSort by relevance Sort by last modified time
    Searched refs:total_width (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tex_layout.c 130 mt->total_width = mt->physical_width0;
133 mt->total_width = ALIGN(mt->physical_width0, mt->align_w);
152 if (mip1_width > mt->total_width) {
153 mt->total_width = mip1_width;
i915_tex_layout.c 125 mt->total_width = dim * 2;
166 mt->total_width = mt->physical_width0;
207 mt->total_width = mt->physical_width0;
248 mt->total_width, mt->total_height, mt->cpp);
327 mt->total_width = dim * 2;
329 mt->total_width = 14 * 8;
412 mt->total_width = mt->physical_width0;
416 pack_x_pitch = mt->total_width;
443 assert(pack_x_pitch * pack_x_nr <= mt->total_width);
480 mt->total_width, mt->total_height, mt->cpp)
    [all...]
intel_mipmap_tree.c 140 int minimum_pitch = mt->total_width * mt->cpp;
148 mt->total_width, mt->total_height);
169 GLuint total_width, total_height; local
177 if (!mt || !mt->total_width || !mt->total_height) {
182 total_width = mt->total_width;
193 total_width,
203 mt->total_width, mt->total_height);
209 total_width,
intel_mipmap_tree.h 171 GLuint total_width; member in struct:intel_mipmap_tree
intel_tex_image.c 242 intel_image->mt->total_width = width;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_type.h 228 lp_type_float_vec(unsigned width, unsigned total_width)
236 res_type.length = total_width / width;
259 lp_type_int_vec(unsigned width, unsigned total_width)
266 res_type.length = total_width / width;
288 lp_type_uint_vec(unsigned width, unsigned total_width)
294 res_type.length = total_width / width;
301 lp_type_unorm(unsigned width, unsigned total_width)
308 res_type.length = total_width / width;
315 lp_type_fixed(unsigned width, unsigned total_width)
323 res_type.length = total_width / width
    [all...]
  /external/openssh/
utf8.c 111 int total_width, max_width, print; local
131 total_width = 0;
146 * value doesn't matter because total_width
160 total_width > max_width - width))
168 total_width += width;
182 total_width > max_width - 4))
192 total_width += width;
208 *wp = total_width;
  /external/blktrace/iowatcher/
plot.c 354 plot->total_width = axis_x_off(graph_width) + graph_left_pad / 2 + local_legend_width;
364 plot->start_y_offset, plot->total_width + 40,
373 plot->start_y_offset, plot->total_width, plot->total_height);
377 plot->total_width += 20;
381 if (plot->start_x_offset + plot->total_width + 40 > final_width)
382 final_width = plot->start_x_offset + plot->total_width + 40;
409 plot->total_width = axis_x_off(graph_width) + legend_width;
419 plot->start_y_offset, plot->total_width + 10,
428 plot->start_y_offset, plot->total_width - 30,
436 if (plot->start_x_offset + plot->total_width + 40 > final_width
    [all...]
plot.h 51 int total_width; member in struct:plot
  /external/u-boot/scripts/kconfig/
nconf.gui.c 249 int total_width; local
278 total_width = max(msg_width, btns_width);
281 x = (getmaxx(stdscr)-(total_width+4))/2;
290 win = newwin(win_rows, total_width+4, y, x);
293 1+(total_width+2-btns_width)/2);
296 1+(total_width+2-msg_width)/2);
  /external/webrtc/webrtc/examples/peerconnection/client/
main_wnd.cc 495 size_t total_width = (ARRAYSIZE(windows) - 1) * kSeparator; local
500 total_width += windows[i].width;
505 size_t x = (rc.right / 2) - (total_width / 2);
  /external/mesa3d/src/mesa/drivers/common/
meta.h 577 GLint total_width,
meta.c     [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
depthwiseconv_uint8_3x3_filter.h 3771 const int total_width = 4 * input_width_micro_repeats + residual_width; local
    [all...]

Completed in 337 milliseconds