Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dglthread.c221 ctx->Driver.PinDriverToL3Cache && in _mesa_glthread_flush_batch()
231 ctx->Driver.PinDriverToL3Cache(ctx, L3_cache); in _mesa_glthread_flush_batch()
Ddd.h1405 void (*PinDriverToL3Cache)(struct gl_context *ctx, unsigned L3_cache); member
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c1049 funcs.PinDriverToL3Cache = st_pin_driver_to_l3_cache; in st_create_context()