Home
last modified time | relevance | path

Searched refs:RangeType (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/libs/container/bench/
Dbench_set.hpp195 , 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/
DGrD3DRootSignature.cpp36 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/
DBindGroupLayoutD3D12.cpp102 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/
DMinidumpEmitter.cpp57 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/
DMemorySSAUpdater.h279 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/
DConstantRange.h347 PreferredRangeType RangeType = Smallest) const;
359 PreferredRangeType RangeType = Smallest) const;
/third_party/mesa3d/src/microsoft/clc/
Dcompute_test.h81 ranges.back().RangeType == type && in add()
90 range.RangeType = type; in add()
Dcompute_test.cpp579 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/
DBindGroupLayoutD3D12.cpp57 range.RangeType = type; in __anon1bc753410102()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp858 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/
DIceOperand.h608 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/
Dd3d12_root_signature.cpp80 range->RangeType = type; in init_range_root_param()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp5555 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 …]
DMemorySSAUpdater.cpp212 template <class RangeType>
214 RangeType &Operands) { in tryRemoveTrivialPhi()
DValueTracking.cpp4169 ConstantRange::PreferredRangeType RangeType = in computeConstantRangeIncludingKnownBits() local
4171 return CR1.intersectWith(CR2, RangeType); in computeConstantRangeIncludingKnownBits()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp602 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/
Dimgui_impl_dx12.cpp386 descRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/skia/third_party/externals/imgui/backends/
Dimgui_impl_dx12.cpp450 descRange.RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV; in ImGui_ImplDX12_CreateDeviceObjects()
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc596 template<class RangeType, class ValueType>
607 if (PROTOBUF_PREDICT_FALSE(!IsValidNumericCast<RangeType>(value))) { in VerifyIntegerCastAndRange()