Home | History | Annotate | Download | only in glsl

Lines Matching full:ir_variable

62  * \param index         \c ir_variable containing the desired index
73 compare_index_block(exec_list *instructions, ir_variable *index,
106 ir_variable *const condition =
107 new(mem_ctx) ir_variable(condition_val->type,
133 deref_replacer(const ir_variable *variable_to_replace, ir_rvalue *value)
151 const ir_variable *variable_to_replace;
188 ir_variable *old_index;
191 ir_variable* var;
231 ir_variable* index;
237 switch_generator(const TFunction& generator, ir_variable *index,
357 const ir_variable *const var = deref->array->variable_referenced();
389 ir_variable *convert_dereference_array(ir_dereference_array *orig_deref,
405 ir_variable *var;
408 var = new(mem_ctx) ir_variable(orig_assign->rhs->type,
420 var = new(mem_ctx) ir_variable(orig_deref->type,
427 ir_variable *index =
428 new(mem_ctx) ir_variable(orig_deref->array_index->type,
485 ir_variable *var =