Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/executor/
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()
Dexecutor.h67 void *executor_alloc_bytes(executor_bo *bo, uint32_t size);
Dexecutor_main.c267 executor_alloc_bytes(executor_bo *bo, uint32_t size) in executor_alloc_bytes() function