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

/xsrc/external/mit/MesaLib.old/dist/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];
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 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];
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 Dcp_dma_tests.c36 #define MAX_RESOURCES 8 macro
58 static amdgpu_bo_handle resources[MAX_RESOURCES];
H A Dcs_tests.c36 #define MAX_RESOURCES 16 macro
51 static amdgpu_bo_handle resources[MAX_RESOURCES];
H A Djpeg_tests.c110 #define MAX_RESOURCES 16 macro
137 static amdgpu_bo_handle resources[MAX_RESOURCES];
H A Duvd_enc_tests.c38 #define MAX_RESOURCES 16 macro
70 static amdgpu_bo_handle resources[MAX_RESOURCES];
H A Dvce_tests.c39 #define MAX_RESOURCES 16 macro
81 static amdgpu_bo_handle resources[MAX_RESOURCES];
H A Dvcn_tests.c41 #define MAX_RESOURCES 16 macro
182 static amdgpu_bo_handle resources[MAX_RESOURCES];

Completed in 16 milliseconds