Home | History | Annotate | Download | only in glsl

Lines Matching defs:ir_variable

111    virtual class ir_variable *          as_variable()         { return NULL; }
162 virtual ir_variable *variable_referenced()
177 virtual ir_variable *whole_variable_referenced()
242 class ir_variable : public ir_instruction {
244 ir_variable(const struct glsl_type *, const char *, ir_variable_mode);
246 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
248 virtual ir_variable *as_variable()
437 * List of ir_variable of function parameters.
612 ir_variable *counter;
668 ir_variable *whole_variable_written();
1303 virtual ir_variable *variable_referenced();
1332 virtual ir_variable *variable_referenced() = 0;
1338 ir_dereference_variable(ir_variable *var);
1353 virtual ir_variable *variable_referenced()
1358 virtual ir_variable *whole_variable_referenced()
1379 ir_variable *var;
1387 ir_dereference_array(ir_variable *var, ir_rvalue *array_index);
1402 virtual ir_variable *variable_referenced()
1426 ir_dereference_record(ir_variable *var, const char *field);
1436 virtual ir_variable *variable_referenced()