Searched refs:applySwizzle (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 22 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 293 applySwizzle(state.swizzleR, c.x, col); in sampleTexture() 294 applySwizzle(state.swizzleG, c.y, col); in sampleTexture() 295 applySwizzle(state.swizzleB, c.z, col); in sampleTexture() 296 applySwizzle(state.swizzleA, c.w, col); in sampleTexture() 551 applySwizzle(state.swizzleR, c.x, col); in sampleTexture() 552 applySwizzle(state.swizzleG, c.y, col); in sampleTexture() 553 applySwizzle(state.swizzleB, c.z, col); in sampleTexture() 554 applySwizzle(state.swizzleA, c.w, col); in sampleTexture()
|