Home | History | Annotate | Download | only in skqp

Lines Matching refs:defs

182 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni'))
205 'arm_srcs': bpfmt(16, defs['armv7']),
206 'arm_neon_srcs': bpfmt(20, defs['neon']),
207 'arm64_srcs': bpfmt(16, defs['arm64'] +
208 defs['crc32']),
209 'none_srcs': bpfmt(16, defs['none']),
210 'x86_srcs': bpfmt(16, defs['sse2'] +
211 defs['ssse3'] +
212 defs['sse41'] +
213 defs['sse42'] +
214 defs['avx' ]),