Searched refs:fullinst (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow.c | 42 struct rc_instruction * fullinst, in reads_normal_callback() argument 54 cb_data->Cb(cb_data->UserData, fullinst, src->File, in reads_normal_callback() 59 cb_data->Cb(cb_data->UserData, fullinst, RC_FILE_ADDRESS, 0, in reads_normal_callback() 101 static void reads_pair(struct rc_instruction * fullinst, rc_read_write_mask_fn cb, void * userdata) in reads_pair() argument 103 struct rc_pair_instruction * inst = &fullinst->U.P; in reads_pair() 124 cb(userdata, fullinst, inst->RGB.Src[src].File, inst->RGB.Src[src].Index, in reads_pair() 128 cb(userdata, fullinst, inst->Alpha.Src[src].File, inst->Alpha.Src[src].Index, RC_MASK_W); in reads_pair() 133 struct rc_instruction * fullinst, in pair_sub_for_all_args() argument 156 presub_type = fullinst-> in pair_sub_for_all_args() 158 src_array = fullinst->U.P.RGB.Src; in pair_sub_for_all_args() [all …]
|
D | radeon_program_print.c | 341 static void rc_print_pair_instruction(FILE * f, struct rc_instruction * fullinst, unsigned *branch_… in rc_print_pair_instruction() argument 343 struct rc_pair_instruction * inst = &fullinst->U.P; in rc_print_pair_instruction()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.c | 87 const struct tgsi_full_instruction *fullinst in tgsi_scan_shader() local 91 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST); in tgsi_scan_shader() 92 info->opcode_count[fullinst->Instruction.Opcode]++; in tgsi_scan_shader() 94 for (i = 0; i < fullinst->Instruction.NumSrcRegs; i++) { in tgsi_scan_shader() 96 &fullinst->Src[i]; in tgsi_scan_shader() 102 usage_mask = tgsi_util_get_inst_usage_mask(fullinst, i); in tgsi_scan_shader() 132 for (i = 0; i < fullinst->Instruction.NumDstRegs; i++) { in tgsi_scan_shader() 133 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i]; in tgsi_scan_shader() 299 struct tgsi_full_instruction *fullinst = in tgsi_is_passthrough_shader() local 302 &fullinst->Src[0]; in tgsi_is_passthrough_shader() [all …]
|
D | tgsi_transform.c | 166 struct tgsi_full_instruction *fullinst in tgsi_transform_shader() local 170 ctx->transform_instruction(ctx, fullinst); in tgsi_transform_shader() 172 ctx->emit_instruction(ctx, fullinst); in tgsi_transform_shader()
|