Home
last modified time | relevance | path

Searched refs:executor_alloc_bytes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/executor/
H A Dexecutor_genx.c29 *_dst = executor_alloc_bytes(&ec->bo.batch, __executor_cmd_length(cmd) * 4); \
97 uint32_t *kernel = executor_alloc_bytes(&ec->bo.extra, params->kernel_size); in genX()
H A Dexecutor.h67 void *executor_alloc_bytes(executor_bo *bo, uint32_t size);
H A Dexecutor_main.c265 executor_alloc_bytes(executor_bo *bo, uint32_t size) in executor_alloc_bytes() function