Searched refs:__executor_cmd_length (Results 1 – 1 of 1) sorted by relevance
23 #define __executor_cmd_length(cmd) cmd ## _length macro29 *_dst = executor_alloc_bytes(&ec->bo.batch, __executor_cmd_length(cmd) * 4); \32 VG(VALGRIND_CHECK_MEM_IS_DEFINED(_dst, __executor_cmd_length(cmd) * 4)); \