Searched refs:ht_fvf (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.c | 2091 device->ff.ht_fvf = _mesa_hash_table_create(NULL, nine_ff_fvf_key_hash, in nine_ff_init() 2098 device->ff.ht_fvf && in nine_ff_init() 2119 if (device->ff.ht_fvf) { in nine_ff_fini() 2120 util_hash_table_foreach(device->ff.ht_fvf, nine_ff_ht_delete_cb, NULL); in nine_ff_fini() 2121 _mesa_hash_table_destroy(device->ff.ht_fvf, NULL); in nine_ff_fini()
|
D | device9.h | 114 struct hash_table *ht_fvf; member
|
D | device9.c | 3119 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_ProcessVertices() 3125 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_ProcessVertices() 3281 vdecl = util_hash_table_get(This->ff.ht_fvf, &FVF); in NineDevice9_SetFVF() 3287 _mesa_hash_table_insert(This->ff.ht_fvf, &vdecl->fvf, vdecl); in NineDevice9_SetFVF()
|