Home
last modified time | relevance | path

Searched refs:context_create (Results 1 - 25 of 65) sorted by relevance

123

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp49 pipe = dev.pipe->context_create(dev.pipe, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in command_queue()
75 pipe = dev.pipe->context_create(dev.pipe, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in command_queue()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_screen.c216 result = screen->context_create(screen, priv, flags); in rbug_screen_context_create()
475 rb_screen->base.context_create = rbug_screen_context_create; in rbug_screen_create()
495 rb_screen->private_context = screen->context_create(screen, NULL, 0); in rbug_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_screen.c120 pscreen->context_create = fd4_context_create; in fd4_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_screen.c141 pscreen->context_create = fd5_context_create; in fd5_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_screen.c123 pscreen->context_create = fd2_context_create; in fd2_screen_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_screen.c115 pscreen->context_create = fd3_context_create; in fd3_screen_init()
/third_party/mesa3d/src/gallium/winsys/nouveau/drm/
H A Dnouveau_drm_winsys.c119 if (!screen || !screen->base.context_create) in nouveau_drm_screen_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_screen.c166 pscreen->context_create = fd6_context_create; in fd6_screen_init()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dclear.c64 ctx = screen->context_create(screen, NULL, 0); in init()
H A Dtri-gs.c203 ctx = screen->context_create(screen, NULL, 0); in init()
H A Dshader-leak.c196 ctx = screen->context_create(screen, NULL, 0); in init()
H A Dgraw_util.h65 info->ctx = info->screen->context_create(info->screen, NULL, 0); in graw_util_create_window()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xlib_swrast.c110 vscreen->pipe = vscreen->base.pscreen->context_create(vscreen->base.pscreen, NULL, 0); in vl_xlib_swrast_screen_create()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h189 struct pipe_context * (*context_create)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c578 screen->base.base.context_create = NULL; \
650 pscreen->context_create = nv30_context_create; in nv30_screen_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_screen.c142 screen->context_create(screen, priv, flags)); in dd_screen_context_create()
631 dscreen->base.context_create = dd_screen_context_create; in ddebug_screen_create()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c700 rscreen->b.b.context_create = r600_create_context; in r600_screen_create()
762 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c305 wsw->pipe = screen->context_create(screen, NULL, 0); in wrapper_sw_winsys_wrap_pipe_screen()
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c418 pipe = xstfb->screen->context_create(xstfb->screen, NULL, 0); in xmesa_get_context()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c98 p->pipe = p->screen->context_create(p->screen, NULL, 0); in init_prog()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_dma_perf.c44 struct pipe_context *ctx = screen->context_create(screen, NULL, 0); in si_test_dma_perf()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_screen.c603 screen->base.context_create = softpipe_create_context; in softpipe_create_screen()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.c559 pscreen->context_create = vc4_context_create; in vc4_screen_create()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h524 (*context_create)(struct svga_winsys_screen *sws); member
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c242 pipe = vscreen->pscreen->context_create(vscreen->pscreen, NULL, 0); in XvMCCreateContext()

Completed in 15 milliseconds

123