HomeSort by: relevance | last modified time | path
    Searched defs:configure (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/
fd_pps_driver.cc 90 * Generate an submit the cmdstream to configure the counter/countable
102 countable.configure(ring, reset);
287 /* Emit register writes on ring to configure counter/countable muxing: */
289 FreedrenoDriver::Countable::configure(struct fd_ringbuffer *ring, bool reset) function in class:pps::FreedrenoDriver::Countable
  /xsrc/external/mit/MesaLib/dist/src/microsoft/clc/
compute_test.cpp 490 configure(shader, &conf);
851 configure(shader, NULL);
874 configure(shader, NULL);
880 ComputeTest::configure(Shader &shader, function in class:ComputeTest
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr.c 1098 xcb_configure_notify_event_t *configure = local
1100 KdScreenInfo *screen = screen_from_window(configure->window);
1109 ephyrResizeScreen(screen->pScreen, configure->width, configure->height);
1117 xcb_generic_event_t *expose = NULL, *configure = NULL; local
1167 free(configure);
1168 configure = xev;
1181 if (configure) {
1182 ephyrProcessConfigureNotify(configure);
1183 free(configure);
    [all...]

Completed in 18 milliseconds