Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp488 std::tuple<bool, bool, uint32_t> A_scope, B_scope, C_scope, D_scope, in ArithmeticsPass() local
491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass()
512 if (notEqual(A_scope, B_scope) || notEqual(A_scope, C_scope) || in ArithmeticsPass()
513 notEqual(A_scope, D_scope) || notEqual(B_scope, C_scope) || in ArithmeticsPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_arithmetics.cpp488 std::tuple<bool, bool, uint32_t> A_scope, B_scope, C_scope, D_scope, in ArithmeticsPass() local
491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass()
512 if (notEqual(A_scope, B_scope) || notEqual(A_scope, C_scope) || in ArithmeticsPass()
513 notEqual(A_scope, D_scope) || notEqual(B_scope, C_scope) || in ArithmeticsPass()
/third_party/spirv-tools/source/val/
Dvalidate_arithmetics.cpp488 std::tuple<bool, bool, uint32_t> A_scope, B_scope, C_scope, D_scope, in ArithmeticsPass() local
491 A_scope = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(2)); in ArithmeticsPass()
512 if (notEqual(A_scope, B_scope) || notEqual(A_scope, C_scope) || in ArithmeticsPass()
513 notEqual(A_scope, D_scope) || notEqual(B_scope, C_scope) || in ArithmeticsPass()