Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/
Dtext_handler.cpp162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/external/deqp-deps/SPIRV-Tools/source/
Dtext_handler.cpp162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet()
185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/external/libchrome/base/
Drun_loop.cc47 if (bound_) in ~Delegate()
58 DCHECK(!delegate->bound_); in RegisterDelegateForCurrentThread()
67 delegate->bound_ = true; in RegisterDelegateForCurrentThread()
Drun_loop.h205 bool bound_ = false; variable
/external/webrtc/rtc_base/
Dvirtual_socket_server.cc109 bound_(false), in VirtualSocket()
150 bound_ = true; in Bind()
164 if (!local_addr_.IsNil() && bound_) { in Close()
167 bound_ = false; in Close()
Dvirtual_socket_server.h398 bool bound_; variable