Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp3766 … std::vector<std::vector<spv::Decoration>> paramDecorations; // list of decorations per parameter in makeFunctions() local
3772 paramDecorations.resize(parameters.size()); in makeFunctions()
3782 …getParamDecorations(paramDecorations[p], paramType, glslangIntermediate->usingVulkanMemoryModel()); in makeFunctions()
3790 paramDecorations, &functionBlock); in makeFunctions()