Home
last modified time | relevance | path

Searched refs:AnyTrue (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Pipeline/
DShaderCore.hpp230 rr::RValue<rr::Bool> AnyTrue(rr::RValue<sw::SIMD::Int> const &ints);
363 If(AnyTrue(mask)) in Load()
448 If(AnyTrue(mask)) in Store()
DSpirvShaderControlFlow.cpp485 Nucleus::createCondBr(AnyTrue(loopActiveLaneMask).value(), headerBasicBlock, mergeBasicBlock); in EmitLoop()
DShaderCore.cpp671 rr::RValue<rr::Bool> AnyTrue(rr::RValue<sw::SIMD::Int> const &ints) in AnyTrue() function
DSpirvShaderImage.cpp137 If(AnyTrue(state->activeLaneMask())) in EmitImageSample()