Home
last modified time | relevance | path

Searched defs:rzalloc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/igt-gpu-tools/assembler/
H A Dralloc.h79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) macro
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dralloc.h79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) macro
/aosp_15_r20/external/mesa3d/src/util/
H A Dralloc.h79 #define rzalloc(ctx, type) ((type *) rzalloc_size(ctx, sizeof(type))) macro