Searched refs:throttle (Results 1 - 10 of 10) sorted by relevance
/third_party/mesa3d/src/glx/ |
H A D | dri2_priv.h | 51 const __DRI2throttleExtension *throttle; member
|
H A D | dri2_glx.c | 439 * This function uses the DRI2 throttle extension to give the 440 * driver the opportunity to throttle on flush front, copysubbuffer 448 if (psc->throttle) { in dri2Throttle() 451 psc->throttle->throttle(ctx, draw->driDrawable, reason); in dri2Throttle() 1002 psc->throttle = (__DRI2throttleExtension *) extensions[i]; in dri2BindExtensions()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.h | 58 boolean throttle; member
|
H A D | dri_drawable.c | 513 /* Flush the context and throttle if needed. */ in dri_flush() 514 if (dri_screen(ctx->sPriv)->throttle && in dri_flush() 524 /* throttle on the previous fence */ in dri_flush() 572 .throttle = dri_throttle,
|
H A D | dri2.c | 2476 screen->throttle = pscreen->get_param(pscreen, PIPE_CAP_THROTTLE); in dri2_init_screen()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 377 struct util_throttle throttle; member
|
H A D | st_context.c | 389 util_throttle_deinit(st->screen, &st->throttle); in st_destroy_context_priv() 646 util_throttle_init(&st->throttle, in st_create_context_priv()
|
H A D | st_cb_texture.c | 1942 util_throttle_memory_usage(pipe, &st->throttle, in st_TexSubImage() 2051 util_throttle_memory_usage(pipe, &st->throttle, in st_TexSubImage() 2147 util_throttle_memory_usage(pipe, &st->throttle, in st_TexSubImage()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | underscoreTest1.js | 76 throttle(wait: number): T; 567 throttle<T extends Function>(func: T, wait: number): T; 766 var throttled = _.throttle(updatePosition, 100); 990 var throttled = _.throttle(updatePosition, 100);
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 255 * - throttle 275 * throttle callbacks. 283 void (*throttle)(__DRIcontext *ctx, member
|
Completed in 18 milliseconds