Searched refs:ht_fvf (Results 1 – 3 of 3) sorted by relevance
2095 device->ff.ht_fvf = util_hash_table_create(nine_ff_fvf_key_hash, in nine_ff_init()2102 device->ff.ht_fvf && in nine_ff_init()2123 if (device->ff.ht_fvf) { in nine_ff_fini()2124 util_hash_table_foreach(device->ff.ht_fvf, nine_ff_ht_delete_cb, NULL); in nine_ff_fini()2125 util_hash_table_destroy(device->ff.ht_fvf); in nine_ff_fini()
114 struct util_hash_table *ht_fvf; member
2971 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices()2977 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_ProcessVertices()3131 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_SetFVF()3137 util_hash_table_set(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_SetFVF()