Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/comp/
Dmove_to_front.cpp236 assert(TimestampOf(node)); in InsertNode()
254 assert(TimestampOf(iter) != TimestampOf(node)); in InsertNode()
255 right_child = TimestampOf(iter) > TimestampOf(node); in InsertNode()
Dmove_to_front.h144 uint32_t TimestampOf(uint32_t node) const { in TimestampOf() function
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmove_to_front.cpp236 assert(TimestampOf(node)); in InsertNode()
254 assert(TimestampOf(iter) != TimestampOf(node)); in InsertNode()
255 right_child = TimestampOf(iter) > TimestampOf(node); in InsertNode()
Dmove_to_front.h144 uint32_t TimestampOf(uint32_t node) const { in TimestampOf() function
/external/deqp-deps/SPIRV-Tools/test/
Dmove_to_front_test.cpp92 if (print_timestamp) label << "T" << TimestampOf(node); in PrintTreeInternal()
/external/swiftshader/third_party/SPIRV-Tools/test/
Dmove_to_front_test.cpp92 if (print_timestamp) label << "T" << TimestampOf(node); in PrintTreeInternal()