Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Public/
DResourceLimits.h55 void DecodeResourceLimits(TBuiltInResource* resources, char* config);
/third_party/glslang/StandAlone/
DResourceLimits.h53 void DecodeResourceLimits(TBuiltInResource* resources, char* config);
Dresource_limits_c.cpp69 DecodeResourceLimits(reinterpret_cast<TBuiltInResource*>(resources), config); in glslang_decode_resource_limits()
DResourceLimits.cpp280 void DecodeResourceLimits(TBuiltInResource* resources, char* config) in DecodeResourceLimits() function
DStandAlone.cpp164 DecodeResourceLimits(GetResources(), configString); in ProcessConfigFile()
/third_party/glslang/gtests/
DConfig.FromFile.cpp68 DecodeResourceLimits(&resources, configChars); in TEST_P()