HomeSort by: relevance | last modified time | path
    Searched defs:slot_end (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_varyings.cpp 1967 unsigned slot_end = *location + num_components - 1; local
1975 while (slot_end < MAX_VARYING * 4u) {
1976 const unsigned slots = (slot_end / 4u) - (*location / 4u) + 1;
1986 slot_end = *location + num_components - 1;
1989 if (!var->data.patch && slot_end >= MAX_VARYING * 4u) {
1997 if (slot_end < MAX_VARYINGS_INCL_PATCH * 4u) {
1998 for (unsigned j = *location / 4u; j < slot_end / 4u; j++)
2000 components[slot_end / 4u] = (slot_end & 3) + 1;
2005 *location = slot_end + 1
    [all...]

Completed in 42 milliseconds