Searched refs:need_alloc (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 370 bool need_alloc = false; local in function:assemble 391 assert(!need_alloc); /* XXX */ 448 num_cf = write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 449 need_alloc = false; 475 num_cf = write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 476 need_alloc = false; 479 need_alloc |= need_new_alloc; 504 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 374 bool need_alloc = false; local in function:assemble 395 assert(!need_alloc); /* XXX */ 454 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 455 need_alloc = false; 481 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 482 need_alloc = false; 485 need_alloc |= need_new_alloc; 510 num_cf = write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec);
|
Completed in 4 milliseconds