Home
last modified time | relevance | path

Searched refs:_mesa_new_program_cache (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_cache.h42 _mesa_new_program_cache(void);
Dprogram.c102 ctx->VertexProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
110 ctx->FragmentProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
118 ctx->GeometryProgram.Cache = _mesa_new_program_cache(); in _mesa_init_program()
Dprog_cache.c139 _mesa_new_program_cache(void) in _mesa_new_program_cache() function
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c193 st->pixel_xfer.cache = _mesa_new_program_cache(); in st_create_context_priv()