Searched refs:CBufferSizeInBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h89 uint32_t CBufferSizeInBytes = 0; // Cbuffer used size in bytes. member in class:llvm::ConstantBuffer
H A DDXILResource.cpp253 CBufferSizeInBytes = DL.getTypeAllocSizeInBytes(GV->getValueType());
318 Entries[6] = ConstantAsMetadata::get(B.getInt32(CBufferSizeInBytes));

Completed in 32 milliseconds