Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
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()
/third_party/skia/third_party/externals/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()
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()
/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()
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()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautodetect.c371 self->has_sync = in gst_auto_detect_detect()
373 if (self->has_sync) in gst_auto_detect_detect()
456 if (self->kid && self->has_sync) in gst_auto_detect_set_property()
Dgstautodetect.h54 gboolean has_sync; member