Searched refs:launch_grid (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 428 static void launch_grid(struct context *ctx, const uint *block_layout, in launch_grid() function 434 pipe->launch_grid(pipe, block_layout, grid_layout, pc, input); in launch_grid() 501 launch_grid(ctx, (uint []){4, 3, 5}, (uint []){5, 4, 1}, 0, NULL); in test_system_values() 546 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){15, 12, 1}, 0, NULL); in test_resource_access() 607 launch_grid(ctx, (uint []){3, 3, 3}, (uint []){5, 4, 1}, 15, NULL); in test_function_calls() 649 launch_grid(ctx, (uint []){4, 1, 1}, (uint []){1, 1, 1}, 0, input); in test_input_global() 713 launch_grid(ctx, (uint []){16, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_private() 800 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_local() 855 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, NULL); in test_sample() 905 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 0, NULL); in test_many_kern() [all …]
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 514 void (*launch_grid)(struct pipe_context *context, member
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | kernel.cpp | 82 q.pipe->launch_grid(q.pipe, in launch()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 741 ctx->context.launch_grid = evergreen_launch_grid; in evergreen_init_compute_state_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 558 executed on the device using the ``launch_grid`` method. This method 577 initialized at ``launch_grid`` time.
|