| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture_desc.h | 54 unsigned stride_in_bytes);
|
| H A D | r300_texture_desc.c | 206 unsigned stride_in_bytes) 208 return (stride_in_bytes / util_format_get_blocksize(format)) * 259 tex->tex.stride_in_bytes[i] = stride; 367 tex->tex.stride_in_bytes[i]); 451 tex->tex.stride_in_bytes[0]); 533 r300_stride_to_width(tex->b.b.format, tex->tex.stride_in_bytes[0]), 205 r300_stride_to_width(enum pipe_format format,unsigned stride_in_bytes) argument
|
| H A D | r300_transfer.c | 193 trans->linear_texture->tex.stride_in_bytes[0]; 207 trans->transfer.stride = tex->tex.stride_in_bytes[level];
|
| H A D | r300_texture.c | 939 r300_stride_to_width(format, desc->stride_in_bytes[level]); 993 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); 1051 return rws->buffer_get_handle(tex->buf, tex->tex.stride_in_bytes[0], 1140 tiling.u.legacy.stride = tex->tex.stride_in_bytes[0]; 1273 tex->tex.stride_in_bytes[level] * surface->cbzb_height;
|
| H A D | r300_context.h | 346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_texture_desc.h | 54 unsigned stride_in_bytes);
|
| H A D | r300_texture_desc.c | 206 unsigned stride_in_bytes) 208 return (stride_in_bytes / util_format_get_blocksize(format)) * 259 tex->tex.stride_in_bytes[i] = stride; 367 tex->tex.stride_in_bytes[i]); 451 tex->tex.stride_in_bytes[0]); 533 r300_stride_to_width(tex->b.format, tex->tex.stride_in_bytes[0]), 205 r300_stride_to_width(enum pipe_format format,unsigned stride_in_bytes) argument
|
| H A D | r300_transfer.c | 190 trans->linear_texture->tex.stride_in_bytes[0]; 204 trans->transfer.stride = tex->tex.stride_in_bytes[level];
|
| H A D | r300_texture.c | 942 r300_stride_to_width(format, desc->stride_in_bytes[level]); 996 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); 1037 whandle->stride = tex->tex.stride_in_bytes[0]; 1118 tiling.u.legacy.stride = tex->tex.stride_in_bytes[0]; 1248 tex->tex.stride_in_bytes[level] * surface->cbzb_height;
|
| H A D | r300_context.h | 346 unsigned stride_in_bytes[R300_MAX_TEXTURE_LEVELS]; member in struct:r300_texture_desc
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imstb_truetype.h | 589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); 592 // in here: a 1-channel bitmap that is width * height. stride_in_bytes is 684 int stride_in_bytes; member in struct:stbtt_pack_context 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) argument 3816 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; 3852 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned int kernel_width) argument 3910 pixels += stride_in_bytes; 3914 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigne argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imstb_truetype.h | 589 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int height, int stride_in_bytes, int padding, void *alloc_context); 592 // in here: a 1-channel bitmap that is width * height. stride_in_bytes is 684 int stride_in_bytes; member in struct:stbtt_pack_context 3797 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context) argument 3816 spc->stride_in_bytes = stride_in_bytes != 0 ? stride_in_bytes : pw; 3852 static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigned int kernel_width) argument 3910 pixels += stride_in_bytes; 3914 static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int stride_in_bytes, unsigne argument [all...] |