Home
last modified time | relevance | path

Searched refs:dst_file (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py276 with open(dst, 'w') as dst_file:
279 print(line, file=dst_file, end='')
280 print('', file=dst_file)
282 file=dst_file)
283 print('#define __i386__ 1', file=dst_file)
284 print('#endif', file=dst_file)
285 print('', file=dst_file)
287 '#if !defined(__x86_64__) && (defined(_M_AMD64) || defined (_M_X64))', file=dst_file)
288 print('#define __x86_64__ 1', file=dst_file)
289 print('#endif', file=dst_file)
[all...]
/third_party/spirv-tools/test/diff/diff_files/
H A Dgenerate_tests.py172 def run_diff_tool(diff_tool, src_file, dst_file, variant):
188 args.append(dst_file)
204 def generate_extra_test(diff_tool, src_file, dst_file, variant, test_name_camel_case, test_tag, test_options):
205 diff = run_diff_tool(diff_tool, src_file, dst_file, variant)
214 dst_file = make_dst_file(test_name)
216 dst_file_no_debug = remove_debug_info(dst_file)
219 dst_spirv = read_file(dst_file)
225 diff_spirv = run_diff_tool(diff_tool, src_file, dst_file, VARIANT_NONE)
231 extra_tests.append(generate_extra_test(diff_tool, src_file, dst_file, VARIANT_IGNORE_SET_BINDING,
235 extra_tests.append(generate_extra_test(diff_tool, src_file, dst_file, VARIANT_IGNORE_LOCATIO
[all...]
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c60 FILE *dst_file; in main() local
83 dst_file = fopen(dst_filename, "wb"); in main()
84 if (!dst_file) { in main()
127 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
135 fclose(dst_file); in main()
H A Dresampling_audio.c91 FILE *dst_file; in main() local
109 dst_file = fopen(dst_filename, "wb"); in main()
110 if (!dst_file) { in main()
193 fwrite(dst_data[0], 1, dst_bufsize, dst_file); in main()
204 fclose(dst_file); in main()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h292 unsigned dst_file, in tgsi_transform_op1_inst()
303 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op1_inst()
316 unsigned dst_file, in tgsi_transform_op2_inst()
330 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op2_inst()
345 unsigned dst_file, in tgsi_transform_op3_inst()
360 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op3_inst()
376 unsigned dst_file, in tgsi_transform_op1_swz_inst()
388 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op1_swz_inst()
417 unsigned dst_file, in tgsi_transform_op2_swz_inst()
433 inst.Dst[0].Register.File = dst_file, in tgsi_transform_op2_swz_inst()
290 tgsi_transform_op1_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index) tgsi_transform_op1_inst() argument
314 tgsi_transform_op2_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, bool src1_negate) tgsi_transform_op2_inst() argument
343 tgsi_transform_op3_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, unsigned src2_file, unsigned src2_index) tgsi_transform_op3_inst() argument
374 tgsi_transform_op1_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle) tgsi_transform_op1_swz_inst() argument
415 tgsi_transform_op2_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, bool src1_negate) tgsi_transform_op2_swz_inst() argument
466 tgsi_transform_op3_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src0_negate, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, unsigned src2_file, unsigned src2_index, unsigned src2_swizzle) tgsi_transform_op3_swz_inst() argument
549 tgsi_transform_tex_inst(struct tgsi_transform_context *ctx, unsigned dst_file, unsigned dst_index, unsigned src_file, unsigned src_index, unsigned tex_target, unsigned sampler_index) tgsi_transform_tex_inst() argument
[all...]
/third_party/astc-encoder/Utils/
H A Dastc_rgbm_codec.cpp63 const char* dst_file = argv[5]; in main() local
121 stbi_write_png(dst_file, dim_x, dim_y, 4, data_out, 4 * dim_x); in main()
169 stbi_write_hdr(dst_file, dim_x, dim_y, 4, data_out); in main()
H A Dastc_blend_test.cpp74 const char* dst_file = argv[2]; in main() local
289 stbi_write_png(dst_file, dim_x, dim_y, 4, data_out, 4 * dim_x); in main()
293 stbi_write_png(dst_file, dim_x - 1, dim_y - 1, 4, data_out, 4 * (dim_x - 1)); in main()
/third_party/harfbuzz/
H A Dinstall.py42 dst_file = os.path.join(dst_path, file)
43 shutil.copy(src_file, dst_file)
/third_party/libpng/
H A Dinstall.py46 dst_file = os.path.join(dst_path, file)
47 shutil.copy(src_file, dst_file)
/third_party/libffi/
H A Dinstall.py46 dst_file = os.path.join(dst_path, file)
47 shutil.copy(src_file, dst_file)
/third_party/freetype/
H A Dinstall.py47 dst_file = os.path.join(dst_path, file)
48 shutil.copy(src_file, dst_file)
/third_party/cups/
H A Dinstall.py57 dst_file = os.path.join(dst_path, file)
58 shutil.copy(src_file, dst_file)
/third_party/libjpeg-turbo/
H A Dinstall.py48 dst_file = os.path.join(dst_path, file)
49 shutil.copy(src_file, dst_file)
/third_party/spirv-tools/tools/diff/
H A Ddiff.cpp145 const std::string& dst_file = flags::positional_arguments[1]; in main() local
157 std::unique_ptr<spvtools::opt::IRContext> dst = load_module(dst_file.c_str()); in main()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h81 rc_register_file dst_file,
H A Dradeon_compiler_util.c323 rc_register_file dst_file, in rc_src_reads_dst_mask()
327 if (src_file != dst_file || src_idx != dst_idx) { in rc_src_reads_dst_mask()
319 rc_src_reads_dst_mask( rc_register_file src_file, unsigned int src_idx, unsigned int src_swz, rc_register_file dst_file, unsigned int dst_idx, unsigned int dst_mask) rc_src_reads_dst_mask() argument
H A Dradeon_dataflow.c683 rc_register_file dst_file, in get_readers_for_single_write()
700 d->DstFile = dst_file; in get_readers_for_single_write()
680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) get_readers_for_single_write() argument
/third_party/python/Lib/test/
H A Dtest_shutil.py1287 dst_file = os.path.join(dst_dir, 'bar')
1290 rv = shutil.copyfile(src_file, dst_file)
1292 self.assertEqual(read_file(src_file), read_file(dst_file))
2003 self.dst_file = os.path.join(self.dst_dir, filename)
2023 self._check_move_file(self.src_file, self.dst_file, self.dst_file)
2027 self._check_move_file(self.src_file, self.dst_dir, self.dst_file)
2032 self._check_move_file(src, self.dst_dir, self.dst_file)
2037 self._check_move_file(self.src_file, dst, self.dst_file)
2083 with open(self.dst_file, "w
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_validate.c1856 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
1970 (BRW_ARCHITECTURE_REGISTER_FILE == dst_file && in special_requirements_for_handling_double_precision_data_types()
2010 (dst_file == BRW_ARCHITECTURE_REGISTER_FILE && in special_requirements_for_handling_double_precision_data_types()
H A Dbrw_eu_compact.c1803 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, &inst); in precompact() local
1806 brw_inst_set_dst_file_type(devinfo, &inst, dst_file, BRW_REGISTER_TYPE_UD); in precompact()

Completed in 16 milliseconds