HomeSort by relevance Sort by last modified time
    Searched refs:maxClipCullRegs (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.h 446 static const int maxClipCullRegs = 2;
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
hlslParseHelper.cpp     [all...]

Completed in 327 milliseconds