Searched refs:add_field (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 362 void add_field(int slot, const glsl_type *type, int precision, 380 per_vertex_accumulator::add_field(int slot, const glsl_type *type, function in class:__anon505b80a70110::per_vertex_accumulator 1484 this->per_vertex_in.add_field(slot, type, precision, name, interp); 1487 this->per_vertex_out.add_field(slot, type, precision, name, interp);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | builtin_variables.cpp | 317 void add_field(int slot, const glsl_type *type, const char *name); 334 per_vertex_accumulator::add_field(int slot, const glsl_type *type, function in class:__anonc328bf340110::per_vertex_accumulator 1324 this->per_vertex_in.add_field(slot, type, name); 1327 this->per_vertex_out.add_field(slot, type, name);
|
Completed in 6 milliseconds