Searched refs:MAX_RESOURCES (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/ |
| H A D | compute.c | 43 #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]; 297 for (i = 0; i < MAX_RESOURCES; ++i) { 326 pipe->set_sampler_views(pipe, PIPE_SHADER_COMPUTE, 0, MAX_RESOURCES, NULL); 328 for (i = 0; i < MAX_RESOURCES; ++i) { 363 pipe->set_compute_resources(pipe, 0, MAX_RESOURCES, NUL [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/ |
| H A D | compute.c | 43 #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]; 297 for (i = 0; i < MAX_RESOURCES; ++i) { 326 pipe->set_sampler_views(pipe, PIPE_SHADER_COMPUTE, 0, 0, MAX_RESOURCES, false, NULL); 328 for (i = 0; i < MAX_RESOURCES; ++i) { 363 pipe->set_compute_resources(pipe, 0, MAX_RESOURCES, NUL [all...] |
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | cp_dma_tests.c | 36 #define MAX_RESOURCES 8 macro 58 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
| H A D | cs_tests.c | 36 #define MAX_RESOURCES 16 macro 51 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
| H A D | jpeg_tests.c | 110 #define MAX_RESOURCES 16 macro 137 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
| H A D | uvd_enc_tests.c | 38 #define MAX_RESOURCES 16 macro 70 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
| H A D | vce_tests.c | 39 #define MAX_RESOURCES 16 macro 81 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
| H A D | vcn_tests.c | 41 #define MAX_RESOURCES 16 macro 182 static amdgpu_bo_handle resources[MAX_RESOURCES];
|
Completed in 16 milliseconds