Searched refs:row_size (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/libfontenc/dist/src/
H A DfontencI.h28 unsigned short row_size; member in struct:_FontEncSimpleMap
H A Dencparse.c444 setCode(unsigned from, unsigned to, unsigned row_size, argument
455 if (row_size == 0)
458 if ((value1 & 0xFF) >= row_size)
460 index = (from >> 8) * row_size + (from & 0xFF);
541 encoding->row_size = 0;
565 encoding->row_size = value2;
644 sm->row_size = encoding->row_size;
672 if (setCode(value1, value2, encoding->row_size,
685 if (setCode(value2, value3 + (value2 - value1), encoding->row_size,
[all...]
H A Dfontenc.c683 if (encoding->row_size == 0) {
693 col < encoding->first_col || col >= encoding->row_size)
708 if ((encoding->row_size == 0 && code >= encoding->size) ||
709 (encoding->row_size != 0 &&
711 (code & 0xFF) >= encoding->row_size)))
847 if (code > 0xFFFF || (map->row_size && (code & 0xFF) >= map->row_size))
850 if (map->row_size)
851 index = (code & 0xFF) + (code >> 8) * map->row_size;
946 if (encoding->row_size
[all...]
/xsrc/external/mit/libfontenc/dist/include/X11/fonts/
H A Dfontenc.h69 int row_size; /* the size of a row, or 0 if bytes */ member in struct:_FontEnc
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/chip/r800/
H A Dsi_gb_reg.h68 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
78 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/chip/r800/
H A Dsi_gb_reg.h68 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
78 unsigned int row_size : 2; member in struct:_GB_ADDR_CONFIG_T
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dget_hash_generator.py89 row_size = 4
90 for i in range(0, hash_table_size, row_size):
91 row = dense_table[i : i + row_size]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dget_hash_generator.py87 row_size = 4
88 for i in range(0, hash_table_size, row_size):
89 row = dense_table[i : i + row_size]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c268 unsigned row_size = grid_width * samples; local in function:util_sample_locations_flip_y
269 for (i = 0; i < row_size; i++) {
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_framebuffer.c268 unsigned row_size = grid_width * samples; local in function:util_sample_locations_flip_y
269 for (i = 0; i < row_size; i++) {
273 new_locations[dest_row * row_size + i] = locations[row * row_size + i];
/xsrc/external/mit/libdrm/dist/radeon/
H A Dradeon_surface.c106 uint32_t row_size; member in struct:radeon_hw_info
554 surf_man->hw_info.row_size = 1024;
557 surf_man->hw_info.row_size = 2048;
560 surf_man->hw_info.row_size = 4096;
563 surf_man->hw_info.row_size = 4096;
974 surf->tile_split = surf_man->hw_info.row_size;
975 surf->stencil_tile_split = surf_man->hw_info.row_size / 2;
1270 surf_man->hw_info.row_size = 1024;
1273 surf_man->hw_info.row_size = 2048;
1276 surf_man->hw_info.row_size
[all...]
/xsrc/external/mit/mkfontscale/dist/
H A Dmkfontscale.c1115 if (encoding->row_size > 0) {
1118 j < encoding->row_size; j++) {
1144 if (encoding->row_size > 0) {
1147 (encoding->row_size - encoding->first_col);
1149 for (int j = encoding->first_col; j < encoding->row_size;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c566 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw
567 if (src_stride == row_size &&
568 dst_stride == row_size) {
569 memcpy(dst, src, row_size * height);
572 memcpy(dst, src, row_size);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_mipmap_tree.c566 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw
567 if (src_stride == row_size &&
568 dst_stride == row_size) {
569 memcpy(dst, src, row_size * height);
572 memcpy(dst, src, row_size);
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.h357 uint8_t row_size; member in struct:bdb_backlight_control
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c1495 int row_size = cpp * width; local in function:intel_miptree_copy_slice_sw
1496 if (src_stride == row_size &&
1497 dst_stride == row_size) {
1498 memcpy(dst, src, row_size * height);
1501 memcpy(dst, src, row_size);
2860 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:intel_offset_S8
2869 uintptr_t u = tile_y * row_size
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c1252 int row_size = cpp * width; local in function:brw_miptree_copy_slice_sw
1253 if (src_stride == row_size &&
1254 dst_stride == row_size) {
1255 memcpy(dst, src, row_size * height);
1258 memcpy(dst, src, row_size);
2218 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:brw_offset_S8
2227 uintptr_t u = tile_y * row_size
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c895 unsigned row_size = dst_count / block_height; local in function:load_unswizzled_block
902 unsigned x = i % row_size;
903 unsigned y = i / row_size;
940 unsigned row_size = src_count / block_height; local in function:store_unswizzled_block
947 unsigned x = i % row_size;
948 unsigned y = i / row_size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1528 unsigned row_size = dst_count / block_height; local in function:load_unswizzled_block
1535 unsigned x = i % row_size;
1536 unsigned y = i / row_size;
1593 unsigned row_size = src_count / block_height; local in function:store_unswizzled_block
1600 unsigned x = i % row_size;
1601 unsigned y = i / row_size;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1078 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset
1087 uintptr_t u = tile_y * row_size
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1323 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset
1332 uintptr_t u = tile_y * row_size
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_resource.c1936 uint32_t row_size = 64 * stride / 2; /* Two rows are interleaved. */ local in function:s8_offset
1945 uintptr_t u = tile_y * row_size
/xsrc/external/mit/libXfont/dist/src/FreeType/
H A Dftfuncs.c2827 font->mapping.mapping->encoding->row_size == 0) {
2847 info->lastCol = MIN(font->mapping.mapping->encoding->row_size-1,
/xsrc/external/mit/libXfont2/dist/src/FreeType/
H A Dftfuncs.c2831 font->mapping.mapping->encoding->row_size == 0) {
2851 info->lastCol = MIN(font->mapping.mapping->encoding->row_size-1,
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2297 switch (reg.f.row_size)

Completed in 55 milliseconds

12