Home
last modified time | relevance | path

Searched refs:throttle (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/glx/
H A Ddri2_priv.h51 const __DRI2throttleExtension *throttle; member
H A Ddri2_glx.c439 * 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 Ddri_screen.h58 boolean throttle; member
H A Ddri_drawable.c513 /* 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 Ddri2.c2476 screen->throttle = pscreen->get_param(pscreen, PIPE_CAP_THROTTLE); in dri2_init_screen()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.h377 struct util_throttle throttle; member
H A Dst_context.c389 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 Dst_cb_texture.c1942 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 DunderscoreTest1.js76 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 Ddri_interface.h255 * - throttle
275 * throttle callbacks.
283 void (*throttle)(__DRIcontext *ctx, member

Completed in 18 milliseconds