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/
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/drivers/freedreno/
H A Dfreedreno_program.c207 if (ctx->flags & PIPE_CONTEXT_COMPUTE_ONLY) in fd_prog_init()
244 if (ctx->flags & PIPE_CONTEXT_COMPUTE_ONLY) in fd_prog_fini()
H A Dfreedreno_context.c694 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in fd_context_init_tc()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c169 PIPE_CONTEXT_COMPUTE_ONLY); in si_init_aux_async_compute_ctx()
462 if (!sscreen->info.has_graphics && !(flags & PIPE_CONTEXT_COMPUTE_ONLY)) { in si_create_context()
478 sctx->has_graphics = sscreen->info.gfx_level == GFX6 || !(flags & PIPE_CONTEXT_COMPUTE_ONLY); in si_create_context()
815 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in si_create_context()
876 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in si_pipe_create_context()
1421 (sscreen->info.has_graphics ? 0 : PIPE_CONTEXT_COMPUTE_ONLY)); in radeonsi_screen_create_impl()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_context.c384 if (flags & PIPE_CONTEXT_COMPUTE_ONLY) in iris_create_context()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h409 #define PIPE_CONTEXT_COMPUTE_ONLY (1 << 0) macro
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h903 flags |= PIPE_CONTEXT_COMPUTE_ONLY; in pipe_create_multimedia_context()
H A Du_tests.c1048 ctx = screen->context_create(screen, NULL, PIPE_CONTEXT_COMPUTE_ONLY); in util_run_tests()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe_common.c608 (context_flags & PIPE_CONTEXT_COMPUTE_ONLY)) in r600_common_context_init()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c4646 if (!(flags & PIPE_CONTEXT_PREFER_THREADED) || flags & PIPE_CONTEXT_COMPUTE_ONLY) { in zink_context_create()

Completed in 21 milliseconds