Home
last modified time | relevance | path

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

/external/igt-gpu-tools/assembler/
Dralloc.h141 ((type *) ralloc_array_size(ctx, sizeof(type), count))
188 void *ralloc_array_size(const void *ctx, size_t size, unsigned count);
Dralloc.c167 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/external/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.c232 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2513 ctx.defs = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
2520 ctx.regs = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
2526 SpvId *block_ids = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
/external/mesa3d/src/intel/perf/
Dgen_perf.c653 ralloc_array_size(perf, sizeof(counter_infos[0]), max_counters); in build_unique_counter_list()
/external/mesa3d/src/mesa/main/
Dshaderapi.c3579 ralloc_array_size(mem_ctx, sizeof(struct sh_incl_path_entry *), count); in _mesa_CompileShaderIncludeARB()