Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DShaderD3D.h72 bool usesHelperInvocation() const { return mUsesHelperInvocation; } in usesHelperInvocation()
90 bool mUsesHelperInvocation; variable
DShaderD3D.cpp161 mUsesHelperInvocation = false; in uncompile()
291 mUsesHelperInvocation = in compile()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DOutputHLSL.h199 bool mUsesHelperInvocation; variable
DOutputHLSL.cpp337 mUsesHelperInvocation = false; in OutputHLSL()
803 if (mUsesHelperInvocation) in header()
1100 if (mUsesHelperInvocation) in header()
1279 mUsesHelperInvocation = true; in visitSymbol()