Home
last modified time | relevance | path

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

/external/skia/src/sksl/ir/
DSkSLVarDeclarations.h74 , fBaseType(*baseType) { in VarDeclarations()
86 return std::unique_ptr<ProgramElement>(new VarDeclarations(fOffset, &fBaseType, in clone()
95 fBaseType.description() + " "; in description()
105 const Type& fBaseType; member
/external/skqp/src/sksl/ir/
DSkSLVarDeclarations.h74 , fBaseType(*baseType) { in VarDeclarations()
86 return std::unique_ptr<ProgramElement>(new VarDeclarations(fOffset, &fBaseType, in clone()
95 fBaseType.description() + " "; in description()
105 const Type& fBaseType; member
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1591 , fBaseType(baseType) in SwizzleLValue()
1601 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in load()
1628 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in store()
1630 fGen.writeOpCode(SpvOpVectorShuffle, 5 + fBaseType.columns(), out); in store()
1631 fGen.writeWord(fGen.getType(fBaseType), out); in store()
1635 for (int i = 0; i < fBaseType.columns(); i++) { in store()
1645 offset = (int) (j + fBaseType.columns()); in store()
1659 const Type& fBaseType; member in SkSL::SwizzleLValue
DSkSLGLSLCodeGenerator.cpp1246 this->writeTypePrecision(decl.fBaseType); in writeFunctionCall()
1247 this->writeType(decl.fBaseType); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp1107 this->writeType(decl.fBaseType); in writeVarDeclarations()
/external/skqp/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1545 , fBaseType(baseType) in SwizzleLValue()
1554 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in load()
1579 fGen.writeInstruction(SpvOpLoad, fGen.getType(fBaseType), base, fVecPointer, out); in store()
1581 fGen.writeOpCode(SpvOpVectorShuffle, 5 + fBaseType.columns(), out); in store()
1582 fGen.writeWord(fGen.getType(fBaseType), out); in store()
1586 for (int i = 0; i < fBaseType.columns(); i++) { in store()
1596 offset = (int) (j + fBaseType.columns()); in store()
1609 const Type& fBaseType; member in SkSL::SwizzleLValue
DSkSLGLSLCodeGenerator.cpp1219 this->writeTypePrecision(decl.fBaseType); in writeFunctionCall()
1220 this->writeType(decl.fBaseType); in writeFunctionCall()
DSkSLMetalCodeGenerator.cpp963 this->writeType(decl.fBaseType); in writeVarDeclarations()
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...