HomeSort by relevance Sort by last modified time
    Searched refs:WI_Nop (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceThreading.cpp 23 : Sequence(Seq), Kind(WI_Nop), GlobalInits(nullptr), Function(nullptr),
IceThreading.h 162 /// WI_Nop: No actual work. This is a placeholder to maintain sequence numbers
175 enum ItemKind { WI_Nop, WI_GlobalInits, WI_Asm, WI_Cfg };
176 /// Constructor for a WI_Nop work item.
IceGlobalContext.cpp 638 case EmitterWorkItem::WI_Nop:
    [all...]

Completed in 195 milliseconds