Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DPixelProgram.cpp95 routine.helperInvocation = ~maskAny(cMask); in setBuiltins()
132 value[builtin.FirstComponent] = As<SIMD::Float>(routine.helperInvocation); in setBuiltins()
DSpirvShaderDebugger.cpp1246 sw::SIMD::uint_t helperInvocation; member
2466 buildGlobal("helperInvocation", state->globals.fragment.helperInvocation); in buildGlobals()
2640 store(fragment + OFFSET(Globals::Fragment, helperInvocation), routine->helperInvocation); in dbgBeginEmit()
DSpirvShader.hpp1410 SIMD::Int helperInvocation; member in sw::SpirvRoutine