Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c26 unsigned int stride_in_bytes; in img_alloc_helper() local
132 stride_in_bytes = (fmt & VPX_IMG_FMT_HIGHBITDEPTH) ? s * 2 : s; in img_alloc_helper()
171 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = stride_in_bytes; in img_alloc_helper()
172 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.c210 unsigned stride_in_bytes) in r300_stride_to_width() argument
212 return (stride_in_bytes / util_format_get_blocksize(format)) * in r300_stride_to_width()
263 tex->tex.stride_in_bytes[i] = stride; in r300_setup_miptree()
371 tex->tex.stride_in_bytes[i]); in r300_setup_hyperz_properties()
471 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.c183 trans->linear_texture->tex.stride_in_bytes[0]; in r300_texture_get_transfer()
198 trans->transfer.stride = tex->tex.stride_in_bytes[level]; in r300_texture_get_transfer()
Dr300_texture.c836 r300_stride_to_width(format, desc->stride_in_bytes[level]); in r300_texture_setup_format_state()
889 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); in r300_texture_setup_fb_state()
933 tex->tex.stride_in_bytes[0], whandle); in r300_resource_get_handle()
1000 tex->tex.stride_in_bytes[0]); in r300_texture_create_object()
1127 tex->tex.stride_in_bytes[level] * surface->cbzb_height; in r300_create_surface_custom()
Dr300_context.h355 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member
Dr300_state.c769 tex->tex.stride_in_bytes[0]); in r300_tex_set_tiling_flags()