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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp8181 * the named interface block gl_in, we can find it by looking at the
8182 * previous declaration of gl_in. Otherwise we can find it by looking
8192 state->symbols->get_variable("gl_in")) {
8201 strcmp(this->instance_name, "gl_in") != 0 || this->array_specifier == NULL ||
8205 "gl_in[]");
9016 if (ir_variable *gl_in = state->symbols->get_variable("gl_in")) local in function:remove_per_vertex_blocks
9017 per_vertex = gl_in->get_interface_type();
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7921 * the named interface block gl_in, we can find it by looking at the
7922 * previous declaration of gl_in. Otherwise we can find it by looking
7932 state->symbols->get_variable("gl_in")) {
7941 strcmp(this->instance_name, "gl_in") != 0 || this->array_specifier == NULL ||
7945 "gl_in[]");
8748 if (ir_variable *gl_in = state->symbols->get_variable("gl_in")) local in function:remove_per_vertex_blocks
8749 per_vertex = gl_in->get_interface_type();

Completed in 21 milliseconds