/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | BindGroupD3D12.cpp | 78 &desc, viewAllocation.OffsetFrom( in BindGroup() 102 viewAllocation.OffsetFrom(viewSizeIncrement, in BindGroup() 121 viewAllocation.OffsetFrom(viewSizeIncrement, in BindGroup() 146 viewAllocation.OffsetFrom(viewSizeIncrement, in BindGroup() 167 viewAllocation.OffsetFrom(viewSizeIncrement, in BindGroup() 195 viewAllocation.OffsetFrom(viewSizeIncrement, in BindGroup()
|
D | CPUDescriptorHeapAllocationD3D12.h | 32 D3D12_CPU_DESCRIPTOR_HANDLE OffsetFrom(uint32_t sizeIncrementInBytes,
|
D | CPUDescriptorHeapAllocationD3D12.cpp | 31 D3D12_CPU_DESCRIPTOR_HANDLE CPUDescriptorHeapAllocation::OffsetFrom( in OffsetFrom() function in dawn_native::d3d12::CPUDescriptorHeapAllocation
|
D | StagingDescriptorAllocatorD3D12.cpp | 117 const D3D12_CPU_DESCRIPTOR_HANDLE baseDescriptor = allocation->OffsetFrom(0, 0); in Deallocate()
|
D | SamplerHeapCacheD3D12.cpp | 132 allocation.OffsetFrom(samplerSizeIncrement, i)); in GetOrCreate()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.cpp | 91 SlabAllocatorImpl::IndexLinkNode* SlabAllocatorImpl::OffsetFrom( in OffsetFrom() function in SlabAllocatorImpl 110 IndexLinkNode* lastNode = OffsetFrom(firstNode, mBlocksPerSlab - 1); in IsNodeInSlab() 138 slab->freeList = OffsetFrom(head, head->nextIndex - head->index); in PopFront() 196 void* firstAllocation = ObjectFromNode(OffsetFrom(node, -node->index)); in Deallocate() 239 new (OffsetFrom(node, i)) IndexLinkNode(i, i + 1); in GetNewSlab() 242 IndexLinkNode* lastNode = OffsetFrom(node, mBlocksPerSlab - 1); in GetNewSlab()
|
D | SlabAllocator.h | 106 IndexLinkNode* OffsetFrom(IndexLinkNode* node, std::make_signed_t<Index> offset) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.h | 78 const MCExpr *getOffset(const MCSymbol *OffsetOf, const MCSymbol *OffsetFrom); 80 const MCSymbol *OffsetFrom);
|
D | WinException.cpp | 323 const MCSymbol *OffsetFrom) { in getOffset() argument 326 MCSymbolRefExpr::create(OffsetFrom, Asm->OutContext), Asm->OutContext); in getOffset() 330 const MCSymbol *OffsetFrom) { in getOffsetPlusOne() argument 331 return MCBinaryExpr::createAdd(getOffset(OffsetOf, OffsetFrom), in getOffsetPlusOne()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
D | D3D12DescriptorHeapTests.cpp | 906 EXPECT_NE(allocation.OffsetFrom(0, 0).ptr, 0u); in TEST_P() 928 EXPECT_NE(allocation.OffsetFrom(0, 0).ptr, 0u); in TEST_P() 958 EXPECT_TRUE(allocationPtrs.insert(allocation.OffsetFrom(0, 0).ptr).second); in TEST_P() 974 EXPECT_TRUE(reallocatedPtrs.insert(allocation.OffsetFrom(0, 0).ptr).second); in TEST_P() 976 allocation.OffsetFrom(0, 0).ptr) != allocationPtrs.end()); in TEST_P() 1001 EXPECT_NE(allocation.OffsetFrom(0, 0).ptr, 0u); in TEST_P() 1017 EXPECT_NE(allocation.OffsetFrom(0, 0).ptr, 0u); in TEST_P() 1033 EXPECT_NE(allocation.OffsetFrom(0, 0).ptr, 0u); in TEST_P()
|