Lines Matching refs:cache_key
604 } cache_key; member
1349 stages[s].cache_key.stage = s; in anv_pipeline_compile_graphics()
1350 memcpy(stages[s].cache_key.sha1, sha1, sizeof(sha1)); in anv_pipeline_compile_graphics()
1368 &stages[s].cache_key, in anv_pipeline_compile_graphics()
1369 sizeof(stages[s].cache_key), &cache_hit); in anv_pipeline_compile_graphics()
1582 &stages[s].cache_key, in anv_pipeline_compile_graphics()
1583 sizeof(stages[s].cache_key), in anv_pipeline_compile_graphics()
1680 .cache_key = { in anv_pipeline_compile_cs()
1707 anv_pipeline_hash_compute(pipeline, layout, &stage, stage.cache_key.sha1); in anv_pipeline_compile_cs()
1712 &stage.cache_key, in anv_pipeline_compile_cs()
1713 sizeof(stage.cache_key), in anv_pipeline_compile_cs()
1772 &stage.cache_key, sizeof(stage.cache_key), in anv_pipeline_compile_cs()