Home
last modified time | relevance | path

Searched refs:unref_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_simulator.c286 int unref_count = 0;
289 unref_count++;
293 state->bo_count = exec->bo_count + unref_count + 1;
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator.c288 int unref_count = 0; in vc4_dump_to_file() local
291 unref_count++; in vc4_dump_to_file()
295 state->bo_count = exec->bo_count + unref_count + 1; in vc4_dump_to_file()