Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderArithmetic.cpp168 auto mask = Bitmask32(offset + count) ^ Bitmask32(offset); in EmitUnaryOp()
179 SIMD::UInt out = (v >> offset) & Bitmask32(count); in EmitUnaryOp()
DShaderCore.hpp255 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount);
DShaderCore.cpp721 rr::RValue<sw::SIMD::UInt> Bitmask32(rr::RValue<sw::SIMD::UInt> const &bitCount) in Bitmask32() function