Home
last modified time | relevance | path

Searched refs:JumpType (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_conditionaljumptracker.h34 enum JumpType { enum
53 void push(r600_bytecode_cf *start, JumpType type);
56 bool pop(r600_bytecode_cf *final, JumpType type);
61 bool add_mid(r600_bytecode_cf *source, JumpType type);
Dsfn_conditionaljumptracker.cpp43 StackFrame(r600_bytecode_cf *s, JumpType t): in StackFrame()
50 JumpType type;
95 void ConditionalJumpTracker::push(r600_bytecode_cf *start, JumpType type) in push()
110 bool ConditionalJumpTracker::pop(r600_bytecode_cf *final, JumpType type) in pop()
126 bool ConditionalJumpTracker::add_mid(r600_bytecode_cf *source, JumpType type) in add_mid()