Home
last modified time | relevance | path

Searched refs:stride_in_bytes (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c24 unsigned int stride_in_bytes; in img_alloc_helper() local
97 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
122 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
143 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
144 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture_desc.c206 unsigned stride_in_bytes) in r300_stride_to_width() argument
208 return (stride_in_bytes / util_format_get_blocksize(format)) * in r300_stride_to_width()
259 tex->tex.stride_in_bytes[i] = stride; in r300_setup_miptree()
367 tex->tex.stride_in_bytes[i]); in r300_setup_hyperz_properties()
451 tex->tex.stride_in_bytes[0]); in r300_setup_cmask_properties()
533 r300_stride_to_width(tex->b.b.format, tex->tex.stride_in_bytes[0]), in r300_tex_print_info()
Dr300_texture_desc.h54 unsigned stride_in_bytes);
Dr300_transfer.c193 trans->linear_texture->tex.stride_in_bytes[0]; in r300_texture_transfer_map()
207 trans->transfer.stride = tex->tex.stride_in_bytes[level]; in r300_texture_transfer_map()
Dr300_texture.c944 r300_stride_to_width(format, desc->stride_in_bytes[level]); in r300_texture_setup_format_state()
998 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); in r300_texture_setup_fb_state()
1056 return rws->buffer_get_handle(tex->buf, tex->tex.stride_in_bytes[0], in r300_resource_get_handle()
1137 tiling.stride = tex->tex.stride_in_bytes[0]; in r300_texture_create_object()
1271 tex->tex.stride_in_bytes[level] * surface->cbzb_height; in r300_create_surface_custom()
Dr300_context.h346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member