Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/
DPp.cpp404 if (! parseContext.isReadingHLSL() && isMacroInput()) { in eval()
808 if (parseContext.isReadingHLSL()) in CPPversion()
941 if(!parseContext.isReadingHLSL()) { in readCPPline()
1095 if (pasting && pp->parseContext.isReadingHLSL()) in scan()
1250 else if (token == '{' && parseContext.isReadingHLSL()) in MacroExpand()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DparseVersions.h131 bool isReadingHLSL() const { return (messages & EShMsgReadHlsl) == EShMsgReadHlsl; } in isReadingHLSL() function