Home
last modified time | relevance | path

Searched defs:FrameSize (Results 1 – 25 of 74) sorted by relevance

123

/external/webrtc/api/video/
Dvideo_source_interface.h26 struct FrameSize { struct
27 FrameSize(int width, int height) : width(width), height(height) {} in FrameSize() argument
31 int width;
32 int height;
/external/libaom/test/
Dframe_size_tests.cc101 struct FrameSize { in TEST_P() struct
102 unsigned int width; in TEST_P()
103 unsigned int height; in TEST_P()
164 struct FrameSize { in TEST_P() struct
165 unsigned int width; in TEST_P()
166 unsigned int height; in TEST_P()
240 struct FrameSize { in TEST_P() struct
241 unsigned int width; in TEST_P()
242 unsigned int height; in TEST_P()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp57 uint64_t FrameSize = StackSize - 2; in emitPrologue() local
130 uint64_t FrameSize = StackSize - 2; in emitEpilogue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp57 uint64_t FrameSize = StackSize - 2; in emitPrologue() local
131 uint64_t FrameSize = StackSize - 2; in emitEpilogue() local
/external/llvm/lib/Target/MSP430/
DMSP430FrameLowering.cpp58 uint64_t FrameSize = StackSize - 2; in emitPrologue() local
132 uint64_t FrameSize = StackSize - 2; in emitEpilogue() local
/external/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h47 size_t FrameSize; // Size of the frame in bytes. member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp136 uint64_t FrameSize = FI->getFrameSize(); in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h47 size_t FrameSize; // Size of the frame in bytes. member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DASanStackFrameLayout.h47 uint64_t FrameSize; // Size of the frame in bytes. member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp142 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() local
/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp138 uint64_t FrameSize = FI.getFrameSize(); in finishAssembly() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp100 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue() local
180 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue() local
/external/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp33 unsigned FrameSize = MFI->getStackSize(); in determineFrameLayout() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiFrameLowering.cpp32 unsigned FrameSize = MFI.getStackSize(); in determineFrameLayout() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp166 unsigned FrameSize = 0; in mayUseUncheckedLoadStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRFrameLowering.cpp104 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitPrologue() local
163 unsigned FrameSize = MFI.getStackSize() - AFI->getCalleeSavedFrameSize(); in emitEpilogue() local
/external/rust/crates/h2/src/frame/
Dmod.rs75 pub type FrameSize = u32; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp461 unsigned FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate() local
478 unsigned FrameSize = in determineFrameLayout() local
708 unsigned FrameSize = determineFrameLayout(MF); in twoUniqueScratchRegsRequired() local
751 unsigned FrameSize = MFI.getStackSize(); in stackUpdateCanBeMoved() local
812 unsigned FrameSize = determineFrameLayoutAndUpdate(MF); in emitPrologue() local
1385 int FrameSize = MFI.getStackSize(); in emitEpilogue() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp210 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
240 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
/external/llvm/lib/Target/Mips/
DMips16InstrInfo.cpp194 void Mips16InstrInfo::makeFrame(unsigned SP, int64_t FrameSize, in makeFrame()
224 void Mips16InstrInfo::restoreFrame(unsigned SP, int64_t FrameSize, in restoreFrame()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCMetadata.h86 uint64_t FrameSize; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DGCMetadata.h86 uint64_t FrameSize; variable
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCFrameLowering.cpp287 uint64_t FrameSize = determineFrameLayout(MF, UseEstimate, in determineFrameLayoutAndUpdate() local
304 uint64_t FrameSize = in determineFrameLayout() local
536 unsigned FrameSize = determineFrameLayout(MF); in twoUniqueScratchRegsRequired() local
581 unsigned FrameSize = MFI.getStackSize(); in stackUpdateCanBeMoved() local
629 uint64_t FrameSize = determineFrameLayoutAndUpdate(MF); in emitPrologue() local
1561 int64_t FrameSize = MFI.getStackSize(); in emitEpilogue() local

123