Searched refs:fBaseType (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/sksl/ir/ |
H A D | SkSLVarDeclarations.h | 37 , fBaseType(*baseType) in VarDeclaration() 65 return fBaseType; in baseType() 99 const Type& fBaseType; member in SkSL::final
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLSPIRVCodeGenerator.cpp | 1932 , fBaseType(&baseType) in SwizzleLValue() 1950 SpvId base = fGen.nextId(fBaseType); 1951 fGen.writeInstruction(SpvOpLoad, fGen.getType(*fBaseType), base, fVecPointer, out); 1952 SpvId result = fGen.nextId(fBaseType); 1975 SpvId base = fGen.nextId(fBaseType); 1976 fGen.writeInstruction(SpvOpLoad, fGen.getType(*fBaseType), base, fVecPointer, out); 1977 SpvId shuffle = fGen.nextId(fBaseType); 1978 fGen.writeOpCode(SpvOpVectorShuffle, 5 + fBaseType->columns(), out); 1979 fGen.writeWord(fGen.getType(*fBaseType), out); 1983 for (int i = 0; i < fBaseType 2006 const Type* fBaseType; global() member in SkSL::SwizzleLValue [all...] |
Completed in 6 milliseconds