OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kernelCount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/effects/
GrMatrixConvolutionEffect.cpp
137
int
kernelCount
= conv.kernelSize().width() * conv.kernelSize().height();
138
int arrayCount = (
kernelCount
+ 3) / 4;
139
SkASSERT(4 * arrayCount >=
kernelCount
);
/external/skqp/src/gpu/effects/
GrMatrixConvolutionEffect.cpp
137
int
kernelCount
= conv.kernelSize().width() * conv.kernelSize().height();
138
int arrayCount = (
kernelCount
+ 3) / 4;
139
SkASSERT(4 * arrayCount >=
kernelCount
);
Completed in 340 milliseconds