Home
last modified time | relevance | path

Searched refs:getCurrentLoc (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.cpp748 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()
DparseVersions.h122 const TSourceLoc& getCurrentLoc() const { return currentScanner->getSourceLoc(); } in getCurrentLoc() function
DParseHelper.cpp209 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/
DPpTokens.cpp209 ppToken->loc = parseContext.getCurrentLoc(); in getToken()
DPp.cpp1153 ppToken->ival = parseContext.getCurrentLoc().line; in MacroExpand()
1159 if (parseContext.getCurrentLoc().name) in MacroExpand()
1161 ppToken->ival = parseContext.getCurrentLoc().string; in MacroExpand()
DPpScanner.cpp473 ppToken->loc = pp->parseContext.getCurrentLoc(); in scan()
1220 parseContext.ppError(parseContext.getCurrentLoc(), "missing #endif", "", ""); in missingEndifCheck()