Home
last modified time | relevance | path

Searched defs:DelayInfo (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUInsertDelayAlu.cpp77 struct DelayInfo { struct in __anon548f35970111::AMDGPUInsertDelayAlu
80 static const unsigned VALU_MAX = 5;
84 static const unsigned TRANS_MAX = 4;
89 uint8_t VALUCycles = 0;
90 uint8_t VALUNum = VALU_MAX;
95 uint8_t TRANSCycles = 0;
96 uint8_t TRANSNum = TRANS_MAX;
101 uint8_t TRANSNumVALU = VALU_MAX;
105 uint8_t SALUCycles = 0;
109 DelayInfo(DelayType Type, unsigned Cycles) { in DelayInfo() function
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DWindowInfosListenerInvoker.h79 struct DelayInfo { struct
83 std::optional<DelayInfo> mDelayInfo; argument