/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMAttributeParser.cpp | 96 if (SW) in IntegerAttribute() 97 SW->printNumber(ARMBuildAttrs::AttrTypeAsString(Tag), Value); in IntegerAttribute() 105 if (SW) { in StringAttribute() 106 DictScope AS(*SW, "Attribute"); in StringAttribute() 107 SW->printNumber("Tag", Tag); in StringAttribute() 109 SW->printString("TagName", TagName); in StringAttribute() 110 SW->printString("Value", ValueDesc); in StringAttribute() 118 if (SW) { in PrintAttribute() 121 DictScope AS(*SW, "Attribute"); in PrintAttribute() 122 SW->printNumber("Tag", Tag); in PrintAttribute() [all …]
|
/third_party/libffi/src/tile/ |
D | tile.S | 47 #define SW st macro 51 #define SW sw macro 94 SW sp, lr 111 SW TMP, r52 125 SW TMP2, REG_ARGS 129 SW TMP, r52 144 SW OUTGOING_STACK_ARGS, TMP 206 SW PTR, REG ; \ 253 SW sp, r10 262 SW r10, sp [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ARMAttributeParser.h | 21 ScopedPrinter *SW; variable 123 ARMAttributeParser(ScopedPrinter *SW) : SW(SW) {} in ARMAttributeParser() argument 125 ARMAttributeParser() : SW(nullptr) { } in ARMAttributeParser()
|
/third_party/skia/gm/ |
D | strokerects.cpp | 23 constexpr SkScalar SW = SkIntToScalar(W); variable 62 canvas->translate(SW * x, SH * y); in onDraw() 65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
|
/third_party/flutter/skia/gm/ |
D | strokerects.cpp | 23 constexpr SkScalar SW = SkIntToScalar(W); variable 62 canvas->translate(SW * x, SH * y); in onDraw() 65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
|
D | strokes.cpp | 32 constexpr SkScalar SW = SkIntToScalar(W); variable 76 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw() 320 SW - SkIntToScalar(2), in onDraw() 327 canvas->rotate(SkIntToScalar(15), SW/2, SH/2); in onDraw()
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_life.c | 298 enum { NW, N, NE, W, E, SW, S, SE }; in evolve() enumerator 310 pos[SW][0] = (i+1) == life->h ? 0 : i+1; pos[SW][1] = (j-1) < 0 ? life->w-1 : j-1; in evolve() 319 pos[SW][0] = (i+1) == life->h ? -1 : i+1; pos[SW][1] = (j-1) < 0 ? -1 : j-1; in evolve() 330 …(pos[SW][0] == -1 || pos[SW][1] == -1 ? 0 : oldbuf[pos[SW][0]*life->w + pos[SW][1]] == ALIVE_CELL)… in evolve()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | opcode.c | 26 #define OPCODE(OP,NG,SW,SG,TF,N,FL) \ argument 29 .swap = OP_##SW, \
|
D | opcode.h | 7 #define OPCODE(OP,NG,SW,SG,TF,N,FL) OP_##OP, argument
|
/third_party/flutter/skia/third_party/externals/libpng/mips/ |
D | filter_msa_intrinsics.c | 73 #define SW(val, pdst) \ macro 108 SW(val0_m, pdst_sd_m); \ 109 SW(val1_m, pdst_sd_m + 4); \ 144 #define SW(val, pdst) \ macro 179 SW(val0_m, pdst_sd_m); \ 180 SW(val1_m, pdst_sd_m + 4); \ 212 #define SW(val, pdst) \ macro 233 SW(val0_m, pdst_sd_m); \ 234 SW(val1_m, pdst_sd_m + 4); \ 537 SW(out1, nxt); in png_read_filter_row_sub3_msa() [all …]
|
/third_party/skia/third_party/externals/libpng/mips/ |
D | filter_msa_intrinsics.c | 73 #define SW(val, pdst) \ macro 108 SW(val0_m, pdst_sd_m); \ 109 SW(val1_m, pdst_sd_m + 4); \ 144 #define SW(val, pdst) \ macro 179 SW(val0_m, pdst_sd_m); \ 180 SW(val1_m, pdst_sd_m + 4); \ 212 #define SW(val, pdst) \ macro 233 SW(val0_m, pdst_sd_m); \ 234 SW(val1_m, pdst_sd_m + 4); \ 537 SW(out1, nxt); in png_read_filter_row_sub3_msa() [all …]
|
/third_party/mesa3d/src/amd/compiler/ |
D | README.md | 119 An important difference is that VS is always the first stage to run in SW models, 121 That's why, among other things, the HW VS is no longer used to execute the SW VS when tesselation o… 136 * LS = Local Shader (merged into HS on GFX9+), only runs SW VS when tessellation is used 138 … (merged into GS on GFX9+), if there is a GS in the SW pipeline, the preceding stage (ie. SW VS or… 140 …*not equivalent to SW VS**: when there is a GS in the SW pipeline this stage runs a "GS copy" shad… 142 * PS = Pixel Shader, the HW equivalent to SW FS 152 but from a SW perspective it's not part of the traditional pipeline, 173 * Each SW stage has its own HW stage 180 | SW stages: only VS+PS: | | | | | VS | FS | `vertex_vs`, `fragment_fs` | 193 | SW stages: only VS+PS: | | | VS | FS | `vertex_vs`, `fragment_fs` | [all …]
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 1133 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1136 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1145 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1148 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1157 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1160 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1169 SW(out0, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1172 SW(out2, (src - 3)); in avc_h_loop_filter_luma_mbaff_intra_msa() 1473 SW(out0, src); in avc_loopfilter_luma_inter_edge_ver_msa() 1476 SW(out2, src); in avc_loopfilter_luma_inter_edge_ver_msa() [all …]
|
D | hevc_lpf_sao_msa.c | 693 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 695 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 700 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 702 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 707 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 709 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 714 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 716 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() 875 SW(tmp2, src); in hevc_loopfilter_luma_ver_msa() 878 SW(tmp3, src); in hevc_loopfilter_luma_ver_msa() [all …]
|
D | hpeldsp_msa.c | 73 SW(out0, dst); in common_hz_bil_4w_msa() 75 SW(out1, dst); in common_hz_bil_4w_msa() 241 SW(out0, dst); in common_hz_bil_and_aver_dst_4w_msa() 243 SW(out1, dst); in common_hz_bil_and_aver_dst_4w_msa() 313 SW(out0, dst); in common_vt_bil_4w_msa() 315 SW(out1, dst); in common_vt_bil_4w_msa() 466 SW(out0, dst); in common_vt_bil_and_aver_dst_4w_msa() 468 SW(out1, dst); in common_vt_bil_and_aver_dst_4w_msa() 557 SW(res0, dst); in common_hv_bil_4w_msa() 559 SW(res1, dst); in common_hv_bil_4w_msa() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_msa.c | 41 SW(pix_w, pdst + 32); \ 60 SW(pix_w, pdst + 8); \ 326 SW(pix_w, dst + 2); in TransformColorInverse_MSA() 332 SW(pix_w, dst); in TransformColorInverse_MSA()
|
D | msa_macro.h | 113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) macro 132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) macro 137 SW(val0_m, pdst_sd_m); \ 138 SW(val1_m, pdst_sd_m + 4); \ 170 SW(in0, ptmp); \ 172 SW(in1, ptmp); \ 174 SW(in2, ptmp); \ 176 SW(in3, ptmp); \ 181 SW(in0, ptmp); \ 183 SW(in1, ptmp); \ [all …]
|
D | lossless_enc_msa.c | 85 SW(pix_w, data + 2); in TransformColor_MSA() 91 SW(pix_w, data); in TransformColor_MSA()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | lossless_msa.c | 41 SW(pix_w, pdst + 32); \ 60 SW(pix_w, pdst + 8); \ 326 SW(pix_w, dst + 2); in TransformColorInverse_MSA() 332 SW(pix_w, dst); in TransformColorInverse_MSA()
|
D | msa_macro.h | 113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) macro 132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) macro 137 SW(val0_m, pdst_sd_m); \ 138 SW(val1_m, pdst_sd_m + 4); \ 170 SW(in0, ptmp); \ 172 SW(in1, ptmp); \ 174 SW(in2, ptmp); \ 176 SW(in3, ptmp); \ 181 SW(in0, ptmp); \ 183 SW(in1, ptmp); \ [all …]
|
D | lossless_enc_msa.c | 85 SW(pix_w, data + 2); in TransformColor_MSA() 91 SW(pix_w, data); in TransformColor_MSA()
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 89 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); macro 171 #define SW(val, pdst) \ macro 192 SW(val0_sd_m, pdst_sd_m); \ 193 SW(val1_sd_m, pdst_sd_m + 4); \ 247 SW(in0, (pdst)) \ 248 SW(in1, (pdst) + stride); \ 249 SW(in2, (pdst) + 2 * stride); \ 250 SW(in3, (pdst) + 3 * stride); \ 452 SW(out0_m, (pdst)); \ 459 SW(out0_m, (pdst)); \ [all …]
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | README.md | 5 Currently it only supports SW rasterizers. See
|
/third_party/python/Lib/tkinter/ |
D | constants.py | 13 SW='sw' variable
|
/third_party/libevdev/libevdev/ |
D | libevdev-int.h | 297 max_mask(SW, sw); in type_to_mask_const() 320 max_mask(SW, sw); in type_to_mask()
|