Home
last modified time | relevance | path

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

/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.cpp621 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 __anon9da8635f0102()
/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.cpp82 range->RangeType = type; in init_range()
/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/mesa3d/src/microsoft/vulkan/
Ddzn_meta.c546 .RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV, in dzn_meta_blit_create()
Ddzn_descriptor_set.c362 range->RangeType = desc_type_to_range_type(range_type, false); in dzn_descriptor_set_layout_create()
386 range->RangeType = desc_type_to_range_type(range_type, true); in dzn_descriptor_set_layout_create()
/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()