Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c478 static const struct ir3_cache_funcs cache_funcs = { variable
488 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd3_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c606 static const struct ir3_cache_funcs cache_funcs = { variable
616 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd4_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c748 static const struct ir3_cache_funcs cache_funcs = { variable
758 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd5_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c1305 static const struct ir3_cache_funcs cache_funcs = { variable
1315 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd6_prog_init()