Searched refs:getCurrentLoc (Results 1 – 6 of 6) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | Versions.cpp | 748 error(getCurrentLoc(), "behavior not supported:", "#extension", behaviorString); in updateExtensionBehavior() 753 checkExtensionStage(getCurrentLoc(), extension); in updateExtensionBehavior() 813 …error(getCurrentLoc(), "extension 'all' cannot have 'require' or 'enable' behavior", "#extension",… in updateExtensionBehavior() 825 error(getCurrentLoc(), "extension not supported:", "#extension", extension); in updateExtensionBehavior() 830 warn(getCurrentLoc(), "extension not supported:", "#extension", extension); in updateExtensionBehavior() 839 … warn(getCurrentLoc(), "extension is only partially supported:", "#extension", extension); in updateExtensionBehavior()
|
D | parseVersions.h | 122 const TSourceLoc& getCurrentLoc() const { return currentScanner->getSourceLoc(); } in getCurrentLoc() function
|
D | ParseHelper.cpp | 209 error(getCurrentLoc(), "", "", s, ""); in parserError() 211 error(getCurrentLoc(), "compilation terminated", "", ""); in parserError() 4581 …requireExtensions(getCurrentLoc(), Num_AEP_geometry_shader, AEP_geometry_shader, "geometry shaders… in finish() 4586 …requireExtensions(getCurrentLoc(), Num_AEP_tessellation_shader, AEP_tessellation_shader, "tessella… in finish() 4588 … requireExtensions(getCurrentLoc(), 1, &E_GL_ARB_tessellation_shader, "tessellation shaders"); in finish() 4592 requireExtensions(getCurrentLoc(), 1, &E_GL_ARB_compute_shader, "compute shaders"); in finish() 4596 requireExtensions(getCurrentLoc(), 1, &E_GL_NV_mesh_shader, "task shaders"); in finish() 4599 requireExtensions(getCurrentLoc(), 1, &E_GL_NV_mesh_shader, "mesh shaders"); in finish()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/preprocessor/ |
D | PpTokens.cpp | 209 ppToken->loc = parseContext.getCurrentLoc(); in getToken()
|
D | Pp.cpp | 1153 ppToken->ival = parseContext.getCurrentLoc().line; in MacroExpand() 1159 if (parseContext.getCurrentLoc().name) in MacroExpand() 1161 ppToken->ival = parseContext.getCurrentLoc().string; in MacroExpand()
|
D | PpScanner.cpp | 473 ppToken->loc = pp->parseContext.getCurrentLoc(); in scan() 1220 parseContext.ppError(parseContext.getCurrentLoc(), "missing #endif", "", ""); in missingEndifCheck()
|