/third_party/ninja/src/ |
D | state.h | 42 : name_(name), current_use_(0), depth_(depth), delayed_() {} in Pool() 45 bool is_valid() const { return depth_ >= 0; } in is_valid() 46 int depth() const { return depth_; } in depth() 51 bool ShouldDelayEdge() const { return depth_ != 0; } in ShouldDelayEdge() 76 int depth_; member
|
D | state.cc | 27 if (depth_ != 0) in EdgeScheduled() 32 if (depth_ != 0) in EdgeFinished() 37 assert(depth_ != 0); in DelayEdge() 45 if (current_use_ + edge->weight() > depth_) in RetrieveReadyEdges() 55 printf("%s (%d/%d) ->\n", name_.c_str(), current_use_, depth_); in Dump()
|
/third_party/gn/src/gn/ |
D | pool.h | 26 int64_t depth() const { return depth_; } in depth() 27 void set_depth(int64_t depth) { depth_ = depth; } in set_depth() 35 int64_t depth_ = 0; variable
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 208 depth_(0), in AnyWriter() 215 ++depth_; in StartObject() 222 } else if (is_well_known_type_ && depth_ == 1) { in StartObject() 240 --depth_; in EndObject() 242 if (depth_ >= 0) { in EndObject() 246 } else if (depth_ >= 0 || !is_well_known_type_) { in EndObject() 254 if (depth_ < 0) { in EndObject() 262 ++depth_; in StartList() 266 } else if (is_well_known_type_ && depth_ == 1) { in StartList() 279 --depth_; in EndList() [all …]
|
D | protostream_objectwriter.h | 241 int depth_; variable
|
/third_party/gn/src/base/json/ |
D | json_parser.cc | 33 : max_depth_(max_depth), depth_(depth) { in StackMarker() 34 ++(*depth_); in StackMarker() 35 DCHECK_LE(*depth_, max_depth_); in StackMarker() 37 ~StackMarker() { --(*depth_); } in ~StackMarker() 39 bool IsTooDeep() const { return *depth_ >= max_depth_; } in IsTooDeep() 43 int* const depth_; member in base::internal::__anonded118490111::StackMarker
|
/third_party/flutter/engine/flutter/shell/common/ |
D | pipeline.h | 92 : depth_(depth), empty_(depth), available_(0) {} in Pipeline() 161 uint32_t depth_; 181 while (queue_.size() > depth_) { in ProducerCommitFront()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | buffer.h | 114 uint32_t GetDepth() const { return depth_; } in GetDepth() 116 void SetDepth(uint32_t depth) { depth_ = depth; } in SetDepth() 270 uint32_t depth_ = 1; variable
|
/third_party/protobuf/src/google/protobuf/ |
D | parse_context.h | 350 : EpsCopyInputStream(aliasing), depth_(depth) { in ParseContext() 359 int depth() const { return depth_; } in depth() 373 if (--depth_ < 0) return nullptr; in ParseGroup() 377 depth_++; in ParseGroup() 388 int depth_; 613 if (--depth_ < 0) return nullptr; 616 depth_++;
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 144 depth_(depth), in Image() 156 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSame() 164 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str()
|
D | types.h | 203 uint32_t depth_; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | frame_buffer.cc | 73 height_ << info->base_mip_level, depth_, info->buffer->GetMipLevels(), in Initialize() 99 VK_IMAGE_TYPE_2D, usage_flags, width_, height_, depth_, 1u, 0u, 1u, 1u); in Initialize() 114 VK_IMAGE_TYPE_2D, usage_flags, width_, height_, depth_, 1u, 0u, 1u, in Initialize()
|
D | frame_buffer.h | 82 uint32_t depth_ = 1; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | types.cpp | 338 depth_(d), in Image() 350 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl() 359 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str() 369 words->push_back(depth_); in GetExtraHashWords()
|
D | types.h | 323 uint32_t depth() const { return depth_; } in depth() 338 uint32_t depth_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.cpp | 338 depth_(d), in Image() 350 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl() 359 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str() 369 words->push_back(depth_); in GetExtraHashWords()
|
D | types.h | 323 uint32_t depth() const { return depth_; } in depth() 338 uint32_t depth_; variable
|
/third_party/spirv-tools/source/opt/ |
D | types.cpp | 365 depth_(d), in Image() 377 return dim_ == it->dim_ && depth_ == it->depth_ && arrayed_ == it->arrayed_ && in IsSameImpl() 386 oss << "image(" << sampled_type_->str() << ", " << dim_ << ", " << depth_ in str() 393 hash = hash_combine(hash, uint32_t(dim_), depth_, arrayed_, ms_, sampled_, in ComputeExtraStateHash()
|
D | types.h | 317 uint32_t depth() const { return depth_; } in depth() 331 uint32_t depth_; variable
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 85 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 134 …est_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_ALWAYS, float depth_ = 1.0f, GLenum sFa… in StencilOp() argument 140 , depth (depth_) in StencilOp()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 137 …est_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_ALWAYS, float depth_ = 1.0f, GLenum sFa… in StencilOp() argument 143 , depth (depth_) in StencilOp()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12417 int depth_; member 12488 if (!p->first_elem_[p->depth_]) { in print_comma() 12491 p->first_elem_[p->depth_] = false; in print_comma() 12766 p->depth_++; in start_frame() 12767 p->first_elem_[p->depth_] = true; in start_frame() 12773 p->depth_--; in end_frame() 12779 if (p->depth_ == 0) { in printer_startmsg() 12791 if (p->depth_ == 0) { in printer_endmsg() 12800 p->depth_++; in startseq() 12801 p->first_elem_[p->depth_] = true; in startseq() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | angletypes.h | 168 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) {} in Extents()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 162 …TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevel… in TextureSpec() 168 , depth(depth_) in TextureSpec()
|