Searched refs:whte (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | serialize.cpp | 701 struct whte_closure *whte = (struct whte_closure *) closure; local in function:write_hash_table_entry 703 blob_write_string(whte->blob, key); 704 blob_write_uint32(whte->blob, value); 706 whte->num_entries++; 713 struct whte_closure whte; local in function:write_hash_table 715 whte.blob = metadata; 716 whte.num_entries = 0; 723 hash->iterate(write_hash_table_entry, &whte); 726 blob_overwrite_uint32 (metadata, offset, whte.num_entries);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | serialize.cpp | 678 struct whte_closure *whte = (struct whte_closure *) closure; local in function:write_hash_table_entry 680 blob_write_string(whte->blob, key); 681 blob_write_uint32(whte->blob, value); 683 whte->num_entries++; 690 struct whte_closure whte; local in function:write_hash_table 692 whte.blob = metadata; 693 whte.num_entries = 0; 700 hash->iterate(write_hash_table_entry, &whte); 703 blob_overwrite_uint32 (metadata, offset, whte.num_entries);
|
Completed in 10 milliseconds