Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp185 const uint32_t condition_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
189 if (!condition_type || (!_.IsBoolScalarType(condition_type) && in LogicalsPass()
190 !_.IsBoolVectorType(condition_type))) in LogicalsPass()
195 if (_.GetDimension(condition_type) != dimension) in LogicalsPass()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_logicals.cpp184 const uint32_t condition_type = _.GetOperandTypeId(inst, 2); in LogicalsPass() local
188 if (!condition_type || (!_.IsBoolScalarType(condition_type) && in LogicalsPass()
189 !_.IsBoolVectorType(condition_type))) in LogicalsPass()
194 if (_.GetDimension(condition_type) != dimension) in LogicalsPass()
/external/v8/src/compiler/
Dtyped-optimization.cc506 Type const condition_type = NodeProperties::GetType(condition); in ReduceSelect() local
511 if (condition_type.Is(true_type_)) { in ReduceSelect()
515 if (condition_type.Is(false_type_)) { in ReduceSelect()