OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 73 milliseconds