Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.cpp715 rr::RValue<sw::SIMD::UInt> NthBit32(rr::RValue<sw::SIMD::UInt> const &bits) in NthBit32() function
723 return NthBit32(bitCount) - sw::SIMD::UInt(1); in Bitmask32()
DShaderCore.hpp252 rr::RValue<sw::SIMD::UInt> NthBit32(rr::RValue<sw::SIMD::UInt> const &bits);
DSpirvShaderArithmetic.cpp182 auto sign = out & NthBit32(count - one); in EmitUnaryOp()