Home
last modified time | relevance | path

Searched refs:ir3_cache_lookup (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cache.h78 struct ir3_program_state *ir3_cache_lookup(struct ir3_cache *cache,
Dir3_cache.c89 ir3_cache_lookup(struct ir3_cache *cache, const struct ir3_cache_key *key, in ir3_cache_lookup() function
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_draw.c132 ir3_cache_lookup(ctx->shader_cache, &emit.key, &ctx->debug)); in fd3_draw_vbo()
Dfd3_gmem.c52 ir3_cache_lookup(ctx->shader_cache, &emit->key, &ctx->debug)); in fd3_gmem_emit_set_prog()
392 ir3_cache_lookup(ctx->shader_cache, &emit.key, &ctx->debug)); in fd3_emit_tile_gmem2mem()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_draw.c126 ir3_cache_lookup(ctx->shader_cache, &emit.key, &ctx->debug)); in fd4_draw_vbo()
Dfd4_gmem.c53 ir3_cache_lookup(ctx->shader_cache, &emit->key, &ctx->debug)); in fd4_gmem_emit_set_prog()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.h125 struct ir3_program_state *s = ir3_cache_lookup( in fd6_emit_get_prog()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_draw.c102 ir3_cache_lookup(ctx->shader_cache, &emit.key, &ctx->debug)); in fd5_draw_vbo()