Searched refs:canonicalize_gather_offset (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp361 st_src_reg canonicalize_gather_offset(st_src_reg offset);
4208 glsl_to_tgsi_visitor::canonicalize_gather_offset(st_src_reg offset) function in class:glsl_to_tgsi_visitor
4398 offset[i] = canonicalize_gather_offset(offset[i]);
4401 offset[0] = canonicalize_gather_offset(this->result);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp361 st_src_reg canonicalize_gather_offset(st_src_reg offset);
4319 glsl_to_tgsi_visitor::canonicalize_gather_offset(st_src_reg offset) function in class:glsl_to_tgsi_visitor
4509 offset[i] = canonicalize_gather_offset(offset[i]);
4512 offset[0] = canonicalize_gather_offset(this->result);

Completed in 18 milliseconds