Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslScanContext.cpp84 std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>* SemanticMap = nullptr; variable
408 SemanticMap = new std::unordered_map<const char*, glslang::TBuiltInVariable, str_hash, str_eq>; in fillInKeywordMap()
419 (*SemanticMap)["PSIZE"] = EbvPointSize; in fillInKeywordMap()
420 (*SemanticMap)["FOG"] = EbvFogFragCoord; in fillInKeywordMap()
421 (*SemanticMap)["DEPTH"] = EbvFragDepth; in fillInKeywordMap()
422 (*SemanticMap)["VFACE"] = EbvFace; in fillInKeywordMap()
423 (*SemanticMap)["VPOS"] = EbvFragCoord; in fillInKeywordMap()
426 (*SemanticMap)["SV_POSITION"] = EbvPosition; in fillInKeywordMap()
427 (*SemanticMap)["SV_VERTEXID"] = EbvVertexIndex; in fillInKeywordMap()
428 (*SemanticMap)["SV_VIEWPORTARRAYINDEX"] = EbvViewportIndex; in fillInKeywordMap()
[all …]