Home
last modified time | relevance | path

Searched refs:makeStructType (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.h196 Id makeStructType(const std::vector<Id>& members, const char* name, bool const compilerGenerated = true);
H A DSpvBuilder.cpp365 Id Builder::makeStructType(const std::vector<Id>& members, const char* name, bool const compilerGenerated) in makeStructType() function in spv::Builder
409 return makeStructType(members, "ResType"); in makeStructResultType()
H A DGlslangToSpv.cpp4876 spv::Id spvType = builder.makeStructType(spvMembers, type.getTypeName().c_str(), false); in convertGlslangStructToSpvType()
6252 spv::Id resType = builder.makeStructType(members, "ResType"); in createImageTextureFunctionCall()

Completed in 35 milliseconds