Lines Matching refs:launch_grid
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()
933 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 5, NULL); in test_many_kern()
934 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 10, NULL); in test_many_kern()
935 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){1, 1, 1}, 15, NULL); in test_many_kern()
978 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); in test_constant()
1029 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){64, 1, 1}, 0, NULL); in test_resource_indirect()
1146 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, in test_surface_ld()
1266 launch_grid(ctx, (uint []){1, 1, 1}, (uint []){128, 32, 1}, 0, in test_surface_st()
1341 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_barrier()
1499 launch_grid(ctx, (uint []){10, 1, 1}, (uint []){1, 1, 1}, 0, NULL); in test_atom_ops()
1637 launch_grid(ctx, (uint []){64, 1, 1}, (uint []){16, 1, 1}, 0, NULL); in test_atom_race()