Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.h177 class FetchTCSIOParam : public FetchInstruction {
179 FetchTCSIOParam(GPRVector dst, PValue src, int offset);
Dsfn_instruction_fetch.cpp330 FetchTCSIOParam::FetchTCSIOParam(GPRVector dst, PValue src, int offset): in FetchTCSIOParam() function in r600::FetchTCSIOParam
Dsfn_shader_base.cpp542 emit_instruction(new FetchTCSIOParam(dest, src, offset)); in emit_load_tcs_param_base()