Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DValidateBarrierFunctionCall.h19 ANGLE_NO_DISCARD bool ValidateBarrierFunctionCall(TIntermBlock *root, TDiagnostics *diagnostics);
DValidateBarrierFunctionCall.cpp94 bool ValidateBarrierFunctionCall(TIntermBlock *root, TDiagnostics *diagnostics) in ValidateBarrierFunctionCall() function
DCompiler.cpp696 if (mShaderType == GL_TESS_CONTROL_SHADER && !ValidateBarrierFunctionCall(root, &mDiagnostics)) in checkAndSimplifyAST()
/third_party/skia/third_party/externals/angle2/src/
Dcompiler.gni99 "src/compiler/translator/ValidateBarrierFunctionCall.cpp",
100 "src/compiler/translator/ValidateBarrierFunctionCall.h",