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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp8178 const glsl_type *earlier_per_vertex = NULL; local in function:ast_interface_block::hir
8193 earlier_per_vertex = earlier_gl_in->get_interface_type();
8211 earlier_per_vertex = earlier_gl_Position->get_interface_type();
8214 earlier_per_vertex = earlier_gl_out->get_interface_type();
8243 if (earlier_per_vertex == NULL) {
8252 int j = earlier_per_vertex->field_index(fields[i].name);
8259 earlier_per_vertex->fields.structure[j].location;
8261 earlier_per_vertex->fields.structure[j].offset;
8263 earlier_per_vertex->fields.structure[j].interpolation;
8265 earlier_per_vertex
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7918 const glsl_type *earlier_per_vertex = NULL; local in function:ast_interface_block::hir
7933 earlier_per_vertex = earlier_gl_in->get_interface_type();
7951 earlier_per_vertex = earlier_gl_Position->get_interface_type();
7954 earlier_per_vertex = earlier_gl_out->get_interface_type();
7983 if (earlier_per_vertex == NULL) {
7992 int j = earlier_per_vertex->field_index(fields[i].name);
7999 earlier_per_vertex->fields.structure[j].location;
8001 earlier_per_vertex->fields.structure[j].offset;
8003 earlier_per_vertex->fields.structure[j].interpolation;
8005 earlier_per_vertex
[all...]

Completed in 19 milliseconds