Searched refs:h0 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_streams.h98 #define VSCALING(h0,h1) ((((unsigned int) (((double)h0/(double)h1) * (1 << 15))) \
207 #define VSCALING_2000(h0,h1) ((unsigned int) (((float)h0/(float)h1) * (float)(65536.0) ))
208 #define HSCALING_NORMALIZE(h0,h1) ((unsigned int) ((float)2048.0 * ((float)h0/ (float)h1))) << 16
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dsharedtex.c427 struct window *h0; local in function:main
430 h0 = AddWindow(dpyName, 10, 10, NULL);
431 (void) AddWindow(dpyName, 330, 10, h0);
432 (void) AddWindow(dpyName, 10, 350, h0);
433 (void) AddWindow(dpyName, 330, 350, h0);
435 InitGLstuff(h0);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dsharedtex_mt.c461 struct window *h0; local in function:main
475 h0 = AddWindow(gDpy, dpyName, 10, 10, gCtx);
480 if (!glXMakeCurrent(gDpy, h0->Win, gCtx)) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.c507 const unsigned h0 = src_mt->surf.phys_level0_sa.height; local in function:intel_miptree_blit
508 src_y = minify(h0, src_level - src_mt->first_level) - src_y - height;
512 const unsigned h0 = dst_mt->surf.phys_level0_sa.height; local in function:intel_miptree_blit
513 dst_y = minify(h0, dst_level - dst_mt->first_level) - dst_y - height;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.c517 const unsigned h0 = src_mt->surf.phys_level0_sa.height; local in function:brw_miptree_blit
518 src_y = minify(h0, src_level - src_mt->first_level) - src_y - height;
522 const unsigned h0 = dst_mt->surf.phys_level0_sa.height; local in function:brw_miptree_blit
523 dst_y = minify(h0, dst_level - dst_mt->first_level) - dst_y - height;
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dcompiler.h39 * for widen = none, H00 for widen = h0, B1111 for widen = b1. For lane, also
77 #define H(h0, h1) (h[h0] | (h[h1] << 16))
H A Dbifrost_compile.c348 bi_index h0 = bi_half(w0, chan & 1); local in function:bi_make_vec16_to
358 bi_mkvec_v2i16_to(b, to, h0, h1);

Completed in 58 milliseconds