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

/external/mesa3d/src/glsl/
H A Dir.h48 * Each concrete class derived from \c ir_instruction has a value in this
49 * 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.
88 class ir_instruction : public exec_node { class in inherits:exec_node
93 * GCC 4.7+ and clang warn when deleting an ir_instruction unless
98 virtual ~ir_instruction()
107 virtual ir_instruction *clone(void *mem_ctx,
136 ir_instruction() function in class:ir_instruction
[all...]

Completed in 48 milliseconds