Searched refs:unordered_map_alloc (Results 1 – 2 of 2) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_valuefactory.h | 275 using unordered_map_alloc = std::unordered_map<Key, T, std::hash<Key>, std::equal_to<Key>, variable 288 unordered_map_alloc<uint32_t, PLiteralVirtualValue> m_literal_values; 289 unordered_map_alloc<uint32_t, InlineConstant::Pointer> m_inline_constants; 290 unordered_map_alloc<uint32_t, uint32_t> m_ssa_index_to_sel;
|
| D | sfn_shader_vs.h | 124 using unordered_map_alloc = std::unordered_map<Key, T, std::hash<Key>, std::equal_to<Key>, variable 127 unordered_map_alloc<int, RegisterVec4 *> m_output_registers;
|