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 289 applySwizzle(state.swizzleR, c.x, col); in sampleTexture() 290 applySwizzle(state.swizzleG, c.y, col); in sampleTexture() 291 applySwizzle(state.swizzleB, c.z, col); in sampleTexture() 292 applySwizzle(state.swizzleA, c.w, col); in sampleTexture() 545 applySwizzle(state.swizzleR, c.x, col); in sampleTexture() 546 applySwizzle(state.swizzleG, c.y, col); in sampleTexture() 547 applySwizzle(state.swizzleB, c.z, col); in sampleTexture() 548 applySwizzle(state.swizzleA, c.w, col); in sampleTexture()
|