/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 | 69 pipe->launch_grid(pipe, &info); in st_dispatch_compute_common()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 28 CALL(launch_grid)
|
D | u_threaded_context.c | 2070 pipe->launch_grid(pipe, p); in tc_call_launch_grid() 2567 CTX_INIT(launch_grid); in threaded_context_create()
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_draw.c | 560 dd_dump_launch_grid(state, &call->info.launch_grid, f); in dd_dump_call() 636 pipe_resource_reference(&dst->info.launch_grid.indirect, NULL); in dd_unreference_copy_of_call() 1237 record->call.info.launch_grid = *info; in dd_context_launch_grid() 1238 record->call.info.launch_grid.indirect = NULL; in dd_context_launch_grid() 1239 pipe_resource_reference(&record->call.info.launch_grid.indirect, info->indirect); in dd_context_launch_grid() 1242 pipe->launch_grid(pipe, info); in dd_context_launch_grid() 1629 CTX_INIT(launch_grid); in dd_init_draw_functions()
|
D | dd_pipe.h | 174 struct pipe_grid_info launch_grid; member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 497 ctx->launch_grid(ctx, info); in fd_launch_grid() 514 pctx->launch_grid = fd_launch_grid; in fd_draw_init()
|
D | freedreno_context.h | 312 void (*launch_grid)(struct fd_context *ctx, const struct pipe_grid_info *info); member
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_compute.c | 215 ctx->launch_grid = fd5_launch_grid; in fd5_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/noop/ |
D | noop_state.c | 303 ctx->launch_grid = noop_launch_grid; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 710 void (*launch_grid)(struct pipe_context *context, member
|
/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/drivers/softpipe/ |
D | sp_context.c | 241 softpipe->pipe.launch_grid = softpipe_launch_grid; in softpipe_create_context()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_context.c | 399 pipe->launch_grid = (nvc0->screen->base.class_3d >= NVE4_3D_CLASS) ? in nvc0_create()
|
D | nvc0_query_hw_sm.c | 2587 pipe->launch_grid(pipe, &info); in nvc0_hw_sm_end_query()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | kernel.cpp | 85 q.pipe->launch_grid(q.pipe, &info); in launch()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 1702 pipe->launch_grid(pipe, info); in trace_context_launch_grid() 1912 TR_CTX_INIT(launch_grid); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_compute.c | 933 sctx->b.b.launch_grid = si_launch_grid; in si_init_compute_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 1169 rctx->b.b.launch_grid = evergreen_launch_grid; in evergreen_init_compute_state_functions()
|
D | r600_query.c | 1727 rctx->b.launch_grid(&rctx->b, &grid); in r600_query_hw_get_result_resource()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 758 executed on the device using the ``launch_grid`` method. This method 777 initialized at ``launch_grid`` time.
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_query.c | 1770 rctx->b.launch_grid(&rctx->b, &grid); in r600_query_hw_get_result_resource()
|