Home
last modified time | relevance | path

Searched defs:init_compute_resources (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c336 static void init_compute_resources(struct context *ctx, const int *slots) in init_compute_resources() function
511 init_compute_resources(ctx, (int []) { 0, -1 }); in test_system_values() function
558 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_resource_access() function
624 init_compute_resources(ctx, (int []) { 0, -1 }); in test_function_calls() function
734 init_compute_resources(ctx, (int []) { 0, -1 }); in test_private() function
821 init_compute_resources(ctx, (int []) { 0, -1 }); in test_local() function
879 init_compute_resources(ctx, (int []) { 1, -1 }); in test_sample() function
931 init_compute_resources(ctx, (int []) { 0, -1 }); in test_many_kern() function
977 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_constant() function
1028 init_compute_resources(ct in test_resource_indirect() function
1144 init_compute_resources(ctx, (int []) { 0, 1, -1 }); test_surface_ld() function
1269 init_compute_resources(ctx, (int []) { 0, 1, -1 }); test_surface_st() function
1345 init_compute_resources(ctx, (int []) { 0, -1 }); test_barrier() function
1503 init_compute_resources(ctx, (int []) { 0, -1 }); test_atom_ops() function
1641 init_compute_resources(ctx, (int []) { 0, -1 }); test_atom_race() function
[all...]

Completed in 5 milliseconds