Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h450 std::array<int, maxClipCullRegs> cullSemanticNSizeOut; // vector, indexed by cull semantic ID variable
DhlslParseHelper.cpp87 cullSemanticNSizeOut.fill(0); in HlslParseContext()
1507 cullSemanticNSizeOut[loc] = type.getVectorSize(); in fixBuiltInIoType()
2461 semanticNSize = isOutput ? &cullSemanticNSizeOut : &cullSemanticNSizeIn; in assignClipCullDistance()