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

  /external/mesa3d/src/gallium/drivers/vc4/
vc4_cl.c 46 cl->base = reralloc(ralloc_parent(cl->base), cl->base, uint8_t, size);
vc4_qir.c 532 c->defs = reralloc(c, c->defs, struct qinst *,
735 c->uniform_data = reralloc(c, c->uniform_data,
738 c->uniform_contents = reralloc(c, c->uniform_contents,
vc4_qir_schedule.c 113 after->children = reralloc(after, after->children,
vc4_qpu.c 735 c->qpu_insts = reralloc(c, c->qpu_insts,
vc4_program.c 58 *regs = reralloc(c, *regs, struct qreg, *size);
766 c->input_slots = reralloc(c, c->input_slots,
798 c->output_slots = reralloc(c,
815 c->ubo_ranges = reralloc(c, c->ubo_ranges,
    [all...]
vc4_qpu_schedule.c 129 before->children = reralloc(before, before->children,
    [all...]
  /external/mesa3d/src/compiler/glsl/
link_uniform_block_active_visitor.cpp 124 ub_array->array_elements = reralloc(mem_ctx,
138 ub_array->array_elements = reralloc(mem_ctx,
197 (*ub_array)->array_elements = reralloc(this->mem_ctx,
link_uniform_blocks.cpp 535 *linked_blocks = reralloc(mem_ctx, *linked_blocks,
standalone.cpp 449 reralloc(whole_program, whole_program->Shaders,
link_uniforms.cpp     [all...]
linker.cpp     [all...]
ast_to_hir.cpp     [all...]
  /external/mesa3d/src/compiler/nir/
nir_liveness.c 72 block->live_in = reralloc(block, block->live_in, BITSET_WORD,
76 block->live_out = reralloc(block, block->live_out, BITSET_WORD,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_asm_annotation.c 91 annotation->ann = reralloc(annotation->mem_ctx, annotation->ann,
150 annotation->ann = reralloc(annotation->mem_ctx, annotation->ann,
brw_fs_combine_constants.cpp 163 table->imm = reralloc(mem_ctx, table->imm, struct imm, table->size);
brw_schedule_instructions.cpp 902 before->children = reralloc(mem_ctx, before->children,
905 before->child_latency = reralloc(mem_ctx, before->child_latency,
    [all...]
brw_eu_emit.c 822 p->store = reralloc(p->mem_ctx, p->store, brw_inst, p->store_size);
    [all...]
brw_vec4.cpp     [all...]
brw_fs_nir.cpp 263 nir_ssa_values = reralloc(mem_ctx, nir_ssa_values, fs_reg,
    [all...]
  /external/mesa3d/src/util/
ralloc.h 161 * \def reralloc(ctx, ptr, type, count)
177 #define reralloc(ctx, ptr, type, count) \ macro
register_allocate.c 239 reg1->conflict_list = reralloc(regs->regs, reg1->conflict_list,
306 regs->classes = reralloc(regs->regs, regs->classes, struct ra_class *,
404 g->nodes[n1].adjacency_list = reralloc(g, g->nodes[n1].adjacency_list,

Completed in 1082 milliseconds