Searched refs:flushed_phi_variables (Results 1 – 2 of 2) sorted by relevance
796 std::unordered_set<uint32_t> flushed_phi_variables; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
316 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()