Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.hpp925 , activeLaneMaskValue(activeLaneMask.value()) in EmitState()
945 ASSERT(activeLaneMaskValue != nullptr); in activeLaneMask()
946 return RValue<SIMD::Int>(activeLaneMaskValue); in activeLaneMask()
981 rr::Value *activeLaneMaskValue = nullptr; // The current active lane mask. member in sw::SpirvShader::EmitState
DSpirvShaderControlFlow.cpp732 state->activeLaneMaskValue = mask.value(); in SetActiveLaneMask()