HomeSort by relevance Sort by last modified time
    Searched refs:MAX_RESOURCES (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/tests/trivial/
compute.c 43 #define MAX_RESOURCES 4
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, NULL)
    [all...]
  /external/libdrm/tests/amdgpu/
cs_tests.c 40 #define MAX_RESOURCES 16
53 static amdgpu_bo_handle resources[MAX_RESOURCES];
vce_tests.c 43 #define MAX_RESOURCES 16
76 static amdgpu_bo_handle resources[MAX_RESOURCES];

Completed in 63 milliseconds