Searched refs:_update (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/ |
| H A D | dump_state.py | 388 self._update(self._get_stage_state(shader).constant_buffer, index, 1, [constant_buffer]) 396 def _update(self, array, start_slot, num_slots, states): member in class:Context 407 self._update(self._state.scissors, start_slot, num_scissors, states) 410 self._update(self._state.viewports, start_slot, num_viewports, states) 437 self._update(self._state.vertex_buffers, start_slot, num_buffers, buffers)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/tools/trace/ |
| H A D | dump_state.py | 389 self._update(self._get_stage_state(shader).constant_buffer, index, 1, [constant_buffer]) 397 def _update(self, array, start_slot, num_slots, states): member in class:Context 408 self._update(self._state.scissors, start_slot, num_scissors, states) 411 self._update(self._state.viewports, start_slot, num_viewports, states) 438 self._update(self._state.vertex_buffers, start_slot, num_buffers, buffers)
|
| /xsrc/external/mit/xclock/dist/ |
| H A D | Clock.c | 1292 round_time(float _update, struct tm *tm, struct timeval *tv) argument 1295 unsigned long update = (int) (_update * 1000.0 + 0.5); 1402 waittime(float _update, struct timeval *tv, struct tm *tm) argument 1404 unsigned long update_millis = (unsigned long) (_update * 1000 + 0.5);
|
Completed in 7 milliseconds