OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ir_type_max
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glsl/
ir.h
84
ir_type_max
/**< maximum ir_type enum number, for validation */
enumerator in enum:ir_node_type
[
all
...]
ir_validate.cpp
510
if (ir->ir_type <= ir_type_unset || ir->ir_type >=
ir_type_max
) {
Completed in 89 milliseconds