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

  /external/mesa3d/src/mesa/program/
prog_parameter.h 98 class ir_variable;
100 typedef struct ir_variable ir_variable; typedef in typeref:struct:ir_variable
  /external/mesa3d/src/glsl/
ir.cpp 125 ir_variable *
128 ir_variable *v = this->lhs->whole_variable_referenced();
955 ir_dereference_variable::ir_dereference_variable(ir_variable *var)
972 ir_dereference_array::ir_dereference_array(ir_variable *var,
1014 ir_dereference_record::ir_dereference_record(ir_variable *var,
1044 ir_variable *var = this->variable_referenced();
1259 ir_variable *
1266 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
    [all...]
ir.h 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 { class in inherits: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()
    [all...]

Completed in 916 milliseconds