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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.c478 static const struct ir3_cache_funcs cache_funcs = { variable in typeref:typename:const struct ir3_cache_funcs
488 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c798 static const struct ir3_cache_funcs cache_funcs = { variable in typeref:typename:const struct ir3_cache_funcs
808 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.c584 static const struct ir3_cache_funcs cache_funcs = { variable in typeref:typename:const struct ir3_cache_funcs
594 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.c738 static const struct ir3_cache_funcs cache_funcs = { variable in typeref:typename:const struct ir3_cache_funcs
748 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_program.c1247 static const struct ir3_cache_funcs cache_funcs = { variable in typeref:typename:const struct ir3_cache_funcs
1257 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx);

Completed in 15 milliseconds