Home
last modified time | relevance | path

Searched refs:HeightOf (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp225 assert(HeightOf(handle) == 1); in CreateNode()
235 assert(HeightOf(node) == 1); in InsertNode()
452 1 + std::max(HeightOf(LeftOf(node)), HeightOf(RightOf(node))); in UpdateNode()
Dmove_to_front.h153 uint32_t HeightOf(uint32_t node) const { return nodes_.at(node).height; } in HeightOf() function
223 return int(HeightOf(RightOf(node))) - int(HeightOf(LeftOf(node))); in BalanceOf()
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp225 assert(HeightOf(handle) == 1); in CreateNode()
235 assert(HeightOf(node) == 1); in InsertNode()
452 1 + std::max(HeightOf(LeftOf(node)), HeightOf(RightOf(node))); in UpdateNode()
Dmove_to_front.h153 uint32_t HeightOf(uint32_t node) const { return nodes_.at(node).height; } in HeightOf() function
223 return int(HeightOf(RightOf(node))) - int(HeightOf(LeftOf(node))); in BalanceOf()
/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp91 label << ValueOf(node) << "H" << HeightOf(node) << "S" << SizeOf(node); in PrintTreeInternal()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dmove_to_front_test.cpp91 label << ValueOf(node) << "H" << HeightOf(node) << "S" << SizeOf(node); in PrintTreeInternal()