Home
last modified time | relevance | path

Searched refs:OffsetFrom (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBindGroupD3D12.cpp78 &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()
DCPUDescriptorHeapAllocationD3D12.h32 D3D12_CPU_DESCRIPTOR_HANDLE OffsetFrom(uint32_t sizeIncrementInBytes,
DCPUDescriptorHeapAllocationD3D12.cpp31 D3D12_CPU_DESCRIPTOR_HANDLE CPUDescriptorHeapAllocation::OffsetFrom( in OffsetFrom() function in dawn_native::d3d12::CPUDescriptorHeapAllocation
DStagingDescriptorAllocatorD3D12.cpp117 const D3D12_CPU_DESCRIPTOR_HANDLE baseDescriptor = allocation->OffsetFrom(0, 0); in Deallocate()
DSamplerHeapCacheD3D12.cpp132 allocation.OffsetFrom(samplerSizeIncrement, i)); in GetOrCreate()
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp91 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()
DSlabAllocator.h106 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/
DWinException.h78 const MCExpr *getOffset(const MCSymbol *OffsetOf, const MCSymbol *OffsetFrom);
80 const MCSymbol *OffsetFrom);
DWinException.cpp323 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/
DD3D12DescriptorHeapTests.cpp906 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()