HomeSort by: relevance | last modified time | path
    Searched defs:ir_variable (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
ir.cpp 127 ir_variable *
130 ir_variable *v = this->lhs->whole_variable_referenced();
690 ir_variable *
1675 ir_dereference_variable::ir_dereference_variable(ir_variable *var)
1694 ir_dereference_array::ir_dereference_array(ir_variable *var,
1736 ir_dereference_record::ir_dereference_record(ir_variable *var,
1750 ir_variable *var = this->variable_referenced();
1979 ir_variable *
1986 bool ir_variable::temporaries_allocate_names = false;
1988 const char ir_variable::tmp_name[] = "compiler_temp"
1990 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
    [all...]
ir.h 247 virtual ir_variable *variable_referenced() const
262 virtual ir_variable *whole_variable_referenced()
352 * Note: an ir_variable that represents a named interface block uses
399 * \sa ir_variable::state_slots
422 class ir_variable : public ir_instruction { class in inherits:ir_instruction
424 ir_variable(const struct glsl_type *, const char *, ir_variable_mode);
426 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
460 * For the first declaration below, there will be an \c ir_variable named
462 * \c glsl_type. For the second declaration, there will be an \c ir_variable
615 return this->name != ir_variable::tmp_name &
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
ir.cpp 126 ir_variable *
129 ir_variable *v = this->lhs->whole_variable_referenced();
608 ir_variable *
1373 ir_dereference_variable::ir_dereference_variable(ir_variable *var)
1392 ir_dereference_array::ir_dereference_array(ir_variable *var,
1434 ir_dereference_record::ir_dereference_record(ir_variable *var,
1448 ir_variable *var = this->variable_referenced();
1677 ir_variable *
1684 bool ir_variable::temporaries_allocate_names = false;
1686 const char ir_variable::tmp_name[] = "compiler_temp"
1688 ir_variable::ir_variable(const struct glsl_type *type, const char *name, function in class:ir_variable
    [all...]
ir.h 244 virtual ir_variable *variable_referenced() const
259 virtual ir_variable *whole_variable_referenced()
349 * Note: an ir_variable that represents a named interface block uses
396 * \sa ir_variable::state_slots
419 class ir_variable : public ir_instruction { class in inherits:ir_instruction
421 ir_variable(const struct glsl_type *, const char *, ir_variable_mode);
423 virtual ir_variable *clone(void *mem_ctx, struct hash_table *ht) const;
457 * For the first declaration below, there will be an \c ir_variable named
459 * \c glsl_type. For the second declaration, there will be an \c ir_variable
612 return this->name != ir_variable::tmp_name &
    [all...]

Completed in 7 milliseconds