Searched refs:util_format_get_stride (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_debug_describe.c44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
H A Du_tile.c56 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),
H A Du_format.h725 util_format_get_stride(enum pipe_format format, function
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_describe.c44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
H A Du_tile.c56 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),
H A Du_format.h725 util_format_get_stride(enum pipe_format format, function
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.c102 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/
H A Dfbdev_sw_winsys.c102 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/
H A Di915_resource_texture.c107 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/
H A Dtranslate_test.c191 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/
H A Di915_resource_texture.c107 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/
H A Dtranslate_test.c191 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/
H A Ddri_sw_winsys.c99 format_stride = util_format_get_stride(format, width);
/external/mesa3d/src/gallium/winsys/sw/dri/
H A Ddri_sw_winsys.c99 format_stride = util_format_get_stride(format, width);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c177 format_stride = util_format_get_stride(format, width);
/external/mesa3d/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c177 format_stride = util_format_get_stride(format, width);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_texture_desc.c147 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/
H A Dr300_texture_desc.c147 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/
H A Dnoop_pipe.c101 stride = util_format_get_stride(templ->format, templ->width0);
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c401 xlib_dt->stride = align(util_format_get_stride(format, width), alignment);
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_pipe.c101 stride = util_format_get_stride(templ->format, templ->width0);
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c401 xlib_dt->stride = align(util_format_get_stride(format, width), alignment);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_texture.c74 spr->stride[level] = util_format_get_stride(pt->format, width);
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c74 spr->stride[level] = util_format_get_stride(pt->format, width);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_vbo.c298 transkey.output_stride += (util_format_get_stride(fmt, 1) + 3) & ~3;

Completed in 3596 milliseconds

12