Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp318 st_src_reg canonicalize_gather_offset(st_src_reg offset);
4040 glsl_to_tgsi_visitor::canonicalize_gather_offset(st_src_reg offset) in canonicalize_gather_offset() function in glsl_to_tgsi_visitor
4187 offset[i] = canonicalize_gather_offset(offset[i]); in visit()
4190 offset[0] = canonicalize_gather_offset(this->result); in visit()