Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h442 …TVariable* cullDistanceOutput; // synthesized cull distance out variable (shader might h… variable
DhlslParseHelper.cpp69 cullDistanceOutput(nullptr), in HlslParseContext()
2460 clipCullVar = isOutput ? &cullDistanceOutput : &cullDistanceInput; in assignClipCullDistance()