Searched defs:dst_file (Results 1 - 5 of 5) sorted by relevance

/external/puffin/src/
H A Dmain.cc161 DEFINE_string(dst_file, "", "Target file"); \
305 auto dst_file = FileStream::Open(FLAGS_dst_file, false, true); local
306 TEST_AND_RETURN_VALUE(dst_file, -1);
309 auto dst_stream = PuffinStream::CreateForHuff(std::move(dst_file), huffer,
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h253 unsigned dst_file,
264 inst.Dst[0].Register.File = dst_file,
278 unsigned dst_file,
292 inst.Dst[0].Register.File = dst_file,
309 unsigned dst_file,
324 inst.Dst[0].Register.File = dst_file,
343 unsigned dst_file,
355 inst.Dst[0].Register.File = dst_file,
385 unsigned dst_file,
401 inst.Dst[0].Register.File = dst_file,
251 tgsi_transform_op1_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index) argument
276 tgsi_transform_op2_inst(struct tgsi_transform_context *ctx, unsigned 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) argument
307 tgsi_transform_op3_inst(struct tgsi_transform_context *ctx, unsigned 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) argument
341 tgsi_transform_op1_swz_inst(struct tgsi_transform_context *ctx, unsigned opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle) argument
383 tgsi_transform_op2_swz_inst(struct tgsi_transform_context *ctx, unsigned 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) argument
436 tgsi_transform_op3_swz_inst(struct tgsi_transform_context *ctx, unsigned 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) argument
523 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) argument
[all...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c316 rc_register_file dst_file,
320 if (src_file != dst_file || src_idx != dst_idx) {
312 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) argument
H A Dradeon_dataflow.c683 rc_register_file dst_file,
698 d->DstFile = dst_file;
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) argument
/external/mesa3d/src/gallium/drivers/ilo/shader/
H A Dtoy_tgsi.c1551 const enum tgsi_file_type dst_file = tgsi_inst->Dst[0].Register.File; local
1554 if (dst_file == TGSI_FILE_ADDRESS || src_file == TGSI_FILE_ADDRESS) {

Completed in 780 milliseconds