Home
last modified time | relevance | path

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

/external/skia/modules/particles/include/
DSkReflected.h73 bool isOfType(const Type* t) const { in isOfType() function
179 if (!newObj || newObj->isOfType(T::GetType())) { in visit()
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp186 if (chip < GFX9 && !instr->operands[i].isOfType(RegType::vgpr)) in can_use_SDWA()
194 if (chip < GFX9 && !instr->operands[0].isOfType(RegType::vgpr)) in can_use_SDWA()
Daco_ir.h678 constexpr bool isOfType(RegType type) const noexcept in isOfType() function