Searched refs:ht_fvf (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 2097 device->ff.ht_fvf = _mesa_hash_table_create(NULL, nine_ff_fvf_key_hash, in nine_ff_init() 2104 device->ff.ht_fvf && in nine_ff_init() 2125 if (device->ff.ht_fvf) { in nine_ff_fini() 2126 util_hash_table_foreach(device->ff.ht_fvf, nine_ff_ht_delete_cb, NULL); in nine_ff_fini() 2127 _mesa_hash_table_destroy(device->ff.ht_fvf, NULL); in nine_ff_fini()
|
D | device9.h | 116 struct hash_table *ht_fvf; member
|
D | device9.c | 3250 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices() 3256 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_ProcessVertices() 3410 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_SetFVF() 3416 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_SetFVF()
|