Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.h118 void writeLayout(const Layout& layout, SpvId target);
120 void writeLayout(const Layout& layout, SpvId target, int member);
DSkSLGLSLCodeGenerator.h111 void writeLayout(const Layout& layout);
DSkSLSPIRVCodeGenerator.cpp1012 this->writeLayout(fieldLayout, resultId, i); in writeStruct()
2635 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target) { in writeLayout() function in SkSL::SPIRVCodeGenerator
2662 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target, int member) { in writeLayout() function in SkSL::SPIRVCodeGenerator
2715 this->writeLayout(intf.fVariable.fModifiers.fLayout, result); in writeInterfaceBlock()
2795 this->writeLayout(var->fModifiers.fLayout, id); in writeGlobalVars()