Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.hpp796 std::unordered_set<uint32_t> flushed_phi_variables; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
Dspirv_glsl.cpp316 flushed_phi_variables.clear(); in reset()
9536 if (var.allocate_temporary_copy && !flushed_phi_variables.count(var.self)) in emit_variable_temporary_copies()
9541 flushed_phi_variables.insert(var.self); in emit_variable_temporary_copies()