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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_tiling_lt.c 188 uint32_t y_mask = swizzle_lt_y(~0, cpp); local
191 assert(!(x_mask & y_mask));
218 offs_y = (offs_y - y_mask) & y_mask;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_tiling_lt.c 188 uint32_t y_mask = swizzle_lt_y(~0, cpp); local
191 assert(!(x_mask & y_mask));
218 offs_y = (offs_y - y_mask) & y_mask;
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_render.c 1300 INT16 y_mask; local
1311 y_mask = rects->y_mask + mask_y_off;
1317 x_dest, y_dest, x_source, y_source, x_mask, y_mask, width,
1344 y_mask, x_mask + width,
1345 y_mask + height,
1462 int x_mask, int y_mask, int x_dest, int y_dest)
1496 y_temp_mask = y_mask;
1499 x_source, y_source, x_mask, y_mask, x_dest, y_dest, width, height);
1569 extent->y1 + y_mask - y_dest - dest->pDrawable->y
    [all...]
glamor_priv.h 153 INT16 y_mask; member in struct:__anon9850
663 int x_mask, int y_mask,
754 INT16 y_mask,

Completed in 8 milliseconds