Home
last modified time | relevance | path

Searched defs:intermediates (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
Diomapper.h346 TIntermediate* intermediates[EShLangCount]; variable
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c43 static const char * const intermediates[] = { "private", "public" }; variable
/third_party/glslang/StandAlone/
DStandAlone.cpp1508 std::vector<glslang::TIntermediate*> intermediates; in CompileAndLinkShaderUnits() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShader.hpp1109 std::unordered_map<Object::ID, Intermediate> intermediates; member in sw::SpirvShader::EmitState