/third_party/boost/libs/container/bench/ |
D | bench_set.hpp | 195 , const char *RangeType) in construct_time() argument 218 …std::cout << " Construct " << RangeType << " unique_range " << boost::timer::format(sur_timer.elap… in construct_time() 219 …std::cout << " Construct " << RangeType << " range " << boost::timer::format(sr_timer.elaps… in construct_time() 227 , const char *RangeType) in insert_time() argument 254 …std::cout << " Insert " << RangeType << " unique_range " << boost::timer::format(ur_timer.elapsed(… in insert_time() 255 …std::cout << " Insert " << RangeType << " range " << boost::timer::format(r_timer.elapsed()… in insert_time() 282 … search_time(boost::container::vector<typename C::value_type> &unique_range, const char *RangeType) in search_time() argument 359 …std::cout << " Find " << RangeType << " " << boost::timer::format(find_timer.elapsed(), boo… in search_time() 360 …std::cout << " Lower Bound " << RangeType << " " << boost::timer::format(lower_timer.elapsed(), bo… in search_time() 361 …std::cout << " Upper Bound " << RangeType << " " << boost::timer::format(upper_timer.elapsed(), bo… in search_time() [all …]
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRootSignature.cpp | 36 samplerRanges[i].RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SAMPLER; in Make() 45 shaderViewRanges[i].RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in Make() 56 shaderViewRanges[numTextureSamplers].RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_UAV; in Make()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | BindGroupLayoutD3D12.cpp | 102 range.RangeType = descriptorRangeType; in BindGroupLayout() 118 if (previous.RangeType == range.RangeType && in BindGroupLayout()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MinidumpEmitter.cpp | 57 template <typename T, typename RangeType> 59 allocateNewArray(const iterator_range<RangeType> &Range); 83 template <typename T, typename RangeType> 85 BlobAllocator::allocateNewArray(const iterator_range<RangeType> &Range) { in allocateNewArray()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSAUpdater.h | 279 template <class RangeType> 280 MemoryAccess *tryRemoveTrivialPhi(MemoryPhi *Phi, RangeType &Operands);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 347 PreferredRangeType RangeType = Smallest) const; 359 PreferredRangeType RangeType = Smallest) const;
|
/third_party/mesa3d/src/microsoft/clc/ |
D | compute_test.h | 81 ranges.back().RangeType == type && in add() 90 range.RangeType = type; in add()
|
D | compute_test.cpp | 579 if (range.RangeType == D3D12_DESCRIPTOR_RANGE_TYPE_UAV) { in run_shader_with_raw_args()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | BindGroupLayoutD3D12.cpp | 57 range.RangeType = type; in __anon1bc753410102()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantRange.cpp | 858 PreferredRangeType RangeType) const { in addWithNoWrap() 875 Result = Result.intersectWith(sadd_sat(Other), RangeType); in addWithNoWrap() 878 Result = Result.intersectWith(uadd_sat(Other), RangeType); in addWithNoWrap() 905 PreferredRangeType RangeType) const { in subWithNoWrap() 922 Result = Result.intersectWith(ssub_sat(Other), RangeType); in subWithNoWrap() 927 Result = Result.intersectWith(usub_sat(Other), RangeType); in subWithNoWrap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceOperand.h | 608 using RangeType = CfgVector<RangeElementType>; variable 648 const RangeType &getSegments() const { return Range; } in getSegments() 656 RangeType Range; 665 RangeType::const_iterator TrimmedBegin;
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_root_signature.cpp | 80 range->RangeType = type; in init_range_root_param()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5555 ConstantRange::PreferredRangeType RangeType = in getRangeRef() local 5594 WrapType, RangeType); in getRangeRef() 5596 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5604 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5612 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5620 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5628 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5636 ConservativeResult.intersectWith(X, RangeType)); in getRangeRef() 5643 ConservativeResult.intersectWith(X.udiv(Y), RangeType)); in getRangeRef() 5650 RangeType)); in getRangeRef() [all …]
|
D | MemorySSAUpdater.cpp | 212 template <class RangeType> 214 RangeType &Operands) { in tryRemoveTrivialPhi()
|
D | ValueTracking.cpp | 4169 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits() local 4171 return CR1.intersectWith(CR2, RangeType); in computeConstantRangeIncludingKnownBits()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 602 cbDescriptorRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_CBV; in InitD3D() 609 textureDescRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in InitD3D()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx12.cpp | 386 descRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx12.cpp | 450 descRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in ImGui_ImplDX12_CreateDeviceObjects()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 596 template<class RangeType, class ValueType> 607 if (PROTOBUF_PREDICT_FALSE(!IsValidNumericCast<RangeType>(value))) { in VerifyIntegerCastAndRange()
|