Home
last modified time | relevance | path

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

/external/skqp/src/sksl/ir/
DSkSLSwizzle.h117 double value = ((Constructor&) *fBase).getFVecComponent(fComponents[0]); in constantPropagate()
DSkSLConstructor.h155 double getFVecComponent(int index) const { in getFVecComponent() function
/external/skia/src/sksl/ir/
DSkSLSwizzle.h123 double value = ((Constructor&) *fBase).getFVecComponent(fComponents[0]); in constantPropagate()
DSkSLConstructor.h153 double getFVecComponent(int index) const { in getFVecComponent() function
/external/skia/src/sksl/
DSkSLIRGenerator.cpp1465 float value = ((Constructor&) left).getFVecComponent(i) op \ in constantFold()
1466 ((Constructor&) right).getFVecComponent(i); \ in constantFold()
/external/skqp/src/sksl/
DSkSLIRGenerator.cpp1416 float value = ((Constructor&) left).getFVecComponent(i) op \ in constantFold()
1417 ((Constructor&) right).getFVecComponent(i); \ in constantFold()