/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 425 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/ |
D | st_cb_compute.c | 70 pipe->launch_grid(pipe, &info); in st_dispatch_compute_common()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 30 CALL(launch_grid)
|
D | u_compute.c | 156 ctx->launch_grid(ctx, &grid_info); in util_compute_blit()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_compute.c | 192 pctx->launch_grid = panfrost_launch_grid; in panfrost_compute_context_init()
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_pipe.h | 181 struct pipe_grid_info launch_grid; member
|
D | dd_draw.c | 638 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/ |
D | freedreno_draw.c | 525 ctx->launch_grid(ctx, info); in fd_launch_grid() 544 pctx->launch_grid = fd_launch_grid; in fd_draw_init()
|
D | freedreno_context.h | 373 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member
|
/external/mesa3d/src/gallium/frontends/omx/ |
D | vid_enc_common.c | 485 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/ |
D | fd6_compute.c | 226 ctx->launch_grid = fd6_launch_grid; in fd6_compute_init()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 509 void (*launch_grid)(struct pipe_context *context, member
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 233 ctx->launch_grid = fd5_launch_grid; in fd5_compute_init()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 318 ctx->launch_grid = noop_launch_grid; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 248 ctx->launch_grid(ctx, &info); in si_test_dma_perf()
|
D | gfx10_query.c | 457 sctx->b.launch_grid(&sctx->b, &grid); in gfx10_sh_query_get_result_resource()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 250 softpipe->pipe.launch_grid = softpipe_launch_grid; in softpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_query_hw_sm.c | 274 pipe->launch_grid(pipe, &info); in nv50_hw_sm_end_query()
|
D | nv50_context.c | 318 pipe->launch_grid = nv50_launch_grid; in nv50_create()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 871 void (*launch_grid)(struct pipe_context *context, member
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_cs.c | 614 ctx->launch_grid(ctx, &info); in cs_launch()
|
/external/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 153 - radeonsi: don't invoke decompression inside internal launch_grid
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 408 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ? in nvc0_create()
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1060 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/ |
D | kernel.cpp | 100 q.pipe->launch_grid(q.pipe, &info); in launch()
|