HomeSort by relevance Sort by last modified time
    Searched refs:attrib_binding (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
program_parser.h 43 unsigned attrib_binding; member in struct:asm_symbol
program_parse.y 806 set_src_reg(& $$, PROGRAM_INPUT, s->attrib_binding);
1114 s->attrib_binding = $4;
1115 state->InputsBound |= BITFIELD64_BIT(s->attrib_binding);
    [all...]

Completed in 366 milliseconds