Home
last modified time | relevance | path

Searched refs:init_compute_resources (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/tests/trivial/
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()
558 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_resource_access()
624 init_compute_resources(ctx, (int []) { 0, -1 }); in test_function_calls()
734 init_compute_resources(ctx, (int []) { 0, -1 }); in test_private()
821 init_compute_resources(ctx, (int []) { 0, -1 }); in test_local()
879 init_compute_resources(ctx, (int []) { 1, -1 }); in test_sample()
931 init_compute_resources(ctx, (int []) { 0, -1 }); in test_many_kern()
977 init_compute_resources(ctx, (int []) { 0, 1, -1 }); in test_constant()
1028 init_compute_resources(ctx, (int []) { 0, 1, 2, 3, -1 }); in test_resource_indirect()
[all …]