Home
last modified time | relevance | path

Searched refs:sub_inst (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_variable.c316 struct rc_pair_sub_instruction * sub_inst) in get_variable_pair_helper() argument
323 if (sub_inst->Opcode == RC_OPCODE_NOP) { in get_variable_pair_helper()
327 rc_get_readers_sub(c, inst, sub_inst, &reader_data, NULL, NULL, NULL); in get_variable_pair_helper()
333 if (sub_inst->WriteMask) { in get_variable_pair_helper()
335 writemask = sub_inst->WriteMask; in get_variable_pair_helper()
336 } else if (sub_inst->OutputWriteMask) { in get_variable_pair_helper()
338 writemask = sub_inst->OutputWriteMask; in get_variable_pair_helper()
343 new_var = rc_variable(c, file, sub_inst->DestIndex, writemask, in get_variable_pair_helper()