Searched refs:table_entry (Results 1 – 4 of 4) sorted by relevance
182 struct hash_entry *table_entry; in vbo_minmax_cache_store() local210 table_entry = _mesa_hash_table_search_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()212 if (table_entry) { in vbo_minmax_cache_store()221 table_entry = _mesa_hash_table_insert_pre_hashed(bufferObj->MinMaxCache, in vbo_minmax_cache_store()223 if (!table_entry) in vbo_minmax_cache_store()
329 uintptr_t base_va, uint32_t *attributes, uint64_t **table_entry, in xlat_get_mem_attributes_internal() argument363 if (table_entry != NULL) { in xlat_get_mem_attributes_internal()364 *table_entry = entry; in xlat_get_mem_attributes_internal()
83 static const struct table_entry { struct117 const struct table_entry *ent; in guess_content_type()
1518 FT_Byte* table_entry = NULL; in reconstruct_font() local1560 if ( FT_NEW_ARRAY( table_entry, 16 ) ) in reconstruct_font()1680 buf_cursor = &table_entry[0]; in reconstruct_font()1686 WRITE_SFNT_BUF_AT( table_entry_offset, table_entry, 16 ); in reconstruct_font()1689 font_checksum += compute_ULong_sum( table_entry, 16 ); in reconstruct_font()1725 FT_FREE( table_entry ); in reconstruct_font()1738 FT_FREE( table_entry ); in reconstruct_font()