Searched refs:cfs (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 331 write_cfs(struct ir2_context *ctx, instr_cf_t * cfs, unsigned cf_idx, argument 337 cfs[cf_idx++].alloc = *alloc; 344 cfs[cf_idx++].exec = *exec; 358 instr_cf_t cfs[384]; 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); 475 num_cf = write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 504 write_cfs(ctx, cfs, num_c [all...] |
| H A D | disasm-a2xx.c | 597 instr_cf_t *cfs = (instr_cf_t *)dwords; local in function:disasm_a2xx 601 instr_cf_t *cf = &cfs[idx]; 609 instr_cf_t *cf = &cfs[idx];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_assemble.c | 334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx, argument 340 cfs[cf_idx++].alloc = *alloc; 347 cfs[cf_idx++].exec = *exec; 362 instr_cf_t cfs[384]; 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){ 454 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 481 write_cfs(ctx, cfs, num_cf, need_alloc ? &alloc : NULL, &exec); 510 num_cf = write_cfs(ctx, cfs, num_c [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/ |
| H A D | disasm-a2xx.c | 623 instr_cf_t *cfs = (instr_cf_t *)dwords; local in function:disasm_a2xx 627 instr_cf_t *cf = &cfs[idx]; 635 instr_cf_t *cf = &cfs[idx];
|
Completed in 7 milliseconds