Home | History | Annotate | Download | only in glsl

Lines Matching full:ir_constant

318 ir_constant *
319 ir_constant::clone(void *mem_ctx, struct hash_table *ht) const
328 return new(mem_ctx) ir_constant(this->type, &this->value);
331 ir_constant *c = new(mem_ctx) ir_constant;
337 ir_constant *const orig = (ir_constant *) node;
346 ir_constant *c = new(mem_ctx) ir_constant;
349 c->array_elements = hieralloc_array(c, ir_constant *, this->type->length);