Searched refs:ht_fvf (Results 1 – 3 of 3) sorted by relevance
2116 device->ff.ht_fvf = util_hash_table_create(nine_ff_fvf_key_hash, in nine_ff_init()2123 device->ff.ht_fvf && in nine_ff_init()2144 if (device->ff.ht_fvf) { in nine_ff_fini()2145 util_hash_table_foreach(device->ff.ht_fvf, nine_ff_ht_delete_cb, NULL); in nine_ff_fini()2146 util_hash_table_destroy(device->ff.ht_fvf); in nine_ff_fini()
114 struct util_hash_table *ht_fvf; member
3006 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices()3012 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_ProcessVertices()3167 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_SetFVF()3173 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_SetFVF()