| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | glthread.c | 123 glthread->next_batch = &glthread->batches[glthread->next]; 236 struct glthread_batch *next = glthread->next_batch; 256 glthread->next_batch = &glthread->batches[glthread->next]; 282 struct glthread_batch *next = glthread->next_batch;
|
| H A D | glthread.h | 168 struct glthread_batch *next_batch; member in struct:glthread_state
|
| H A D | glthread_marshal.h | 65 struct glthread_batch *next = glthread->next_batch;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_batch_decoder.c | 892 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); local in function:gen_print_batch 894 if (next_batch.map == NULL) { 898 gen_print_batch(ctx, next_batch.map, next_batch.size, 899 next_batch.addr, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/ |
| H A D | aubinator_viewer_decoder.cpp | 973 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); local in function:aub_viewer_render_batch 975 if (next_batch.map == NULL) { 980 aub_viewer_render_batch(ctx, next_batch.map, next_batch.size, 981 next_batch.addr, false);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/tools/ |
| H A D | aubinator_viewer_decoder.cpp | 977 struct intel_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); local in function:aub_viewer_render_batch 979 if (next_batch.map == NULL) { 984 aub_viewer_render_batch(ctx, next_batch.map, next_batch.size, 985 next_batch.addr, false);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/ |
| H A D | xa_renderer.c | 101 renderer_draw_conditional(struct xa_context *r, int next_batch) argument 103 if (r->buffer_size + next_batch >= XA_VB_SIZE || 104 (next_batch == 0 && r->buffer_size)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/ |
| H A D | xa_renderer.c | 105 renderer_draw_conditional(struct xa_context *r, int next_batch) argument 107 if (r->buffer_size + next_batch >= XA_VB_SIZE || 108 (next_batch == 0 && r->buffer_size)) {
|
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_batch_decoder.c | 1446 struct intel_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); local in function:intel_print_batch 1448 if (next_batch.map == NULL) { 1452 intel_print_batch(ctx, next_batch.map, next_batch.size, 1453 next_batch.addr, false);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.0.0.rst | 2182 - glthread: use glthread->used instead of glthread->next_batch->used
|