Home
last modified time | relevance | path

Searched defs:hasType (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h239 bool hasType() const { return typePresent != 0; } in hasType() function
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h239 bool hasType() const { return typePresent != 0; } in hasType() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h239 bool hasType() const { return typePresent != 0; } in hasType() function
/external/deqp-deps/glslang/SPIRV/
Ddoc.h234 bool hasType() const { return typePresent != 0; } in hasType() function
/external/deqp-deps/SPIRV-Tools/source/
Dtable.h34 const bool hasType; // Does the instruction have a type ID operand? member
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h34 const bool hasType; // Does the instruction have a type ID operand? member
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVValue.h88 bool hasType()const { return !(Attrib & SPIRVEA_NOTYPE);} in hasType() function
/external/dng_sdk/source/
Ddng_info.cpp1776 bool hasType = true; in ParseDNGPrivateData() local
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h109 bool hasType(EVT vt) const { in hasType() function
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h123 bool hasType(MVT vt) const { in hasType() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/
DIRMover.cpp1445 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/external/llvm/lib/Linker/
DIRMover.cpp1330 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java913 public static boolean hasType(List<CheckStatus> result, Type type) { in hasType() method in CheckCLDR.CheckStatus