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

  /external/chromium_org/third_party/mesa/src/src/glsl/
ir.h 299 * \sa ir_variable::state_slots
483 * Once set at variable creation, \c state_slots must remain invariant.
489 * \c state_slots will be \c NULL.
493 ir_state_slot *state_slots; /**< State descriptors. */ member in class:ir_variable
    [all...]
  /external/mesa3d/src/glsl/
ir.h 299 * \sa ir_variable::state_slots
483 * Once set at variable creation, \c state_slots must remain invariant.
489 * \c state_slots will be \c NULL.
493 ir_state_slot *state_slots; /**< State descriptors. */ member in class:ir_variable
    [all...]

Completed in 2922 milliseconds