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

/external/mesa3d/src/glsl/
H A Dir_set_program_inouts.cpp27 * Sets the InputsRead and OutputsWritten of Mesa programs.
33 * provides support for setting InputsRead and OutputsWritten right
73 * InputsRead/OutputsWritten, everything but matrices uses one
76 * than InputsRead/OutputsWritten.
81 prog->InputsRead |= BITFIELD64_BIT(var->location + offset + i);
159 prog->InputsRead = 0;
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1775 GLbitfield InputsRead; /**< Bitmask of which input regs are read */ member in struct:gl_program

Completed in 177 milliseconds