Searched defs:st_src_reg_for_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp323 st_src_reg st_src_reg_for_type(int type, int val);
927 glsl_to_tgsi_visitor::st_src_reg_for_type(int type, int val) function in class:glsl_to_tgsi_visitor
2028 this->result, st_src_reg_for_type(index_reg.type, element_size));
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp323 st_src_reg st_src_reg_for_type(int type, int val);
927 glsl_to_tgsi_visitor::st_src_reg_for_type(int type, int val) function in class:glsl_to_tgsi_visitor
2028 this->result, st_src_reg_for_type(index_reg.type, element_size));

Completed in 73 milliseconds