Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DSamplerCore.cpp22 void applySwizzle(sw::SwizzleType swizzle, sw::Short4& s, const sw::Vector4s& c) in applySwizzle() function
36 void applySwizzle(sw::SwizzleType swizzle, sw::Float4& f, const sw::Vector4f& c) in applySwizzle() function
266 applySwizzle(state.swizzleR, c.x, col); in sampleTexture()
267 applySwizzle(state.swizzleG, c.y, col); in sampleTexture()
268 applySwizzle(state.swizzleB, c.z, col); in sampleTexture()
269 applySwizzle(state.swizzleA, c.w, col); in sampleTexture()
496 applySwizzle(state.swizzleR, c.x, col); in sampleTexture()
497 applySwizzle(state.swizzleG, c.y, col); in sampleTexture()
498 applySwizzle(state.swizzleB, c.z, col); in sampleTexture()
499 applySwizzle(state.swizzleA, c.w, col); in sampleTexture()