Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp328 const auto writesAllComponents = [&](TIntermSymbol* var, TIntermBinary* swizzle) -> bool { in handleLvalue() local
437 if (!writesAllComponents(rhsTmp, lhsAsBinary)) { in handleLvalue()