Searched refs:n_allocated_execs (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator_viewer.cpp59 int n_allocated_execs; member in struct:aub_file
72 if (unlikely(file->n_execs >= file->n_allocated_execs)) {
73 file->n_allocated_execs = MAX2(2U * file->n_allocated_execs,
77 file->n_allocated_execs * sizeof(file->execs[0]));
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator_viewer.cpp59 int n_allocated_execs; member in struct:aub_file
71 if (unlikely(file->n_execs >= file->n_allocated_execs)) {
72 file->n_allocated_execs = MAX2(2U * file->n_allocated_execs,
76 file->n_allocated_execs * sizeof(file->execs[0]));

Completed in 9 milliseconds