Searched defs:ir_type (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/glsl/
H A Dir.h51 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
54 * \c ir_instruction::ir_type to find out the actual type of the object.
57 * \c ir_instruction::ir_type to select different behavior for different object
64 * \c ir_instruction::ir_type has not been initialized.
84 ir_type_max /**< maximum ir_type enum number, for validation */
92 enum ir_node_type ir_type; member in class:ir_instruction
131 ir_type = ir_type_unset;
539 ir_type = ir_type_if;
931 ir_type = ir_type_call;
1002 this->ir_type
[all...]

Completed in 82 milliseconds