Home
last modified time | relevance | path

Searched refs:instr_cf_t (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/ir2/
H A Ddisasm-a2xx.c498 cf_exec(instr_cf_t *cf) in cf_exec()
508 cf_cond_exec(instr_cf_t *cf) in cf_cond_exec()
517 print_cf_nop(instr_cf_t *cf) in print_cf_nop()
522 print_cf_exec(instr_cf_t *cf) in print_cf_exec()
538 print_cf_loop(instr_cf_t *cf) in print_cf_loop()
546 print_cf_jmp_call(instr_cf_t *cf) in print_cf_jmp_call()
560 print_cf_alloc(instr_cf_t *cf) in print_cf_alloc()
577 void (*fxn)(instr_cf_t *cf);
600 print_cf(instr_cf_t *cf, int level) in print_cf()
623 instr_cf_t *cf in disasm_a2xx()
[all...]
H A Dinstr-a2xx.h264 } instr_cf_t; typedef
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx, in write_cfs()
362 instr_cf_t cfs[384]; in assemble()
514 cfs[num_cf++] = (instr_cf_t){.opc = NOP}; in assemble()
H A Dfd2_gmem.c582 instr_cf_t *cf =
583 *util_dynarray_element(&batch->shader_patches, instr_cf_t *, i);

Completed in 6 milliseconds