HomeSort by relevance Sort by last modified time
    Searched refs:hieralloc_array (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/talloc/
hieralloc.h 24 #define hieralloc_array(ctx, type, count) (type *)hieralloc_allocate(ctx, sizeof(type) * count, "ar:"#type) macro
  /external/mesa3d/src/glsl/
opt_structure_splitting.cpp 336 entry->components = hieralloc_array(mem_ctx,
glsl_types.cpp 93 this->fields.structure = hieralloc_array(this->mem_ctx,
ir_clone.cpp 349 c->array_elements = hieralloc_array(c, ir_constant *, this->type->length);
ir.cpp 517 this->array_elements = hieralloc_array(this, ir_constant *, type->length);
    [all...]
ast_to_hir.cpp     [all...]

Completed in 143 milliseconds