Home
last modified time | relevance | path

Searched defs:Interval (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCachePruning.h31 llvm::Optional<std::chrono::seconds> Interval = std::chrono::seconds(1200); member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp91 Interval::Interval(const Interval& that) : head(NULL), tail(NULL) in Interval() function in nv50_ir::Interval
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInterval.h36 class Interval { class
47 inline Interval(BasicBlock *Header) : HeaderNode(Header) { in Interval() function in llvm::Interval
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLockFileManager.cpp299 unsigned long Interval = 1; in waitForUnlock() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h138 void setCachePruningInterval(int Interval) { in setCachePruningInterval() argument
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs335 pub trait Interval: in next() traits
H A Dmod.rs
/third_party/skia/src/gpu/
H A DGrResourceAllocator.h193 class Interval { class in GrResourceAllocator::ActualUse
195 Interval(GrSurfaceProxy* proxy, unsigned int start, unsigned int end) in Interval() function in GrResourceAllocator::ActualUse::Interval
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuInterval.hpp58 class Interval class
62 Interval (void) in Interval() function in tcu::Interval
71 Interval (double val) in Interval() function in tcu::Interval
79 Interval(bool hasNaN_, double lo_, double hi_) in Interval() function in tcu::Interval
82 Interval(bool hasNaN_, double lo_, double hi_, double wlo_, double whi_) in Interval() function in tcu::Interval
85 Interval (const Interval& a, const Interval function in tcu::Interval
[all...]
/third_party/ffmpeg/libavfilter/
H A Df_sendcmd.c93 typedef struct Interval { struct
100 } Interval; typedef
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DStackColoring.cpp1014 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions() local
1130 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges() local
H A DLiveIntervals.cpp880 LiveInterval& Interval = createEmptyInterval(reg); in addSegmentToEndOfBlock() local
/third_party/skia/tests/
H A DResourceAllocatorTest.cpp345 struct Interval { struct
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h49 class Interval { class
51 Interval() : from_(kNone), to_(kNone - 1) {} // '- 1' for branchless size(). in Interval() function in v8::internal::Interval
52 Interval(int from, int to) : from_(from), to_(to) {} in Interval() function in v8::internal::Interval
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp510 RegInterval Interval = getRegInterval(MI, TII, MRI, TRI, OpNo, false); in setExpScore() local
653 RegInterval Interval = getRegInterval(&Inst, TII, MRI, TRI, I, true); in updateByEvent() local
998 RegInterval Interval = generateWaitcntInstBefore() local
1041 RegInterval Interval = generateWaitcntInstBefore() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2369 innerExtrema(const EvalContext&, const Interval&, const Interval&) const innerExtrema() argument
5651 removeNotInRange(vector<T>&, const Interval&, const Precision) const removeNotInRange() argument
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1791 innerExtrema(const EvalContext&, const Interval&, const Interval&) const innerExtrema() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2342 innerExtrema(const EvalContext&, const Interval&, const Interval&) const innerExtrema() argument
5640 removeNotInRange(vector<T>&, const Interval&, const Precision) const removeNotInRange() argument
[all...]

Completed in 45 milliseconds