Home
last modified time | relevance | path

Searched refs:p_decl (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
Dgl_marshal.py221 p_decl = '{0} * {1} = cmd->{1};'.format(
224 p_decl = '{0} {1} = cmd->{1};'.format(
227 if not p_decl.startswith('const '):
230 p_decl = 'const ' + p_decl
232 out(p_decl)
/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp653 TIntermDeclaration *p_decl = CreateTempInitDeclarationNode(p_, pyx); in AddBresenhamEmulationFS() local
698 {pDecl, dDecl, fDecl, p_decl, d_decl, f_decl, iDecl, ifStatement}}; in AddBresenhamEmulationFS()
/external/ply/ply/
DCHANGES1073 def p_decl(p):