Home
last modified time | relevance | path

Searched refs:Endif (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog_emit.c62 int Endif; member
554 branch->Endif = -1; in emit_flowcontrol()
581 branch->Endif = newip; in emit_flowcontrol()
583 s->Code->inst[branch->Endif].inst2 = R500_FC_OP_JUMP in emit_flowcontrol()
590 s->Code->inst[branch->Endif].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol()
610 s->Code->inst[branch->Else].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol()
614 s->Code->inst[branch->If].inst3 = R500_FC_JUMP_ADDR(branch->Endif + 1); in emit_flowcontrol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.cpp41 { tgtok::Endif, "endif" },
752 } else if (Kind == tgtok::Endif) { in lexPreprocessor()
850 if (Kind != tgtok::Else && Kind != tgtok::Endif) { in prepSkipRegion()
H A DTGLexer.h69 Ifdef, Ifndef, Else, Endif, Define enumerator
230 // one of the internal token kinds, i.e. Ifdef, Else, Endif, Define.
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputGLSLBase.cpp1082 case PreprocessorDirective::Endif: in visitPreprocessorDirective()
H A DIntermNode.h1008 Endif, member in sh::PreprocessorDirective

Completed in 9 milliseconds