Searched refs:MAX_RESOURCES (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
H A Dcompute.c43 #define MAX_RESOURCES 4 macro
50 void *hwsmp[MAX_RESOURCES];
51 struct pipe_resource *tex[MAX_RESOURCES];
52 bool tex_rw[MAX_RESOURCES];
53 struct pipe_sampler_view *view[MAX_RESOURCES];
54 struct pipe_surface *surf[MAX_RESOURCES];
300 for (i = 0; i < MAX_RESOURCES; ++i) {
329 pipe->set_compute_sampler_views(pipe, 0, MAX_RESOURCES, NULL);
331 for (i = 0; i < MAX_RESOURCES; ++i) {
367 pipe->set_compute_resources(pipe, 0, MAX_RESOURCES, NUL
[all...]
/external/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c43 #define MAX_RESOURCES 4 macro
50 void *hwsmp[MAX_RESOURCES];
51 struct pipe_resource *tex[MAX_RESOURCES];
52 bool tex_rw[MAX_RESOURCES];
53 struct pipe_sampler_view *view[MAX_RESOURCES];
54 struct pipe_surface *surf[MAX_RESOURCES];
300 for (i = 0; i < MAX_RESOURCES; ++i) {
329 pipe->set_compute_sampler_views(pipe, 0, MAX_RESOURCES, NULL);
331 for (i = 0; i < MAX_RESOURCES; ++i) {
367 pipe->set_compute_resources(pipe, 0, MAX_RESOURCES, NUL
[all...]

Completed in 2223 milliseconds