Searched refs:ralloc_array_size (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/util/ |
D | ralloc.h | 158 ((type *) ralloc_array_size(ctx, sizeof(type), count)) 227 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
|
D | ralloc.c | 213 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
|
/third_party/mesa3d/src/broadcom/compiler/ |
D | vir_register_allocate.c | 1083 .info = ralloc_array_size(c, sizeof(c->nodes.info[0]), in v3d_register_allocate()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 440 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/ |
D | intel_perf.c | 657 ralloc_array_size(perf, sizeof(counter_infos[0]), max_counters); in build_unique_counter_list()
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 3626 ralloc_array_size(mem_ctx, sizeof(struct sh_incl_path_entry *), count); in _mesa_CompileShaderIncludeARB()
|