Home
last modified time | relevance | path

Searched refs:ir3_cache_create (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h71 struct ir3_cache *ir3_cache_create(const struct ir3_cache_funcs *funcs,
Dir3_cache.c63 ir3_cache_create(const struct ir3_cache_funcs *funcs, void *data) in ir3_cache_create() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c488 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd3_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c616 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd4_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_program.c758 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd5_prog_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_program.c1315 ctx->shader_cache = ir3_cache_create(&cache_funcs, ctx); in fd6_prog_init()