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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Ddisasm-a2xx.c475 static int cf_exec(instr_cf_t *cf)
487 static int cf_cond_exec(instr_cf_t *cf)
497 static void print_cf_nop(instr_cf_t *cf)
501 static void print_cf_exec(instr_cf_t *cf)
516 static void print_cf_loop(instr_cf_t *cf)
523 static void print_cf_jmp_call(instr_cf_t *cf)
536 static void print_cf_alloc(instr_cf_t *cf)
553 void (*fxn)(instr_cf_t *cf);
575 static void print_cf(instr_cf_t *cf, int level)
597 instr_cf_t *cf
[all...]
H A Dir2_assemble.c331 write_cfs(struct ir2_context *ctx, instr_cf_t * cfs, unsigned cf_idx,
358 instr_cf_t cfs[384];
508 cfs[num_cf++] = (instr_cf_t) {
H A Dinstr-a2xx.h267 } instr_cf_t; typedef in typeref:union:PACKED
H A Dfd2_gmem.c575 instr_cf_t *cf =
576 *util_dynarray_element(&batch->shader_patches, instr_cf_t*, i);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Ddisasm-a2xx.c498 cf_exec(instr_cf_t *cf)
508 cf_cond_exec(instr_cf_t *cf)
517 print_cf_nop(instr_cf_t *cf)
522 print_cf_exec(instr_cf_t *cf)
538 print_cf_loop(instr_cf_t *cf)
546 print_cf_jmp_call(instr_cf_t *cf)
560 print_cf_alloc(instr_cf_t *cf)
577 void (*fxn)(instr_cf_t *cf);
600 print_cf(instr_cf_t *cf, int level)
623 instr_cf_t *cf
[all...]
H A Dinstr-a2xx.h264 } instr_cf_t; typedef in typeref:union:PACKED
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dir2_assemble.c334 write_cfs(struct ir2_context *ctx, instr_cf_t *cfs, unsigned cf_idx,
362 instr_cf_t cfs[384];
514 cfs[num_cf++] = (instr_cf_t){.opc = NOP};
H A Dfd2_gmem.c582 instr_cf_t *cf =
583 *util_dynarray_element(&batch->shader_patches, instr_cf_t *, i);

Completed in 10 milliseconds