Searched refs:next_batch (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | glthread.c | 108 glthread->next_batch = &glthread->batches[glthread->next]; in _mesa_glthread_init() 195 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_flush_batch() 235 glthread->next_batch = &glthread->batches[glthread->next]; in _mesa_glthread_flush_batch() 260 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_finish()
|
D | glthread_marshal.h | 60 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_allocate_command() 65 next = glthread->next_batch; in _mesa_glthread_allocate_command()
|
D | glthread.h | 144 struct glthread_batch *next_batch; member
|
/external/angle/src/tests/restricted_traces/ |
D | restricted_trace_gold_tests.py | 381 next_batch = [] 399 next_batch.append(trace) 400 batch = next_batch
|
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/ |
D | bidirectional_sequence_rnn_test.py | 169 batch_x, batch_y = self.mnist.train.next_batch( 235 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | unidirectional_sequence_lstm_test.py | 138 batch_x, batch_y = self.mnist.train.next_batch( 192 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | unidirectional_sequence_rnn_test.py | 133 batch_x, batch_y = self.mnist.train.next_batch( 187 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | bidirectional_sequence_lstm_test.py | 148 batch_x, batch_y = self.mnist.train.next_batch( 207 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
|
D | input_data.py | 196 def next_batch(self, batch_size, fake_data=False, shuffle=True): member in _DataSet
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer_decoder.cpp | 973 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in aub_viewer_render_batch() local 975 if (next_batch.map == NULL) { in aub_viewer_render_batch() 980 aub_viewer_render_batch(ctx, next_batch.map, next_batch.size, in aub_viewer_render_batch() 981 next_batch.addr, false); in aub_viewer_render_batch()
|
/external/mesa3d/src/gallium/frontends/xa/ |
D | xa_renderer.c | 105 renderer_draw_conditional(struct xa_context *r, int next_batch) in renderer_draw_conditional() argument 107 if (r->buffer_size + next_batch >= XA_VB_SIZE || in renderer_draw_conditional() 108 (next_batch == 0 && r->buffer_size)) { in renderer_draw_conditional()
|
/external/mesa3d/src/intel/common/ |
D | gen_batch_decoder.c | 1140 struct gen_batch_decode_bo next_batch = ctx_get_bo(ctx, ppgtt, next_batch_addr); in gen_print_batch() local 1142 if (next_batch.map == NULL) { in gen_print_batch() 1146 gen_print_batch(ctx, next_batch.map, next_batch.size, in gen_print_batch() 1147 next_batch.addr, false); in gen_print_batch()
|