Home
last modified time | relevance | path

Searched refs:kVecSuffix (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/effects/
DGrGaussianConvolutionFragmentProcessor.cpp71 const char* kVecSuffix[4] = {".x", ".y", ".z", ".w"}; in emitCode() local
77 kernelIndex.append(kVecSuffix[i & 0x3]); in emitCode()
DGrMatrixConvolutionEffect.cpp77 const char* kVecSuffix[4] = { ".x", ".y", ".z", ".w" }; in emitCode() local
84 kVecSuffix[offset & 0x3]); in emitCode()