Searched refs:ir3_cache_create (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h64 struct ir3_cache * ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data);
H A Dir3_cache.c63 struct ir3_cache * ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data) function in typeref:struct:ir3_cache *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_cache.h71 struct ir3_cache *ir3_cache_create(const struct ir3_cache_funcs *funcs,
H A Dir3_cache.c63 ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data) function in typeref:struct:ir3_cache *
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c488 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c808 fd6_context(ctx)->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.c594 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c748 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c1257 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);

Completed in 15 milliseconds