Home
last modified time | relevance | path

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

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