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

  /external/mesa3d/src/compiler/nir/
nir_sweep.c 39 foreach_list_typed(type, obj, node, list) { ralloc_steal(mem_ctx, obj); }
47 ralloc_steal(nir, src->reg.indirect);
56 ralloc_steal(nir, dest->reg.indirect);
64 ralloc_steal(nir, block);
67 ralloc_steal(nir, instr);
77 ralloc_steal(nir, iff);
91 ralloc_steal(nir, loop);
119 ralloc_steal(nir, impl);
121 ralloc_steal(nir, impl->params);
123 ralloc_steal(nir, impl->params[i])
    [all...]
nir_split_var_copies.c 227 ralloc_steal(state->dead_ctx, instr);
235 ralloc_steal(state->dead_ctx, instr);
nir_lower_io_to_temporaries.c 134 ralloc_steal(nvar, nvar->name);
nir_inline_functions.c 55 ralloc_steal(new_tail, new_tail->child);
nir_lower_phis_to_scalar.c 250 ralloc_steal(state->dead_ctx, phi);
nir_opt_copy_prop_vars.c 676 ralloc_steal(intrin, value.deref);
754 ralloc_steal(intrin, value.deref);
nir_from_ssa.c 505 ralloc_steal(state->dead_ctx, parent_instr);
533 ralloc_steal(state->dead_ctx, instr);
  /external/mesa3d/src/compiler/glsl/glcpp/
pp.c 237 ralloc_steal(ralloc_ctx, parser->output);
  /external/mesa3d/src/util/
ralloc.h 235 void ralloc_steal(const void *new_ctx, void *ptr);
240 * This effectively calls ralloc_steal(new_ctx, child) for all children of \p old_ctx.
497 * Same as ralloc_steal, but steals the linear parent node.
ralloc.c 285 ralloc_steal(const void *new_ctx, void *ptr) function
734 ralloc_steal(new_ralloc_ctx, node);
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 472 ralloc_steal(mem_ctx, nir);
620 ralloc_steal(mem_ctx, tcs_nir);
621 ralloc_steal(mem_ctx, tes_nir);
733 ralloc_steal(mem_ctx, nir);
861 ralloc_steal(mem_ctx, nir);
    [all...]
  /external/mesa3d/src/compiler/glsl/
glsl_to_nir.cpp 207 ralloc_steal(mem_ctx, this->deref_head);
    [all...]
lower_packing_builtins.cpp 74 ralloc_steal(factory.mem_ctx, op0);
    [all...]
ir.cpp     [all...]
linker.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_ra.c 576 ralloc_steal(ctx->g, ctx->instrd);
  /external/mesa3d/src/compiler/spirv/
spirv_to_nir.c     [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_program.c     [all...]

Completed in 320 milliseconds