Home
last modified time | relevance | path

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

/third_party/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.format, tex->tex.stride_in_bytes[0]), in r300_tex_print_info()
Dr300_texture_desc.h54 unsigned stride_in_bytes);
Dr300_texture.c940 r300_stride_to_width(format, desc->stride_in_bytes[level]); in r300_texture_setup_format_state()
994 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); in r300_texture_setup_fb_state()
1035 whandle->stride = tex->tex.stride_in_bytes[0]; in r300_resource_get_handle()
1116 tiling.u.legacy.stride = tex->tex.stride_in_bytes[0]; in r300_texture_create_object()
1246 tex->tex.stride_in_bytes[level] * surface->cbzb_height; in r300_create_surface_custom()
Dr300_transfer.c190 trans->linear_texture->tex.stride_in_bytes[0]; in r300_texture_transfer_map()
204 trans->transfer.stride = tex->tex.stride_in_bytes[level]; in r300_texture_transfer_map()
Dr300_context.h346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member
/third_party/skia/third_party/externals/imgui/
Dimstb_truetype.h589 …pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding,…
684 int stride_in_bytes; member
3797 …(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding,… in stbtt_PackBegin() argument
3816 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin()
3852 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() argument
3910 pixels += stride_in_bytes; in stbtt__h_prefilter()
3914 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter() argument
3931 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; in stbtt__v_prefilter()
3932 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; in stbtt__v_prefilter()
3933 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter()
[all …]
/third_party/mesa3d/src/imgui/
Dimstb_truetype.h589 …pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding,…
684 int stride_in_bytes; member
3797 …(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding,… in stbtt_PackBegin() argument
3816 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin()
3852 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() argument
3910 pixels += stride_in_bytes; in stbtt__h_prefilter()
3914 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter() argument
3931 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; in stbtt__v_prefilter()
3932 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; in stbtt__v_prefilter()
3933 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter()
[all …]
/third_party/flutter/skia/third_party/externals/imgui/
Dimstb_truetype.h581 …pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding,…
670 int stride_in_bytes; member
3771 …(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding,… in stbtt_PackBegin() argument
3790 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; in stbtt_PackBegin()
3820 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__h_prefilter() argument
3878 pixels += stride_in_bytes; in stbtt__h_prefilter()
3882 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned i… in stbtt__v_prefilter() argument
3899 total += pixels[i*stride_in_bytes] - buffer[i & STBTT__OVER_MASK]; in stbtt__v_prefilter()
3900 buffer[(i+kernel_width) & STBTT__OVER_MASK] = pixels[i*stride_in_bytes]; in stbtt__v_prefilter()
3901 pixels[i*stride_in_bytes] = (unsigned char) (total / 2); in stbtt__v_prefilter()
[all …]