Home
last modified time | relevance | path

Searched refs:PinDriverToL3Cache (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dglthread.c204 ctx->Driver.PinDriverToL3Cache && in _mesa_glthread_flush_batch()
214 ctx->Driver.PinDriverToL3Cache(ctx, L3_cache); in _mesa_glthread_flush_batch()
Ddd.h1330 void (*PinDriverToL3Cache)(struct gl_context *ctx, unsigned L3_cache); member
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c1015 funcs.PinDriverToL3Cache = st_pin_driver_to_l3_cache; in st_create_context()