Searched refs:set_frontend_noop (Results 1 – 8 of 8) sorted by relevance
54 CALL(set_frontend_noop)
2099 pipe->set_frontend_noop(pipe, payload->boolean); in tc_call_set_frontend_noop()2892 CTX_INIT(set_frontend_noop); in threaded_context_create()
532 void (*set_frontend_noop)(struct pipe_context *, member
391 ctx->set_frontend_noop = noop_set_frontend_noop; in noop_create_context()
111 st->pipe->set_frontend_noop(st->pipe, ctx->IntelBlackholeRender); in st_Enable()
564 sctx->b.set_frontend_noop = si_set_frontend_noop; in si_create_context()
7874 ctx->set_frontend_noop = iris_set_frontend_noop; in genX()
3502 - gallium/util: add set_frontend_noop into driver_noop and u_threaded_context