Home
last modified time | relevance | path

Searched refs:PIPE_CONTEXT_COMPUTE_ONLY (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp48 pipe = dev.pipe->context_create(dev.pipe, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in command_queue()
74 pipe = dev.pipe->context_create(dev.pipe, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in command_queue()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c162 PIPE_CONTEXT_COMPUTE_ONLY); in si_init_aux_async_compute_ctx()
454 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY)) in si_create_context()
465 sctx->has_graphics = sscreen->info.chip_class == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY); in si_create_context()
796 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in si_create_context()
851 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in si_pipe_create_context()
1407 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in radeonsi_screen_create_impl()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c376 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h409 #define PIPE_CONTEXT_COMPUTE_ONLY (1 << 0) macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c688 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in fd_context_init_tc()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h903 flags |= PIPE_CONTEXT_COMPUTE_ONLY; in pipe_create_multimedia_context()
Du_tests.c1048 ctx = screen->context_create(screen, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in util_run_tests()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c608 (context_flags & PIPE_CONTEXT_COMPUTE_ONLY)) in r600_common_context_init()
/third_party/mesa3d/docs/gallium/
Dscreen.rst26 only be created with PIPE_CONTEXT_COMPUTE_ONLY.
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4243 if (!(flags & PIPE_CONTEXT_PREFER_THREADED) || flags & PIPE_CONTEXT_COMPUTE_ONLY) { in zink_context_create()