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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h49 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
52 * \c ir_instruction::ir_type to find out the actual type of the object.
55 * \c ir_instruction::ir_type to select different behavior for different object
62 * \c ir_instruction::ir_type has not been initialized.
82 ir_type_max /**< maximum ir_type enum number, for validation */
90 enum ir_node_type ir_type; member in class:ir_instruction
138 ir_type = ir_type_unset;
720 ir_type = ir_type_if;
1134 ir_type = ir_type_call;
1207 ir_type
[all...]
/external/mesa3d/src/glsl/
H A Dir.h49 * enumerant. The value for the type is stored in \c ir_instruction::ir_type
52 * \c ir_instruction::ir_type to find out the actual type of the object.
55 * \c ir_instruction::ir_type to select different behavior for different object
62 * \c ir_instruction::ir_type has not been initialized.
82 ir_type_max /**< maximum ir_type enum number, for validation */
90 enum ir_node_type ir_type; member in class:ir_instruction
138 ir_type = ir_type_unset;
720 ir_type = ir_type_if;
1134 ir_type = ir_type_call;
1207 ir_type
[all...]

Completed in 30 milliseconds