Searched refs:exec_count (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 105 fprintf(stderr, "Validation list (length %d):\n", batch->exec_count); 107 for (int i = 0; i < batch->exec_count; i++) { 132 for (int i = 0; i < batch->exec_count; i++) { 189 batch->exec_count = 0; 230 if (index < batch->exec_count && batch->exec_bos[index] == bo) 234 for (index = 0; index < batch->exec_count; index++) { 308 if (batch->exec_count == batch->exec_array_size) { 318 batch->validation_list[batch->exec_count] = 325 bo->index = batch->exec_count; 326 batch->exec_bos[batch->exec_count] [all...] |
| H A D | iris_batch.h | 83 int exec_count; member in struct:iris_batch
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_batchbuffer.c | 64 fprintf(stderr, "Validation list (length %d):\n", batch->exec_count); 66 for (int i = 0; i < batch->exec_count; i++) { 89 for (int i = 0; i < batch->exec_count; i++) { 152 batch->exec_count = 0; 195 if (index < batch->exec_count && batch->exec_bos[index] == bo) 199 for (index = 0; index < batch->exec_count; index++) { 206 if (batch->exec_count == batch->exec_array_size) { 216 batch->validation_list[batch->exec_count] = 223 bo->index = batch->exec_count; 224 batch->exec_bos[batch->exec_count] [all...] |
| H A D | brw_context.h | 513 int exec_count; member in struct:intel_batchbuffer 523 int exec_count; member in struct:intel_batchbuffer::__anonaf9edc7b0108
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_batch.c | 72 fprintf(stderr, "Validation list (length %d):\n", batch->exec_count); 74 for (int i = 0; i < batch->exec_count; i++) { 97 for (int i = 0; i < batch->exec_count; i++) { 152 batch->exec_count = 0; 196 if (index < batch->exec_count && batch->exec_bos[index] == bo) 200 for (index = 0; index < batch->exec_count; index++) { 207 if (batch->exec_count == batch->exec_array_size) { 217 batch->validation_list[batch->exec_count] = 224 bo->index = batch->exec_count; 225 batch->exec_bos[batch->exec_count] [all...] |
| H A D | brw_context.h | 504 int exec_count; member in struct:brw_batch 514 int exec_count; member in struct:brw_batch::__anon3cd19dee0108
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_batch.c | 102 fprintf(stderr, "BO list (length %d):\n", batch->exec_count); 104 for (int i = 0; i < batch->exec_count; i++) { 132 for (int i = 0; i < batch->exec_count; i++) { 201 batch->exec_count = 0; 244 if (index < batch->exec_count && batch->exec_bos[index] == bo) 248 for (index = 0; index < batch->exec_count; index++) { 259 while (batch->exec_count + count > batch->exec_array_size) { 276 assert(batch->exec_array_size > batch->exec_count); 280 batch->exec_bos[batch->exec_count] = bo; 283 BITSET_SET(batch->bos_written, batch->exec_count); [all...] |
| H A D | iris_batch.h | 86 int exec_count; member in struct:iris_batch
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_batch.c | 106 fprintf(stderr, "Validation list (length %d):\n", batch->exec_count); 108 for (int i = 0; i < batch->exec_count; i++) { 129 for (int i = 0; i < batch->exec_count; i++) { 231 batch->exec_count = 0; 272 if (index < batch->exec_count && batch->exec_bos[index] == bo) 276 for (index = 0; index < batch->exec_count; index++) { 296 while (batch->exec_count + count > batch->exec_array_size) { 361 batch->validation_list[batch->exec_count] = 368 bo->index = batch->exec_count; 369 batch->exec_bos[batch->exec_count] [all...] |
| H A D | crocus_batch.h | 111 int exec_count; member in struct:crocus_batch
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 120 int exec_count; member in struct:_drm_intel_bufmgr_gem 416 for (i = 0; i < bufmgr_gem->exec_count; i++) { 499 if (bufmgr_gem->exec_count == bufmgr_gem->exec_size) { 514 index = bufmgr_gem->exec_count; 526 bufmgr_gem->exec_count++; 2269 for (i = 0; i < bufmgr_gem->exec_count; i++) { 2344 execbuf.buffer_count = bufmgr_gem->exec_count; 2378 bufmgr_gem->exec_count), 2380 bufmgr_gem->exec_count), 2393 for (i = 0; i < bufmgr_gem->exec_count; [all...] |
Completed in 18 milliseconds