Searched refs:InputsBound (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprogram_parser.h199 GLbitfield64 InputsBound; member in struct:asm_parser_state
H A Dprogram_parse.y989 state->InputsBound |= BITFIELD64_BIT(s->attrib_binding);
2218 const GLbitfield64 inputs = state->prog->info.inputs_read | state->InputsBound;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprogram_parser.h200 GLbitfield64 InputsBound; member in struct:asm_parser_state
H A Dprogram_parse.y998 state->InputsBound |= BITFIELD64_BIT(s->attrib_binding);
2239 const GLbitfield64 inputs = state->prog->info.inputs_read | state->InputsBound;
/xsrc/external/mit/MesaLib.old/src/mesa/program/
H A Dprogram_parse.tab.c2787 state->InputsBound |= BITFIELD64_BIT(s->attrib_binding);
4742 const GLbitfield64 inputs = state->prog->info.inputs_read | state->InputsBound;
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dprogram_parse.tab.c3034 state->InputsBound |= BITFIELD64_BIT(s->attrib_binding);
5008 const GLbitfield64 inputs = state->prog->info.inputs_read | state->InputsBound;

Completed in 35 milliseconds