Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLVarDeclarations.h61 , fBaseType(*baseType) { in VarDeclarations()
72 fBaseType.description() + " "; in description()
82 const Type& fBaseType; member
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1767 , fBaseType(baseType) in SwizzleLValue()
1776 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in load()
1801 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in store()
1803 fGen.writeOpCode(SpvOpVectorShuffle, 5 + fBaseType.columns(), out); in store()
1804 fGen.writeWord(fGen.getType(fBaseType), out); in store()
1808 for (int i = 0; i < fBaseType.columns(); i++) { in store()
1818 offset = (int) (j + fBaseType.columns()); in store()
1831 const Type& fBaseType; member in SkSL::SwizzleLValue
DSkSLGLSLCodeGenerator.cpp640 this->writeType(decl.fBaseType); in writeVarDeclarations()