Searched refs:ValidateVarDeclHelper (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp289 static bool ValidateVarDeclHelper( function in namespace:slang::__anon1324
351 if (!ValidateVarDeclHelper(VD, FT, SPS, UnionDecl)) {
368 return ValidateVarDeclHelper(VD, PointeeType, SPS, UnionDecl);
375 return ValidateVarDeclHelper(VD, ElementType, SPS, UnionDecl);
382 return ValidateVarDeclHelper(VD, ElementType, SPS, UnionDecl);
430 return ValidateVarDeclHelper(VD, T, SPS, NULL);

Completed in 167 milliseconds