HomeSort by: relevance | last modified time | path
    Searched refs:sx (Results 1 - 25 of 547) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
ShaderTGSI.c 310 translate_semantic_index(struct Shader_xlate *sx,
318 if (sx->clip_distance_mapping[0].d3d == operand->base.index[0].imm) {
319 idx = sx->clip_distance_mapping[0].tgsi;
321 assert(sx->clip_distance_mapping[1].d3d == operand->base.index[0].imm);
322 idx = sx->clip_distance_mapping[1].tgsi;
326 if (sx->cull_distance_mapping[0].d3d == operand->base.index[0].imm) {
327 idx = sx->cull_distance_mapping[0].tgsi;
329 assert(sx->cull_distance_mapping[1].d3d == operand->base.index[0].imm);
330 idx = sx->cull_distance_mapping[1].tgsi;
360 declare_vertices_in(struct Shader_xlate *sx,
1244 struct Shader_xlate sx; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
tiling.h 29 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
33 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
tiling.c 78 unsigned x_offs_start = agx_space_bits(sx & TILE_MASK);\
87 for (unsigned x = sx; x < smaxx; ++x) {\
108 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy)
121 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy)
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunMultiDepth.c 92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine)
97 mfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
100 cfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
103 cfb16GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
106 cfb32GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunMultiDepth.c 92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine)
97 mfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
100 cfbGetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
103 cfb16GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
106 cfb32GetImage(pDrawable, sx, sy, w, h, format, planeMask, pdstLine);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
blt.c 435 uint32_t sx = src_x, offset; local
438 if (sx & (swizzle_pixels - 1)) {
439 const uint32_t swizzle_bound_pixels = ALIGN(sx + 1, swizzle_pixels);
440 const uint32_t length = min(src_x + width, swizzle_bound_pixels) - sx;
442 (sx >> tile_pixels) * tile_size +
443 (sx & tile_mask) * cpp;
450 sx += length;
454 (sx >> tile_pixels) * tile_size +
455 (sx & tile_mask) * cpp;
462 sx += swizzle_pixels
573 uint32_t sx = src_x, offset; local
710 uint32_t sx = src_x, offset; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 59 int dx, int dy, int sx, int sy, int w, int h);
nv04_driver.h 57 int dx, int dy, int sx, int sy, int w, int h);
nv04_surface.c 192 int dx, int dy, int sx, int sy,
258 (x + sx) * src->cpp, NOUVEAU_BO_LOW, 0, 0);
273 int dx, int dy, int sx, int sy,
284 unsigned src_offset = src->offset + sy * src->pitch + sx * src->cpp;
361 int dx, int dy, int sx, int sy,
380 sp + get_src(src, sx + x, sy + y), dst->cpp);
389 int dx, int dy, int sx, int sy,
393 sx = get_format_blocksx(src->format, sx);
404 nv04_surface_copy_m2mf(ctx, dst, src, dx, dy, sx, sy, w, h)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 59 int dx, int dy, int sx, int sy, int w, int h);
nv04_driver.h 57 int dx, int dy, int sx, int sy, int w, int h);
nv04_surface.c 196 int dx, int dy, int sx, int sy,
262 (x + sx) * src->cpp, NOUVEAU_BO_LOW, 0, 0);
277 int dx, int dy, int sx, int sy,
288 unsigned src_offset = src->offset + sy * src->pitch + sx * src->cpp;
365 int dx, int dy, int sx, int sy,
384 sp + get_src(src, sx + x, sy + y), dst->cpp);
393 int dx, int dy, int sx, int sy,
397 sx = get_format_blocksx(src->format, sx);
408 nv04_surface_copy_m2mf(ctx, dst, src, dx, dy, sx, sy, w, h)
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbstipple.c 170 int stipX, stipY, sx; local
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
fbcopy.c 200 int sx, int sy,
204 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
210 int sx, int sy,
216 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
219 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
223 sx, sy, width, height, dx, dy,
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbstipple.c 170 int stipX, stipY, sx; local
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
fbcopy.c 200 int sx, int sy,
204 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
210 int sx, int sy,
216 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
219 return miDoCopy(src, dst, gc, sx, sy, width, height, dx, dy,
223 sx, sy, width, height, dx, dy,
  /xsrc/external/mit/xorg-server/dist/fb/
fbfill.c 39 int stipX, stipY, sx; local
54 sx = stipX;
56 w = (stipWidth - sx) * dstBpp;
62 sx,
66 sx = 0;
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbstipple.c 238 int stipX, stipY, sx; local
254 sx = stipX;
257 w = (stipWidth - sx) * dstBpp;
263 sx,
274 sx = 0;
  /xsrc/external/mit/xf86-video-intel/dist/test/
basic-copyarea-size.c 62 int sx = rand() % (2*size) - size; local
74 sx, sy,
82 sx, sy,
render-copyarea-size.c 70 int sx = rand() % (2*size) - size; local
85 sx, sy,
94 sx, sy,
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
basic-copyarea-size.c 62 int sx = rand() % (2*size) - size; local
74 sx, sy,
82 sx, sy,
render-copyarea-size.c 70 int sx = rand() % (2*size) - size; local
85 sx, sy,
94 sx, sy,
  /xsrc/external/mit/fontconfig/dist/src/
fcmatrix.c 92 FcMatrixScale (FcMatrix *m, double sx, double sy)
96 r.xx = sx;
  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv50_accel.h 51 PUSH_VTX1s(struct nouveau_pushbuf *push, float sx, float sy, int dx, int dy)
54 PUSH_DATAf(push, sx);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
xa_context.h 71 int dx, int dy, int sx, int sy, int width, int height);

Completed in 17 milliseconds

1 2 3 4 5 6 7 8 91011>>