Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkPerlinNoiseShader.cpp624 const char* bcoords = "bcoords"; in emitCode() local
704 noiseCode.appendf("\n\tvec4 %s = fract(%s.xyxy + %s.yyww);", bcoords, latticeIdx, floorVal); in emitCode()
710 latticeCoords.appendf("vec2(%s.x, %s)", bcoords, chanCoord); in emitCode()
722 latticeCoords.appendf("vec2(%s.y, %s)", bcoords, chanCoord); in emitCode()
738 latticeCoords.appendf("vec2(%s.w, %s)", bcoords, chanCoord); in emitCode()
750 latticeCoords.appendf("vec2(%s.z, %s)", bcoords, chanCoord); in emitCode()
/external/skia/experimental/SkPerlinNoiseShader2/
DSkPerlinNoiseShader2.cpp761 const char* bcoords = "bcoords"; in emitCode() local
841 noiseCode.appendf("\n\tvec4 %s = fract(%s.xyxy + %s.yyww);", bcoords, latticeIdx, floorVal); in emitCode()
847 latticeCoords.appendf("vec2(%s.x, %s)", bcoords, chanCoord); in emitCode()
859 latticeCoords.appendf("vec2(%s.y, %s)", bcoords, chanCoord); in emitCode()
875 latticeCoords.appendf("vec2(%s.w, %s)", bcoords, chanCoord); in emitCode()
887 latticeCoords.appendf("vec2(%s.z, %s)", bcoords, chanCoord); in emitCode()