Searched refs:maxClipCullRegs (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/hlsl/ |
D | hlslParseHelper.h | 446 static const int maxClipCullRegs = 2; variable 447 std::array<int, maxClipCullRegs> clipSemanticNSizeIn; // vector, indexed by clip semantic ID 448 std::array<int, maxClipCullRegs> cullSemanticNSizeIn; // vector, indexed by cull semantic ID 449 std::array<int, maxClipCullRegs> clipSemanticNSizeOut; // vector, indexed by clip semantic ID 450 std::array<int, maxClipCullRegs> cullSemanticNSizeOut; // vector, indexed by cull semantic ID
|
D | hlslParseHelper.cpp | 2470 std::array<int, maxClipCullRegs> semanticOffset; in assignClipCullDistance() 2476 for (int x = 0; x < maxClipCullRegs; ++x) { in assignClipCullDistance() 6012 … qualifier.layoutLocation = getSemanticNumber(upperCase, maxClipCullRegs, "invalid clip semantic"); in handleSemantic() 6015 … qualifier.layoutLocation = getSemanticNumber(upperCase, maxClipCullRegs, "invalid cull semantic"); in handleSemantic()
|