Lines Matching refs:defs
168 defs = gn_to_bp_utils.GetArchSources(os.path.join(skia_gn_dir, 'opts.gni'))
191 'arm_srcs': bpfmt(16, defs['armv7']),
192 'arm_neon_srcs': bpfmt(20, defs['neon']),
193 'arm64_srcs': bpfmt(16, defs['arm64'] +
194 defs['crc32']),
195 'none_srcs': bpfmt(16, defs['none']),
196 'x86_srcs': bpfmt(16, defs['sse2'] +
197 defs['ssse3'] +
198 defs['sse41'] +
199 defs['sse42'] +
200 defs['avx'] +
201 defs['hsw']),