HomeSort by relevance Sort by last modified time
    Searched refs:util_format_get_stride (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_describe.c 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
u_tile.c 56 dst_stride = util_format_get_stride(pt->resource->format, w);
85 src_stride = util_format_get_stride(format, w);
415 src, util_format_get_stride(format, w),
428 src, util_format_get_stride(format, w),
440 src, util_format_get_stride(format, w),
537 packed, util_format_get_stride(format, w),
566 packed, util_format_get_stride(format, w),
594 packed, util_format_get_stride(format, w),
u_format.h 725 util_format_get_stride(enum pipe_format format, function
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
u_tile.c 56 dst_stride = util_format_get_stride(pt->resource->format, w);
85 src_stride = util_format_get_stride(format, w);
415 src, util_format_get_stride(format, w),
428 src, util_format_get_stride(format, w),
440 src, util_format_get_stride(format, w),
537 packed, util_format_get_stride(format, w),
566 packed, util_format_get_stride(format, w),
594 packed, util_format_get_stride(format, w),
u_format.h 725 util_format_get_stride(enum pipe_format format, function
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 102 row_offset = util_format_get_stride(dst->format, dst->x);
103 row_len = util_format_get_stride(dst->format, dst->width);
176 format_stride = util_format_get_stride(format, width);
  /external/mesa3d/src/gallium/winsys/sw/fbdev/
fbdev_sw_winsys.c 102 row_offset = util_format_get_stride(dst->format, dst->x);
103 row_len = util_format_get_stride(dst->format, dst->width);
176 format_stride = util_format_get_stride(format, width);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 107 return util_next_power_of_two(util_format_get_stride(format, width));
214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
344 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
373 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
452 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
509 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
885 offset += util_format_get_stride(format, transfer->box.x);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 191 output_format_size = util_format_get_stride(output_format, 1);
211 input_format_size = util_format_get_stride(input_format, 1);
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 107 return util_next_power_of_two(util_format_get_stride(format, width));
214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
344 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
373 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
452 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
509 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4);
885 offset += util_format_get_stride(format, transfer->box.x);
  /external/mesa3d/src/gallium/tests/unit/
translate_test.c 191 output_format_size = util_format_get_stride(output_format, 1);
211 input_format_size = util_format_get_stride(input_format, 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 99 format_stride = util_format_get_stride(format, width);
  /external/mesa3d/src/gallium/winsys/sw/dri/
dri_sw_winsys.c 99 format_stride = util_format_get_stride(format, width);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 177 format_stride = util_format_get_stride(format, width);
  /external/mesa3d/src/gallium/winsys/sw/wayland/
wayland_sw_winsys.c 177 format_stride = util_format_get_stride(format, width);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 147 stride = util_format_get_stride(tex->b.b.format, width);
151 return align(util_format_get_stride(tex->b.b.format, width), is_rs690 ? 64 : 32);
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 147 stride = util_format_get_stride(tex->b.b.format, width);
151 return align(util_format_get_stride(tex->b.b.format, width), is_rs690 ? 64 : 32);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_pipe.c 101 stride = util_format_get_stride(templ->format, templ->width0);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 401 xlib_dt->stride = align(util_format_get_stride(format, width), alignment);
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 101 stride = util_format_get_stride(templ->format, templ->width0);
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 401 xlib_dt->stride = align(util_format_get_stride(format, width), alignment);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 74 spr->stride[level] = util_format_get_stride(pt->format, width);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.c 74 spr->stride[level] = util_format_get_stride(pt->format, width);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c 298 transkey.output_stride += (util_format_get_stride(fmt, 1) + 3) & ~3;

Completed in 351 milliseconds

1 2