Searched refs:init_compute_resources (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 339 static void init_compute_resources(struct context *ctx, const int *slots) in init_compute_resources() function 500 init_compute_resources(ctx, (int []) { 0, -1 }); in test_system_values() 545 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_resource_access() 606 init_compute_resources(ctx, (int []) { 0, -1 }); in test_function_calls() 712 init_compute_resources(ctx, (int []) { 0, -1 }); in test_private() 799 init_compute_resources(ctx, (int []) { 0, -1 }); in test_local() 852 init_compute_resources(ctx, (int []) { 1, -1 }); in test_sample() 904 init_compute_resources(ctx, (int []) { 0, -1 }); in test_many_kern() 945 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_constant() 991 init_compute_resources(ctx, (int []) { 0, 1, 2, 3, -1 }); in test_resource_indirect() [all …]
|