Searched refs:sub_inst (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 315 struct rc_pair_sub_instruction * sub_inst) in get_variable_pair_helper() argument 322 if (sub_inst->Opcode == RC_OPCODE_NOP) { in get_variable_pair_helper() 326 rc_get_readers_sub(c, inst, sub_inst, &reader_data, NULL, NULL, NULL); in get_variable_pair_helper() 332 if (sub_inst->WriteMask) { in get_variable_pair_helper() 334 writemask = sub_inst->WriteMask; in get_variable_pair_helper() 335 } else if (sub_inst->OutputWriteMask) { in get_variable_pair_helper() 337 writemask = sub_inst->OutputWriteMask; in get_variable_pair_helper() 342 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask, in get_variable_pair_helper()
|