Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_parsed_ir.cpp83 loop_iteration_depth_soft = other.loop_iteration_depth_soft; in operator =()
114 loop_iteration_depth_soft = other.loop_iteration_depth_soft; in operator =()
915 if (loop_iteration_depth_soft != 0) in add_typed_id()
981 return ParsedIR::LoopLock(&loop_iteration_depth_soft); in create_loop_soft_lock()
Dspirv_cross_parsed_ir.hpp241 mutable uint32_t loop_iteration_depth_soft = 0; member in SPIRV_CROSS_NAMESPACE::ParsedIR