Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h441 …TVariable* clipDistanceOutput; // synthesized clip distance out variable (shader might h… variable
DhlslParseHelper.cpp68 clipDistanceOutput(nullptr), in HlslParseContext()
2456 clipCullVar = isOutput ? &clipDistanceOutput : &clipDistanceInput; in assignClipCullDistance()