Searched refs:FetchTCSIOParam (Results 1 – 3 of 3) sorted by relevance
177 class FetchTCSIOParam : public FetchInstruction {179 FetchTCSIOParam(GPRVector dst, PValue src, int offset);
330 FetchTCSIOParam::FetchTCSIOParam(GPRVector dst, PValue src, int offset): in FetchTCSIOParam() function in r600::FetchTCSIOParam
542 emit_instruction(new FetchTCSIOParam(dest, src, offset)); in emit_load_tcs_param_base()