/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
D | fbdev_sw_winsys.c | 102 row_offset = util_format_get_stride(dst->format, dst->x); in fbdev_displaytarget_display() 103 row_len = util_format_get_stride(dst->format, dst->width); in fbdev_displaytarget_display() 176 format_stride = util_format_get_stride(format, width); in fbdev_displaytarget_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tile.c | 56 dst_stride = util_format_get_stride(pt->resource->format, w); in pipe_get_tile_raw() 85 src_stride = util_format_get_stride(format, w); in pipe_put_tile_raw() 415 src, util_format_get_stride(format, w), in pipe_tile_raw_to_rgba() 428 src, util_format_get_stride(format, w), in pipe_tile_raw_to_unsigned() 440 src, util_format_get_stride(format, w), in pipe_tile_raw_to_signed() 537 packed, util_format_get_stride(format, w), in pipe_put_tile_rgba_format() 566 packed, util_format_get_stride(format, w), in pipe_put_tile_i_format() 594 packed, util_format_get_stride(format, w), in pipe_put_tile_ui_format()
|
D | u_debug_describe.c | 44 … util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0)); in debug_describe_resource()
|
D | u_format.h | 725 util_format_get_stride(enum pipe_format format, in util_format_get_stride() function
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_resource_texture.c | 107 return util_next_power_of_two(util_format_get_stride(format, width)); in get_pot_stride() 214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64); in i9x5_scanout_layout() 252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64); in i9x5_display_target_layout() 344 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4); in i915_texture_layout_2d() 373 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4); in i915_texture_layout_3d() 452 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4); in i945_texture_layout_2d() 509 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 4); in i945_texture_layout_3d() 885 offset += util_format_get_stride(format, transfer->box.x); in i915_transfer_inline_write()
|
/external/mesa3d/src/gallium/tests/unit/ |
D | translate_test.c | 191 output_format_size = util_format_get_stride(output_format, 1); in main() 211 input_format_size = util_format_get_stride(input_format, 1); in main()
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
D | dri_sw_winsys.c | 99 format_stride = util_format_get_stride(format, width); in dri_sw_displaytarget_create()
|
/external/mesa3d/src/gallium/winsys/sw/wayland/ |
D | wayland_sw_winsys.c | 177 format_stride = util_format_get_stride(format, width); in wayland_displaytarget_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture_desc.c | 147 stride = util_format_get_stride(tex->b.b.format, width); in r300_texture_get_stride() 151 return align(util_format_get_stride(tex->b.b.format, width), is_rs690 ? 64 : 32); in r300_texture_get_stride()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_pipe.c | 101 stride = util_format_get_stride(templ->format, templ->width0); in noop_resource_create()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 401 xlib_dt->stride = align(util_format_get_stride(format, width), alignment); in xlib_displaytarget_create()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_texture.c | 74 spr->stride[level] = util_format_get_stride(pt->format, width); in softpipe_resource_layout()
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 192 int dy = util_format_get_stride(format, w); in init_tex() 236 int dy = util_format_get_stride(tex->format, tex->width0); in check_tex()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_vbo.c | 298 transkey.output_stride += (util_format_get_stride(fmt, 1) + 3) & ~3; in nv30_vertex_state_create()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 379 util_format_get_stride(colortbl_format, res->width0), 0); in vlVdpOutputSurfacePutBitsIndexed()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_vbo.c | 110 transkey.output_stride += (util_format_get_stride(fmt, 1) + 3) & ~3; in nv50_vertex_state_create()
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_sse.c | 1051 emit_memcpy(p, dst, src, util_format_get_stride(a->input_format, 1)); in translate_attr()
|