Searched refs:sx (Results 1 - 25 of 549) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/
H A DShaderTGSI.c310 translate_semantic_index(struct Shader_xlate *sx, argument
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, argument
422 dcl_base_output(struct Shader_xlate * sx,struct ureg_program * ureg,struct ureg_dst reg,const struct Shader_dst_operand * operand) argument
449 dcl_base_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * operand,struct ureg_src dcl_reg,uint index,uint siv_name) argument
487 dcl_vs_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst) argument
502 dcl_gs_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst) argument
531 dcl_sgv_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst,uint dcl_siv_name) argument
547 dcl_siv_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst,uint dcl_siv_name) argument
567 dcl_ps_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst,uint dcl_in_ps_interp) argument
586 dcl_ps_sgv_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst,uint dcl_siv_name) argument
627 dcl_ps_siv_input(struct Shader_xlate * sx,struct ureg_program * ureg,const struct Shader_dst_operand * dst,uint dcl_siv_name,uint dcl_in_ps_interp) argument
657 translate_relative_operand(struct Shader_xlate * sx,const struct Shader_relative_operand * operand) argument
707 translate_operand(struct Shader_xlate * sx,const struct Shader_operand * operand,unsigned writemask) argument
781 translate_indexable_temp(struct Shader_xlate * sx,const struct Shader_operand * operand) argument
816 translate_dst_operand(struct Shader_xlate * sx,const struct Shader_dst_operand * operand,boolean saturate) argument
856 translate_src_operand(struct Shader_xlate * sx,const struct Shader_src_operand * operand,const enum dx10_opcode_format format) argument
1140 Shader_add_call(struct Shader_xlate * sx,unsigned d3d_label,unsigned tgsi_label_token) argument
1152 Shader_add_label(struct Shader_xlate * sx,unsigned d3d_label,unsigned tgsi_insn_no) argument
1206 expand_unary_to_scalarf(struct ureg_program * ureg,unary_ureg_func func,struct Shader_xlate * sx,struct Shader_opcode * opcode) argument
1244 struct Shader_xlate sx; local in function:Shader_tgsi_translate
[all...]
/xsrc/external/mit/MesaLib/dist/src/asahi/lib/
H A Dtiling.h29 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
33 unsigned sx, unsigned sy, unsigned smaxx, unsigned smaxy);
H A Dtiling.c78 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)
106 agx_detile(void * _tiled,void * _linear,unsigned width,unsigned bpp,unsigned linear_pitch,unsigned sx,unsigned sy,unsigned smaxx,unsigned smaxy) argument
119 agx_tile(void * _tiled,void * _linear,unsigned width,unsigned bpp,unsigned linear_pitch,unsigned sx,unsigned sy,unsigned smaxx,unsigned smaxy) argument
/xsrc/external/mit/xorg-server.old/dist/hw/sun/
H A DsunMultiDepth.c92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine) argument
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/dist/hw/sun/
H A DsunMultiDepth.c92 sunCfbGetImage(DrawablePtr pDrawable, int sx, int sy, int w, int h, unsigned int format, unsigned long planeMask, char *pdstLine) argument
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/
H A Dblt.c435 uint32_t sx = src_x, offset; local in function:memcpy_from_tiled_x__swizzle_9
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
573 uint32_t sx = src_x, offset; local in function:memcpy_from_tiled_x__swizzle_9_10
710 uint32_t sx = src_x, offset; local in function:memcpy_from_tiled_x__swizzle_9_11
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h59 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_driver.h57 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_surface.c196 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, s
193 nv04_surface_copy_swizzle(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
274 nv04_surface_copy_m2mf(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
362 nv04_surface_copy_cpu(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
390 nv04_surface_copy(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_driver.h59 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_driver.h57 int dx, int dy, int sx, int sy, int w, int h);
H A Dnv04_surface.c192 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, s
189 nv04_surface_copy_swizzle(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
270 nv04_surface_copy_m2mf(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
358 nv04_surface_copy_cpu(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
386 nv04_surface_copy(struct gl_context * ctx,struct nouveau_surface * dst,struct nouveau_surface * src,int dx,int dy,int sx,int sy,int w,int h) argument
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbstipple.c170 int stipX, stipY, sx; local in function:fbOddStipple
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
H A Dfbcopy.c200 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,
199 fbCopyArea(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy) argument
209 fbCopyPlane(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,unsigned long bitplane) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbstipple.c170 int stipX, stipY, sx; local in function:fbOddStipple
185 sx = stipX;
187 w = (stipWidth - sx) * dstBpp;
193 sx,
197 sx = 0;
H A Dfbcopy.c200 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,
199 fbCopyArea(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy) argument
209 fbCopyPlane(DrawablePtr src,DrawablePtr dst,GCPtr gc,int sx,int sy,int width,int height,int dx,int dy,unsigned long bitplane) argument
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbstipple.c238 int stipX, stipY, sx; local in function:fbOddStipple
254 sx = stipX;
257 w = (stipWidth - sx) * dstBpp;
263 sx,
274 sx = 0;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbfill.c39 int stipX, stipY, sx; local in function:fbStipple
54 sx = stipX;
56 w = (stipWidth - sx) * dstBpp;
62 sx,
66 sx = 0;
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dbasic-copyarea-size.c62 int sx = rand() % (2*size) - size; local in function:main
74 sx, sy,
82 sx, sy,
H A Drender-copyarea-size.c70 int sx = rand() % (2*size) - size; local in function:main
85 sx, sy,
94 sx, sy,
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dbasic-copyarea-size.c62 int sx = rand() % (2*size) - size; local in function:main
74 sx, sy,
82 sx, sy,
H A Drender-copyarea-size.c70 int sx = rand() % (2*size) - size; local in function:main
85 sx, sy,
94 sx, sy,
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatrix.c92 FcMatrixScale (FcMatrix *m, double sx, double sy) argument
96 r.xx = sx;
/xsrc/external/mit/xf86-video-suncg14/dist/
H A DREADME.md5 SPARCstation 10sx and SPARCstation 20 workstations.
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv50_accel.h51 PUSH_VTX1s(struct nouveau_pushbuf *push, float sx, float sy, int dx, int dy) argument
54 PUSH_DATAf(push, sx);

Completed in 18 milliseconds

1234567891011>>