Searched refs:populate_vs_key (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_screen.h | 120 void (*populate_vs_key)(const struct crocus_context *ice, member in struct:crocus_vtable
|
| H A D | crocus_program.c | 1294 screen->vtbl.populate_vs_key(ice, &ish->nir->info, last_vue_stage(ice), &key);
|
| H A D | crocus_state.c | 9209 screen->vtbl.populate_vs_key = crocus_populate_vs_key;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_screen.h | 119 void (*populate_vs_key)(const struct iris_context *ice, member in struct:iris_vtable
|
| H A D | iris_program.c | 1400 screen->vtbl.populate_vs_key(ice, &ish->nir->info, last_vue_stage(ice), &key);
|
| H A D | iris_state.c | 8118 screen->vtbl.populate_vs_key = iris_populate_vs_key;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 402 void (*populate_vs_key)(const struct iris_context *ice, member in struct:iris_vtable
|
| H A D | iris_program.c | 631 ice->vtbl.populate_vs_key(ice, &ish->nir->info, &key);
|
| H A D | iris_state.c | 6473 ice->vtbl.populate_vs_key = iris_populate_vs_key;
|
Completed in 48 milliseconds