Searched refs:num_cf (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 | 355 /* hw seems to have a limit of 384 (num_cf/2+num_instr <= 384) 361 unsigned num_cf = 0; local in function:assemble 381 cfs[num_cf++].alloc = alloc; 395 num_cf = write_cfs(ctx, cfs, num_cf, NULL, &exec); 397 cfs[num_cf++].jmp_call = (instr_cf_jmp_call_t) { 448 num_cf = write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 454 block_addr[++block_idx] = num_cf; 475 num_cf [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 359 /* hw seems to have a limit of 384 (num_cf/2+num_instr <= 384) 365 unsigned num_cf = 0; local in function:assemble 385 cfs[num_cf++].alloc = alloc; 399 num_cf = write_cfs(ctx, cfs, num_cf, NULL, &exec); 401 cfs[num_cf++].jmp_call = (instr_cf_jmp_call_t){ 453 num_cf = 454 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 460 block_addr[++block_idx] = num_cf; 480 num_cf [all...] |
Completed in 17 milliseconds