HomeSort by relevance Sort by last modified time
    Searched defs:ir_variable (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/glsl/
ir.cpp 130 ir_variable *
133 ir_variable *v = this->lhs->whole_variable_referenced();
1190 ir_dereference_variable::ir_dereference_variable(ir_variable *var)
1209 ir_dereference_array::ir_dereference_array(ir_variable *var,
1251 ir_dereference_record::ir_dereference_record(ir_variable *var,
1265 ir_variable *var = this->variable_referenced();
1484 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
    [all...]
ir.h 118 virtual class ir_variable * as_variable() { return NULL; }
176 virtual ir_variable *variable_referenced() const
191 virtual ir_variable *whole_variable_referenced()
299 * \sa ir_variable::state_slots
306 class ir_variable : public ir_instruction { class in inherits:ir_instruction
308 ir_variable(const struct glsl_type *, const char *, ir_variable_mode);
310 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
312 virtual ir_variable *as_variable()
593 * List of ir_variable of function parameters.
624 * ir_variable pointers, not variable names
    [all...]

Completed in 70 milliseconds