HomeSort by: relevance | last modified time | path
    Searched refs:wh (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
radeon_video.c 156 unsigned wh; local
162 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh;
163 if (wh < best_wh) {
164 best_wh = wh;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
radeon_video.c 156 unsigned wh; local
162 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh;
163 if (wh < best_wh) {
164 best_wh = wh;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
radeon_video.c 144 unsigned wh; local
151 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh;
152 if (wh < best_wh) {
153 best_wh = wh;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_utils.h 68 #define glamor_pixmap_fbo_fix_wh_ratio(wh, pixmap, priv) \
72 wh[0] = (float)priv->fbo->width / actual_w; \
73 wh[1] = (float)priv->fbo->height / actual_h; \
74 wh[2] = 1.0 / priv->fbo->width; \
75 wh[3] = 1.0 / priv->fbo->height; \
134 * @cd: xy mod wh, is a input value.
135 * @wh: current width or height.
161 cd, wh, bxy1, bxy2) \
163 cd = wh - cd; \
166 fmodulus(cd, wh, txy);
    [all...]
glamor_largepixmap.c 309 _glamor_largepixmap_reflect_fixup(short *xy1, short *xy2, int wh)
314 if (*xy2 - *xy1 > wh) {
316 *xy2 = wh;
319 modulus(*xy1, wh, c1);
320 odd1 = ((*xy1 - c1) / wh) & 0x1;
321 modulus(*xy2, wh, c2);
322 odd2 = ((*xy2 - c2) / wh) & 0x1;
325 *xy1 = wh - c2;
326 *xy2 = wh - c1;
330 *xy2 = MAX(c2, wh - c1)
    [all...]
glamor_render.c 75 "vec2 rel_tex_coord(vec2 texture, vec4 wh, int repeat) \n"
78 " rel_tex = texture * wh.xy; \n"
82 " rel_tex = floor(rel_tex) + (fract(rel_tex) / wh.xy); \n"
85 " rel_tex.x = 1.0 - wh.z * wh.x / 2.; \n"
89 " rel_tex.y = 1.0 - wh.w * wh.y / 2.; \n"
92 " rel_tex = rel_tex / wh.xy; \n"
95 " rel_tex.x = 2.0 - (1.0 - fract(rel_tex.x)) / wh.x;\n"
97 " rel_tex.x = fract(rel_tex.x) / wh.x;\n
577 float wh[4]; local
    [all...]
  /xsrc/external/mit/xf86-video-i128/dist/src/
i128exa.c 126 int wh; local
160 wh = (bppi << 16) | h;
161 CACHED_UPDATE(wh, XY2_WH);
188 wh = (w << 16) | h;
189 CACHED_UPDATE(wh, XY2_WH);
i128.h 92 CARD32 wh; member in struct:__anon7000
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2_video.c 103 CARD32 xy, wh; /* 16.0 16.0 */ member in struct:__anon6993
802 pCookie->wh = ((pBox->y2 - pBox->y1) << 16) |
867 GLINT_WRITE_REG(pCookie->wh, RectangleSize);
952 GLINT_WRITE_REG(pCookie->wh, RectangleSize);
1084 pCookie->wh = n2 - n1 + 1;
1093 pCookie->wh = (pCookie->wh & 0xFFFF) | ((n2 - n1 + 1) << 16);
1153 GLINT_WRITE_REG(pCookie->wh, RectangleSize);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 1678 struct src_register wh = get_tex_dimensions( emit, sampler.base.num ); local
1680 /* MUL tmp, SRC0, WH */
1682 tmp, texcoord, wh ))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_insn.c 1680 struct src_register wh = get_tex_dimensions( emit, sampler.base.num ); local
1682 /* MUL tmp, SRC0, WH */
1684 tmp, texcoord, wh ))

Completed in 17 milliseconds