Searched refs:inout_decl (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 158 struct inout_decl { struct 170 static struct inout_decl * 171 find_inout_array(struct inout_decl *decls, unsigned count, unsigned array_id) 176 struct inout_decl *decl = &decls[i]; 187 find_array_type(struct inout_decl *decls, unsigned count, unsigned array_id) 191 struct inout_decl *decl = find_inout_array(decls, count, array_id); 221 struct inout_decl inputs[4 * PIPE_MAX_SHADER_INPUTS]; 224 struct inout_decl outputs[4 * PIPE_MAX_SHADER_OUTPUTS]; 2514 struct inout_decl *decl = &inputs[num_inputs]; 2558 struct inout_decl *dec [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi.cpp | 156 struct inout_decl { struct 168 static struct inout_decl * 169 find_inout_array(struct inout_decl *decls, unsigned count, unsigned array_id) 174 struct inout_decl *decl = &decls[i]; 185 find_array_type(struct inout_decl *decls, unsigned count, unsigned array_id) 189 struct inout_decl *decl = find_inout_array(decls, count, array_id); 219 struct inout_decl inputs[4 * PIPE_MAX_SHADER_INPUTS]; 222 struct inout_decl outputs[4 * PIPE_MAX_SHADER_OUTPUTS]; 2604 struct inout_decl *decl = &inputs[num_inputs]; 2648 struct inout_decl *dec [all...] |
Completed in 11 milliseconds