Home
last modified time | relevance | path

Searched refs:has_sync (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/polly/lib/External/ppcg/
Dgpu_tree.c445 int has_sync = 0; in has_sync_before_core() local
451 has_sync = has_preceding_sync(node, kernel); in has_sync_before_core()
452 if (has_sync < 0 || has_sync) in has_sync_before_core()
456 has_sync = -1; in has_sync_before_core()
459 return has_sync; in has_sync_before_core()
470 int has_sync = 0; in has_sync_after_core() local
476 has_sync = has_following_sync(node, kernel); in has_sync_after_core()
477 if (has_sync < 0 || has_sync) in has_sync_after_core()
481 has_sync = -1; in has_sync_after_core()
484 return has_sync; in has_sync_after_core()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcode_sink.cpp200 bool has_sync = false; in HasUniformMemorySync() local
201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()
206 has_sync = true; in HasUniformMemorySync()
230 has_sync = true; in HasUniformMemorySync()
238 has_sync = true; in HasUniformMemorySync()
245 has_uniform_sync_ = has_sync; in HasUniformMemorySync()
246 return has_sync; in HasUniformMemorySync()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dcode_sink.cpp200 bool has_sync = false; in HasUniformMemorySync() local
201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()
206 has_sync = true; in HasUniformMemorySync()
232 has_sync = true; in HasUniformMemorySync()
240 has_sync = true; in HasUniformMemorySync()
247 has_uniform_sync_ = has_sync; in HasUniformMemorySync()
248 return has_sync; in HasUniformMemorySync()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcode_sink.cpp200 bool has_sync = false; in HasUniformMemorySync() local
201 get_module()->ForEachInst([this, &has_sync](Instruction* inst) { in HasUniformMemorySync()
206 has_sync = true; in HasUniformMemorySync()
230 has_sync = true; in HasUniformMemorySync()
238 has_sync = true; in HasUniformMemorySync()
245 has_uniform_sync_ = has_sync; in HasUniformMemorySync()
246 return has_sync; in HasUniformMemorySync()