HomeSort by: relevance | last modified time | path
    Searched defs:x_mask (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_tiling_lt.c 187 uint32_t x_mask = swizzle_lt_x(~0, cpp); local
191 assert(!(x_mask & y_mask));
212 /* This math trick with x_mask increments offs_x by 1
215 offs_x = (offs_x - x_mask) & x_mask;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_tiling_lt.c 187 uint32_t x_mask = swizzle_lt_x(~0, cpp); local
191 assert(!(x_mask & y_mask));
212 /* This math trick with x_mask increments offs_x by 1
215 offs_x = (offs_x - x_mask) & x_mask;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1299 INT16 x_mask; local
1310 x_mask = rects->x_mask + mask_x_off;
1317 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width,
1343 mask_yscale, x_mask,
1344 y_mask, x_mask + width,
1462 int x_mask, int y_mask, int x_dest, int y_dest)
1495 x_temp_mask = x_mask;
1499 x_source, y_source, x_mask, y_mask, x_dest, y_dest, width, height);
1568 extent->x1 + x_mask - x_dest - dest->pDrawable->x
    [all...]
glamor_priv.h 152 INT16 x_mask; member in struct:__anon9850
663 int x_mask, int y_mask,
753 INT16 x_mask,

Completed in 8 milliseconds