Home
last modified time | relevance | path

Searched refs:launch_grid (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/gallium/tests/trivial/
Dcompute.c425 static void launch_grid(struct context *ctx, const uint *block_layout, in launch_grid() function
440 pipe->launch_grid(pipe, &info); in launch_grid()
512 launch_grid(ctx, (uint []){4, 3, 5}, (uint []){5, 4, 1}, 0, NULL); in test_system_values()
559 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){15, 12, 1}, 0, NULL); in test_resource_access()
625 launch_grid(ctx, (uint []){3, 3, 3}, (uint []){5, 4, 1}, 15, NULL); in test_function_calls()
671 launch_grid(ctx, (uint []){4, 1, 1}, (uint []){1, 1, 1}, 0, input); in test_input_global()
735 launch_grid(ctx, (uint []){16, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_private()
822 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_local()
882 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, NULL); in test_sample()
932 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 0, NULL); in test_many_kern()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_compute.c70 pipe->launch_grid(pipe, &info); in st_dispatch_compute_common()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h30 CALL(launch_grid)
Du_compute.c156 ctx->launch_grid(ctx, &grid_info); in util_compute_blit()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_compute.c192 pctx->launch_grid = panfrost_launch_grid; in panfrost_compute_context_init()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_pipe.h181 struct pipe_grid_info launch_grid; member
Ddd_draw.c638 dd_dump_launch_grid(state, &call->info.launch_grid, f); in dd_dump_call()
718 pipe_resource_reference(&dst->info.launch_grid.indirect, NULL); in dd_unreference_copy_of_call()
1345 record->call.info.launch_grid = *info; in dd_context_launch_grid()
1346 record->call.info.launch_grid.indirect = NULL; in dd_context_launch_grid()
1347 pipe_resource_reference(&record->call.info.launch_grid.indirect, info->indirect); in dd_context_launch_grid()
1350 pipe->launch_grid(pipe, info); in dd_context_launch_grid()
1739 CTX_INIT(launch_grid); in dd_init_draw_functions()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c525 ctx->launch_grid(ctx, info); in fd_launch_grid()
544 pctx->launch_grid = fd_launch_grid; in fd_draw_init()
Dfreedreno_context.h373 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member
/external/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c485 pipe->launch_grid(pipe, &info); in enc_LoadImage_common()
493 pipe->launch_grid(pipe, &info); in enc_LoadImage_common()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_compute.c226 ctx->launch_grid = fd6_launch_grid; in fd6_compute_init()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h509 void (*launch_grid)(struct pipe_context *context, member
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_compute.c233 ctx->launch_grid = fd5_launch_grid; in fd5_compute_init()
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c318 ctx->launch_grid = noop_launch_grid; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_dma_perf.c248 ctx->launch_grid(ctx, &info); in si_test_dma_perf()
Dgfx10_query.c457 sctx->b.launch_grid(&sctx->b, &grid); in gfx10_sh_query_get_result_resource()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c250 softpipe->pipe.launch_grid = softpipe_launch_grid; in softpipe_create_context()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query_hw_sm.c274 pipe->launch_grid(pipe, &info); in nv50_hw_sm_end_query()
Dnv50_context.c318 pipe->launch_grid = nv50_launch_grid; in nv50_create()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h871 void (*launch_grid)(struct pipe_context *context, member
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor_cs.c614 ctx->launch_grid(ctx, &info); in cs_launch()
/external/mesa3d/docs/relnotes/
D19.3.3.rst153 - radeonsi: don't invoke decompression inside internal launch_grid
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c408 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ? in nvc0_create()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c1060 context->gpu->launch_grid(context->gpu, info); in tegra_launch_grid()
1360 context->base.launch_grid = tegra_launch_grid; in tegra_screen_context_create()
/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp100 q.pipe->launch_grid(q.pipe, &info); in launch()

12