Searched refs:should_defer (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dfunctions.c77 static bool should_defer(int func);
157 if(should_defer(func)) {
413 should_defer(int func) function in typeref:typename:bool
471 if(should_defer(mitem->func)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_sched.c562 should_defer(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr) function in typeref:typename:bool
638 if (defer && should_defer(ctx, n->instr))
734 if (defer && should_defer(ctx, n->instr))
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_ringbuffer_sp.c455 should_defer(struct fd_submit *submit) function in typeref:typename:bool
514 if ((in_fence_fd == -1) && !out_fence && !has_shared && should_defer(submit)) {

Completed in 5 milliseconds