Home
last modified time | relevance | path

Searched refs:ralloc_array_size (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/util/
Dralloc.h158 ((type *) ralloc_array_size(ctx, sizeof(type), count))
227 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
Dralloc.c213 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c1083 .info = ralloc_array_size(c, sizeof(c->nodes.info[0]), in v3d_register_allocate()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c440 types = ralloc_array_size(ctx->mem_ctx, sizeof(SpvId), length); in get_glsl_type()
4415 ctx.defs = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
4424 ctx.resident_defs = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
4432 ctx.regs = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
4438 SpvId *block_ids = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
/third_party/mesa3d/src/intel/perf/
Dintel_perf.c657 ralloc_array_size(perf, sizeof(counter_infos[0]), max_counters); in build_unique_counter_list()
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c3626 ralloc_array_size(mem_ctx, sizeof(struct sh_incl_path_entry *), count); in _mesa_CompileShaderIncludeARB()