Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSpvBuilder.h107 void addSourceExtension(const char* ext) { sourceExtensions.push_back(ext); } in addSourceExtension()
803 std::vector<const char*> sourceExtensions; variable
DGlslangToSpv.cpp1455 const auto& sourceExtensions = glslangIntermediate->getRequestedExtensions(); in TGlslangToSpvTraverser() local
1456 for (auto it = sourceExtensions.begin(); it != sourceExtensions.end(); ++it) in TGlslangToSpvTraverser()
5101 const auto& sourceExtensions = glslangIntermediate->getRequestedExtensions(); in createImageTextureFunctionCall() local
5103sourceExtensions.find(glslang::E_GL_AMD_texture_gather_bias_lod) != sourceExtensions.end()) { in createImageTextureFunctionCall()
DSpvBuilder.cpp2968 for (int e = 0; e < (int)sourceExtensions.size(); ++e) { in dump()
2970 sourceExtInst.addStringOperand(sourceExtensions[e]); in dump()