Searched refs:bound_ (Results 1 – 10 of 10) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 162 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()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | text_handler.cpp | 162 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()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text_handler.cpp | 162 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()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/external/libchrome/base/ |
D | run_loop.cc | 47 if (bound_) in ~Delegate() 58 DCHECK(!delegate->bound_); in RegisterDelegateForCurrentThread() 67 delegate->bound_ = true; in RegisterDelegateForCurrentThread()
|
D | run_loop.h | 205 bool bound_ = false; variable
|
/external/webrtc/rtc_base/ |
D | virtual_socket_server.cc | 109 bound_(false), in VirtualSocket() 150 bound_ = true; in Bind() 164 if (!local_addr_.IsNil() && bound_) { in Close() 167 bound_ = false; in Close()
|
D | virtual_socket_server.h | 398 bool bound_; variable
|