Searched refs:src_file (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h78 rc_register_file src_file,
H A Dradeon_compiler_util.c313 rc_register_file src_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
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h78 rc_register_file src_file,
H A Dradeon_compiler_util.c313 rc_register_file src_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
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h505 unsigned src_file,
516 tgsi_transform_src_reg_xyzw(&inst.Src[0], src_file, src_index);
531 unsigned src_file,
548 tgsi_transform_src_reg_xyzw(&inst.Src[0], src_file, src_index);
504 tgsi_transform_kill_inst(struct tgsi_transform_context * ctx,unsigned src_file,unsigned src_index,unsigned src_swizzle,boolean negate) argument
528 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
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h523 unsigned src_file,
534 tgsi_transform_src_reg_xyzw(&inst.Src[0], src_file, src_index);
549 unsigned src_file,
566 tgsi_transform_src_reg_xyzw(&inst.Src[0], src_file, src_index);
522 tgsi_transform_kill_inst(struct tgsi_transform_context * ctx,unsigned src_file,unsigned src_index,unsigned src_swizzle,boolean negate) argument
546 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
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_compact.c1072 enum brw_reg_file src_file = brw_inst_src0_reg_file(devinfo, &inst); local in function:precompact
1075 brw_inst_set_src0_file_type(devinfo, &inst, src_file, BRW_REGISTER_TYPE_UD);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_compact.c1774 enum brw_reg_file src_file = brw_inst_src0_reg_file(devinfo, &inst); local in function:precompact
1777 brw_inst_set_src0_file_type(devinfo, &inst, src_file, BRW_REGISTER_TYPE_UD);

Completed in 13 milliseconds