Searched refs:L3_cache (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread.c226 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; local in function:_mesa_glthread_flush_batch
227 if (L3_cache != U_CPU_INVALID_L3) {
229 util_get_cpu_caps()->L3_affinity_mask[L3_cache],
231 ctx->Driver.PinDriverToL3Cache(ctx, L3_cache);
H A Ddd.h1405 void (*PinDriverToL3Cache)(struct gl_context *ctx, unsigned L3_cache);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_draw.c120 uint16_t L3_cache = util_get_cpu_caps()->cpu_to_L3[cpu]; local in function:prepare_draw
122 if (L3_cache != U_CPU_INVALID_L3) {
125 L3_cache);
H A Dst_context.c946 st_pin_driver_to_l3_cache(struct gl_context *ctx, unsigned L3_cache) argument
951 L3_cache);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_draw.c151 unsigned L3_cache = cpu / util_cpu_caps.cores_per_L3; local in function:prepare_draw
155 L3_cache);

Completed in 9 milliseconds