Home
last modified time | relevance | path

Searched refs:next_batch (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglthread.c108 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()
Dglthread_marshal.h60 struct glthread_batch *next = glthread->next_batch; in _mesa_glthread_allocate_command()
65 next = glthread->next_batch; in _mesa_glthread_allocate_command()
Dglthread.h144 struct glthread_batch *next_batch; member
/external/angle/src/tests/restricted_traces/
Drestricted_trace_gold_tests.py381 next_batch = []
399 next_batch.append(trace)
400 batch = next_batch
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
Dbidirectional_sequence_rnn_test.py169 batch_x, batch_y = self.mnist.train.next_batch(
235 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
Dunidirectional_sequence_lstm_test.py138 batch_x, batch_y = self.mnist.train.next_batch(
192 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
Dunidirectional_sequence_rnn_test.py133 batch_x, batch_y = self.mnist.train.next_batch(
187 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
Dbidirectional_sequence_lstm_test.py148 batch_x, batch_y = self.mnist.train.next_batch(
207 b1, _ = self.mnist.train.next_batch(batch_size=1, fake_data=True)
Dinput_data.py196 def next_batch(self, batch_size, fake_data=False, shuffle=True): member in _DataSet
/external/mesa3d/src/intel/tools/
Daubinator_viewer_decoder.cpp973 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/
Dxa_renderer.c105 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/
Dgen_batch_decoder.c1140 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()