| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| test_glsl_to_tgsi_lifetime.cpp | 1240 #define SRC(X, S) vector<pair<int, const char *>>(1, make_pair(X, S)) 1251 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "x"), {}, SWZ()}, 1252 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()}, 1253 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "y"), {}, SWZ()}, 1255 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()}, 1257 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()}, 1267 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "x"), {}, SWZ()}, 1268 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()}, 1269 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "y"), {}, SWZ()}, 1271 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()} [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| test_glsl_to_tgsi_lifetime.cpp | 1240 #define SRC(X, S) vector<pair<int, const char *>>(1, make_pair(X, S)) 1251 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "x"), {}, SWZ()}, 1252 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()}, 1253 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "y"), {}, SWZ()}, 1255 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()}, 1257 { TGSI_OPCODE_MOV, DST(out0, WRITEMASK_XYZW), SRC(2, "xyxy"), {}, SWZ()}, 1267 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_X), SRC(in1, "x"), {}, SWZ()}, 1268 { TGSI_OPCODE_IF, {}, SRC(in0, "xxxx"), {}, SWZ()}, 1269 { TGSI_OPCODE_MOV, DST(1, WRITEMASK_Y), SRC(in1, "y"), {}, SWZ()}, 1271 { TGSI_OPCODE_MOV, DST(2, WRITEMASK_XY), SRC(1, "xy"), {}, SWZ()} [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/x86/ |
| sse_xform4.S | 36 #define SRC(i) REGOFF(i * 4, ESI) 79 MOVSS( SRC(0), XMM0 ) /* ox */ 83 MOVSS( SRC(1), XMM1 ) /* oy */ 87 MOVSS( SRC(2), XMM2 ) /* oz */ 91 MOVSS( SRC(3), XMM3 ) /* ow */ 151 MOVSS( SRC(0), XMM4 ) /* ox */ 155 MOVSS( SRC(1), XMM5 ) /* oy */ 159 MOVSS( SRC(2), XMM6 ) /* oz */ 163 MOVSS( SRC(3), XMM7 ) /* ow */ 172 MOVSS( SRC(3), XMM4 ) /* ow * [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| sse_xform4.S | 35 #define SRC(i) REGOFF(i * 4, ESI) 78 MOVSS( SRC(0), XMM0 ) /* ox */ 82 MOVSS( SRC(1), XMM1 ) /* oy */ 86 MOVSS( SRC(2), XMM2 ) /* oz */ 90 MOVSS( SRC(3), XMM3 ) /* ow */ 150 MOVSS( SRC(0), XMM4 ) /* ox */ 154 MOVSS( SRC(1), XMM5 ) /* oy */ 158 MOVSS( SRC(2), XMM6 ) /* oz */ 162 MOVSS( SRC(3), XMM7 ) /* ow */ 171 MOVSS( SRC(3), XMM4 ) /* ow * [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/math/ |
| m_translate.c | 97 #define PTR_ELT(ptr, elt) (((SRC *)ptr)[elt]) 114 #define SRC GLbyte 159 #undef SRC 172 #define SRC GLubyte 207 #undef SRC 219 #define SRC GLshort 261 #undef SRC 273 #define SRC GLushort 314 #undef SRC 326 #define SRC GLin [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/ |
| m_translate.c | 97 #define PTR_ELT(ptr, elt) (((SRC *)ptr)[elt]) 114 #define SRC GLbyte 159 #undef SRC 172 #define SRC GLubyte 207 #undef SRC 219 #define SRC GLshort 261 #undef SRC 273 #define SRC GLushort 314 #undef SRC 326 #define SRC GLin [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| render-glyphs.c | 64 GLYPHS, OP, DST, SRC, MASK, CLIP, 78 Picture src; member in struct:glyph_iter::__anon7688 238 if (gi->stage == SRC) { 242 if (gi->ref.src) 243 XRenderFreePicture(gi->ref.dpy->dpy, gi->ref.src); 244 gi->ref.src = XRenderCreateSolidFill(gi->ref.dpy->dpy, 247 if (gi->out.src) 248 XRenderFreePicture(gi->out.dpy->dpy, gi->out.src); 249 gi->out.src = XRenderCreateSolidFill(gi->out.dpy->dpy, 330 len = sprintf(buf, "glyphs=%s, op=%d, dst=%08x, src=%08x, mask=%s" [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-arm-neon-asm.h | 439 pld [SRC, #(PREFETCH_DISTANCE_SIMPLE * src_bpp / 8)] 473 pixld_src (\lowbit * 8 / dst_w_bpp), src_bpp, src_basereg, SRC 535 pixld_src \chunk_size, src_bpp, src_basereg, SRC 587 add SRC, SRC, SRC_STRIDE, lsl #src_bpp_shift 596 sub SRC, SRC, W, lsl #src_bpp_shift 668 (src_basereg - pixblock_size * src_bpp / 64), SRC 677 SRC .req r4 /* source buffer pointer */ 732 .error "requested src bpp (src_bpp) is not supported [all...] |
| pixman-arm-simd-asm.h | 199 * inner_loop_offset = (src+leading_bytes)&31 202 * possible when there are 4 src bytes for every 1 dst byte). 289 * "base" - base address register of channel to preload (SRC, MASK or DST) 443 preload_middle src_bpp, SRC, 1 447 preload_middle src_bpp, SRC, 0 483 preload_trailing src_bpp, src_bpp_shift, SRC 523 tst SRC, #3 536 tst SRC, #3 563 add SRC, SRC, STRIDE_ [all...] |
| pixman-arma64-neon-asm.h | 500 prfm PREFETCH_MODE, [SRC, #(PREFETCH_DISTANCE_SIMPLE * src_bpp / 8)] 536 pixld_src (\lowbit * 8 / dst_w_bpp), src_bpp, src_basereg, SRC 604 pixld_src \chunk_size, src_bpp, src_basereg, SRC 653 add SRC, SRC, SRC_STRIDE, lsl #src_bpp_shift 662 sub SRC, SRC, W, lsl #src_bpp_shift 746 (src_basereg - pixblock_size * src_bpp / 64), SRC 755 SRC .req x4 /* source buffer pointer */ 794 .error "requested src bpp (src_bpp) is not supported [all...] |