Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.1.6.helperInvocation.frag.out1 spv.1.6.helperInvocation.frag
Dspv.1.6.helperInvocation.memmodel.frag.out1 spv.1.6.helperInvocation.memmodel.frag
/external/deqp-deps/glslang/Test/baseResults/
Dspv.1.6.helperInvocation.frag.out1 spv.1.6.helperInvocation.frag
Dspv.1.6.helperInvocation.memmodel.frag.out1 spv.1.6.helperInvocation.memmodel.frag
/external/swiftshader/src/Pipeline/
DPixelProgram.cpp96 routine.helperInvocation = ~maskAny(cMask, samples); in setBuiltins()
133 value[builtin.FirstComponent] = As<SIMD::Float>(routine.helperInvocation); in setBuiltins()
DSpirvShaderControlFlow.cpp578 routine->helperInvocation |= activeLaneMask(); in EmitDemoteToHelperInvocation()
587 dst.move(0, routine->helperInvocation); in EmitIsHelperInvocation()
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.hpp1608 SIMD::Int helperInvocation; member in sw::SpirvRoutine