Searched refs:populate_vs_key (Results 1 – 6 of 6) sorted by relevance
121 void (*populate_vs_key)(const struct iris_context *ice, member
1405 screen->vtbl.populate_vs_key(ice, &ish->nir->info, last_vue_stage(ice), &key); in iris_update_compiled_vs()
8432 screen->vtbl.populate_vs_key = iris_populate_vs_key; in genX()
120 void (*populate_vs_key)(const struct crocus_context *ice, member
1302 screen->vtbl.populate_vs_key(ice, &ish->nir->info, last_vue_stage(ice), &key); in crocus_update_compiled_vs()
9217 screen->vtbl.populate_vs_key = crocus_populate_vs_key;