/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_inlines.h | 15 ctx->base.launch_grid = ctx->launch_grid[ctx->pipeline_changed[1]]; in zink_select_launch_grid() 16 assert(ctx->base.launch_grid); in zink_select_launch_grid()
|
D | zink_context.h | 194 pipe_launch_grid_func launch_grid[2]; //batch changed member
|
D | zink_draw.cpp | 977 ctx->launch_grid[BATCH_CHANGED] = zink_launch_grid<BATCH_CHANGED>; in init_grid_batch_changed_functions() 1086 ctx->base.launch_grid = zink_invalid_launch_grid; in zink_init_grid_functions()
|
/third_party/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 …]
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_compute.c | 71 pipe->launch_grid(pipe, &info); in st_dispatch_compute_common()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 38 CALL(launch_grid)
|
D | u_compute.c | 157 ctx->launch_grid(ctx, &grid_info); in util_compute_blit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 194 ctx->launch_grid = fd5_launch_grid; in fd5_compute_init()
|
/third_party/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()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_compute.c | 209 ctx->launch_grid = fd6_launch_grid; in fd6_compute_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_pipe.h | 183 struct pipe_grid_info launch_grid; member
|
D | dd_draw.c | 646 dd_dump_launch_grid(state, &call->info.launch_grid, f); in dd_dump_call() 726 pipe_resource_reference(&dst->info.launch_grid.indirect, NULL); in dd_unreference_copy_of_call() 1357 record->call.info.launch_grid = *info; in dd_context_launch_grid() 1358 record->call.info.launch_grid.indirect = NULL; in dd_context_launch_grid() 1359 pipe_resource_reference(&record->call.info.launch_grid.indirect, info->indirect); in dd_context_launch_grid() 1362 pipe->launch_grid(pipe, info); in dd_context_launch_grid() 1810 CTX_INIT(launch_grid); in dd_init_draw_functions()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 574 ctx->launch_grid(ctx, info); in fd_launch_grid() 593 pctx->launch_grid = fd_launch_grid; in fd_draw_init()
|
D | freedreno_context.h | 480 void (*launch_grid)(struct fd_context *ctx, member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 250 softpipe->pipe.launch_grid = softpipe_launch_grid; in softpipe_create_context()
|
/third_party/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 | 345 pipe->launch_grid = nv50_launch_grid; in nv50_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 229 ctx->launch_grid(ctx, &info); in si_test_dma_perf()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor_cs.c | 614 ctx->launch_grid(ctx, &info); in cs_launch()
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.3.3.rst | 153 - radeonsi: don't invoke decompression inside internal launch_grid
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 472 ctx->launch_grid = noop_launch_grid; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 966 void (*launch_grid)(struct pipe_context *context, member
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 1089 context->gpu->launch_grid(context->gpu, info); in tegra_launch_grid() 1391 context->base.launch_grid = tegra_launch_grid; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 455 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ? in nvc0_create()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | kernel.cpp | 104 q.pipe->launch_grid(q.pipe, &info); in launch()
|