Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dralloc.h141 ((type *) ralloc_array_size(ctx, sizeof(type), count))
188 void *ralloc_array_size(const void *ctx, size_t size, unsigned count);
H A Dralloc.c167 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dralloc.h158 ((type *) ralloc_array_size(ctx, sizeof(type), count))
227 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
H A Dralloc.c232 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h158 ((type *) ralloc_array_size(ctx, sizeof(type), count))
227 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
H A Dralloc.c218 ralloc_array_size(const void *ctx, size_t size, unsigned count) in ralloc_array_size() function
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir_register_allocate.c1396 .info = ralloc_array_size(c, sizeof(c->nodes.info[0]), in v3d_register_allocate()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c619 types = ralloc_array_size(ctx->mem_ctx, sizeof(SpvId), length); in get_glsl_type()
4837 ctx.def_types = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
4853 SpvId *block_ids = ralloc_array_size(ctx.mem_ctx, in nir_to_spirv()
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dshaderapi.c3615 ralloc_array_size(mem_ctx, sizeof(struct sh_incl_path_entry *), count); in _mesa_CompileShaderIncludeARB()