Home
last modified time | relevance | path

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

/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Dgem_exec_big.c56 static void exec1(int fd, uint32_t handle, uint64_t reloc_ofs, unsigned flags, char *ptr) in exec1()
130 #define reloc_ofs(N, T) ((((N)+1) << 12) - 4*(1 + ((N) == ((T)-1)))) in execN() macro
204 uint64_t batch_size, max, ggtt_max, reloc_ofs; in exhaustive() local