Searched refs:bh (Results 1 - 25 of 116) sorted by relevance

12345

/xsrc/external/mit/MesaLib/src/intel/isl/
H A Disl_format_layout.c614 .bh = 1,
634 .bh = 1,
654 .bh = 1,
674 .bh = 1,
694 .bh = 1,
714 .bh = 1,
734 .bh = 1,
754 .bh = 1,
774 .bh = 1,
794 .bh
[all...]
/xsrc/external/mit/MesaLib.old/src/intel/
H A Disl_format_layout.c35 .bh = 1,
55 .bh = 1,
75 .bh = 1,
95 .bh = 1,
115 .bh = 1,
135 .bh = 1,
155 .bh = 1,
175 .bh = 1,
195 .bh = 1,
215 .bh
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc1_unorm_unpack_rgba_8unorm
47 for(y = 0; y < height; y += bh) {
50 for(j = 0; j < bh; ++j) {
69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_8unorm
72 for(y = 0; y < height; y += bh) {
75 uint8_t tmp[4][4]; /* [bh][bw][comps] */
76 for(j = 0; j < bh; ++j) {
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_float
119 for(y = 0; y < height; y += bh) {
122 uint8_t tmp[4][4]; /* [bh][b
172 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_snorm_pack_rgba_float
240 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc2_unorm_unpack_rgba_8unorm
265 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rgtc2_unorm_pack_rgba_8unorm
290 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_unorm_pack_rgba_float
409 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_snorm_pack_rgba_float
[all...]
H A Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:util_format_etc1_rgb8_unpack_rgba_float
34 for (y = 0; y < height; y += bh) {
40 for (j = 0; j < bh; j++) {
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_rgtc.c43 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc1_unorm_unpack_rgba_8unorm
47 for(y = 0; y < height; y += bh) {
50 for(j = 0; j < bh; ++j) {
69 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_8unorm
72 for(y = 0; y < height; y += bh) {
75 uint8_t tmp[4][4]; /* [bh][bw][comps] */
76 for(j = 0; j < bh; ++j) {
116 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_unorm_pack_rgba_float
119 for(y = 0; y < height; y += bh) {
122 uint8_t tmp[4][4]; /* [bh][b
173 const unsigned bw = 4, bh = 4, bytes_per_block = 8; local in function:util_format_rgtc1_snorm_pack_rgba_float
242 const unsigned bw = 4, bh = 4, comps = 4; local in function:util_format_rgtc2_unorm_unpack_rgba_8unorm
267 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rgtc2_unorm_pack_rgba_8unorm
292 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_unorm_pack_rgba_float
412 const unsigned bw = 4, bh = 4, bytes_per_block = 16; local in function:util_format_rxtc2_snorm_pack_rgba_float
[all...]
H A Du_format_etc.c30 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:util_format_etc1_rgb8_unpack_rgba_float
34 for (y = 0; y < height; y += bh) {
40 for (j = 0; j < bh; j++) {
/xsrc/external/mit/font-bh-ttf/dist/
H A DREADME.md11 https://gitlab.freedesktop.org/xorg/font/bh-ttf
H A Dconfigure.ac25 AC_INIT([font-bh-ttf], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-ttf/-/issues],
27 [font-bh-ttf])
/xsrc/external/mit/xf86-video-sunffb/dist/src/
H A Dffb_loops.h95 FFB_WRITE64_3(&ffb->bh, (pbox->y2 - pbox->y1), (pbox->x2 - pbox->x1)); \
106 FFB_WRITE64_2(&ffb->bh, (pbox->y2 - pbox->y1), (pbox->x2 - pbox->x1)); \
127 FFB_WRITE64_2(&ffb->bh, h, w); \
142 FFB_WRITE64_2(&ffb->bh, y, (x + w)); \
154 FFB_WRITE64_2(&ffb->bh, (ppt->y + yOrg), (ppt->x + xOrg));
170 FFB_WRITE64_2(&ffb->bh, __y, __x);
184 FFB_WRITE64_2(&ffb->bh, (ppt->y + yOrg), (ppt->x + xOrg));
201 FFB_WRITE64_2(&ffb->bh, __y, __x);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_etc.c677 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8
681 for (y = 0; y < height; y += bh) {
687 const unsigned h = MIN2(bh, height - y);
725 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8
730 for (y = 0; y < height; y += bh) {
732 const unsigned h = MIN2(bh, height - y);
776 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local in function:etc2_unpack_rgba8
780 for (y = 0; y < height; y += bh) {
782 const unsigned h = MIN2(bh, height - y);
815 const unsigned bw = 4, bh local in function:etc2_unpack_srgb8_alpha8
862 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11
899 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11
949 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_signed_r11
987 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11
1034 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8_punchthrough_alpha1
1071 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8_punchthrough_alpha1
[all...]
H A Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc1_unpack_rgba8888
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < MIN2(bh, height - y); j++) {
H A Dtexcompress.c891 GLuint bw, bh; local in function:_mesa_compressed_image_address
894 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
897 assert(row % bh == 0);
899 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
943 GLuint bytes, bw, bh; local in function:_mesa_decompress_image
947 _mesa_get_format_block_size(format, &bw, &bh);
955 stride = srcRowStride * bh / bytes;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_etc.c679 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8
683 for (y = 0; y < height; y += bh) {
689 const unsigned h = MIN2(bh, height - y);
727 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8
732 for (y = 0; y < height; y += bh) {
734 const unsigned h = MIN2(bh, height - y);
778 const unsigned bw = 4, bh = 4, bs = 16, comps = 4; local in function:etc2_unpack_rgba8
782 for (y = 0; y < height; y += bh) {
784 const unsigned h = MIN2(bh, height - y);
817 const unsigned bw = 4, bh local in function:etc2_unpack_srgb8_alpha8
864 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_r11
901 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_rg11
951 const unsigned bw = 4, bh = 4, bs = 8, comps = 1, comp_size = 2; local in function:etc2_unpack_signed_r11
989 const unsigned bw = 4, bh = 4, bs = 16, comps = 2, comp_size = 2; local in function:etc2_unpack_signed_rg11
1036 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_rgb8_punchthrough_alpha1
1073 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc2_unpack_srgb8_punchthrough_alpha1
[all...]
H A Dtexcompress_etc_tmp.h146 const unsigned bw = 4, bh = 4, bs = 8, comps = 4; local in function:etc1_unpack_rgba8888
150 for (y = 0; y < height; y += bh) {
156 for (j = 0; j < MIN2(bh, height - y); j++) {
/xsrc/external/mit/font-bh-100dpi/dist/
H A Dconfigure.ac25 AC_INIT([font-bh-100dpi], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/issues],
27 [font-bh-100dpi])
/xsrc/external/mit/font-bh-75dpi/dist/
H A Dconfigure.ac25 AC_INIT([font-bh-75dpi], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-75dpi/-/issues],
27 [font-bh-75dpi])
/xsrc/external/mit/font-bh-lucidatypewriter-100dpi/dist/
H A Dconfigure.ac25 AC_INIT([font-bh-lucidatypewriter-100dpi], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/-/issues],
27 [font-bh-lucidatypewriter-100dpi])
/xsrc/external/mit/font-bh-lucidatypewriter-75dpi/dist/
H A Dconfigure.ac25 AC_INIT([font-bh-lucidatypewriter-75dpi], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-lucidatypewriter-75dpi/-/issues],
27 [font-bh-lucidatypewriter-75dpi])
/xsrc/external/mit/font-bh-type1/dist/
H A Dconfigure.ac25 AC_INIT([font-bh-type1], [1.0.4],
26 [https://gitlab.freedesktop.org/xorg/font/bh-type1/-/issues],
27 [font-bh-type1])
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format); local in function:etna_etc2_calculate_blocks
99 for (unsigned y = 0; y < height; y += bh) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.c84 const unsigned bh = util_format_get_blockheight(format); local in function:etna_etc2_calculate_blocks
99 for (unsigned y = 0; y < height; y += bh) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dvb_ext.h44 UCHAR al, ah, hi_al, hi_ah, bl, bh, hi_bl, hi_bh, cl, ch, hi_cl, hi_ch, dl, dh, hi_dl, hi_dh; member in struct:BYTEREGS
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_gen8.c112 *image_align_el = isl_extent3d(256 / fmtl->bw, 128 / fmtl->bh, 1);
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_gfx8.c112 *image_align_el = isl_extent3d(256 / fmtl->bw, 128 / fmtl->bh, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blt.c269 int bh = util_format_get_blockheight(src->base.b.format); local in function:crocus_emit_blt
271 assert(src_y % bh == 0);
273 src_y /= (int)bh;
275 src_height = DIV_ROUND_UP(src_height, (int)bh);
282 int bh = util_format_get_blockheight(dst->base.b.format); local in function:crocus_emit_blt
284 assert(dst_y % bh == 0);
286 dst_y /= (int)bh;

Completed in 15 milliseconds

12345