Home
last modified time | relevance | path

Searched refs:sentinel_count (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist.h341 int sentinel_count = 0; in Check() local
347 if (p->is_sentinel_) sentinel_count++; in Check()
350 assert(sentinel_count == 1 && "List should have exactly 1 sentinel node."); in Check()
357 if (p->is_sentinel_) sentinel_count++; in Check()
/external/deqp-deps/SPIRV-Tools/source/util/
Dilist.h341 int sentinel_count = 0; in Check() local
347 if (p->is_sentinel_) sentinel_count++; in Check()
350 assert(sentinel_count == 1 && "List should have exactly 1 sentinel node."); in Check()
357 if (p->is_sentinel_) sentinel_count++; in Check()