/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 | 621 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 __anon9da8635f0102()
|
/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 | 82 range->RangeType = type; in init_range()
|
/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/mesa3d/src/microsoft/vulkan/ |
D | dzn_meta.c | 546 .RangeType = D3D12_DESCRIPTOR_RANGE_TYPE_SRV, in dzn_meta_blit_create()
|
D | dzn_descriptor_set.c | 362 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/ |
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()
|