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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c468 bool need_new_alloc = buffer != alloc.buffer_select; local in function:assemble
472 need_new_alloc = true;
474 if (need_new_alloc && exec.count) {
479 need_alloc |= need_new_alloc;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c473 bool need_new_alloc = buffer != alloc.buffer_select; local in function:assemble
477 need_new_alloc = true;
479 if (need_new_alloc && exec.count) {
485 need_alloc |= need_new_alloc;

Completed in 4 milliseconds