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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.cpp130 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();
1477 ir_variable *
1484 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
1510 ir_variable
[all...]
H A Dir.h118 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 pointer
[all...]
/external/mesa3d/src/glsl/
H A Dir.cpp130 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();
1477 ir_variable *
1484 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
1510 ir_variable
[all...]
H A Dir.h118 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 pointer
[all...]

Completed in 743 milliseconds