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

  /external/mesa3d/src/glsl/
ir_variable_refcount.h 57 this->mem_ctx = hieralloc_new(NULL);
opt_dead_functions.cpp 52 this->mem_ctx = hieralloc_new(NULL);
opt_structure_splitting.cpp 77 this->mem_ctx = hieralloc_new(NULL);
325 void *mem_ctx = hieralloc_new(NULL);
opt_dead_code_local.cpp 193 void *ctx = hieralloc_new(NULL);
opt_copy_propagation.cpp 74 mem_ctx = hieralloc_new(0);
opt_constant_propagation.cpp 81 mem_ctx = hieralloc_new(0);
linker.cpp     [all...]
  /external/mesa3d/src/talloc/
hieralloc.h 21 #define hieralloc_new(ctx) hieralloc_allocate(ctx, 0, "nw:" __location__) macro

Completed in 387 milliseconds