Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DShaderCore.hpp232 rr::RValue<rr::Bool> AnyFalse(rr::RValue<sw::SIMD::Int> const &ints);
394 auto anyLanesDisabled = AnyFalse(mask); in Load()
483 auto anyLanesDisabled = AnyFalse(mask); in Store()
DShaderCore.cpp676 rr::RValue<rr::Bool> AnyFalse(rr::RValue<sw::SIMD::Int> const &ints) in AnyFalse() function