HomeSort by relevance Sort by last modified time
    Searched defs:getTypeClass (Results 1 - 25 of 264) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 134 Op getTypeClass(Id typeId) const { return getOpCode(typeId); }
153 bool isIntType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getInstruction(typeId)->getImmediateOperand(1) != 0; }
154 bool isUintType(Id typeId) const { return getTypeClass(typeId) == OpTypeInt && module.getInstruction(typeId)->getImmediateOperand(1) == 0; }
155 bool isFloatType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat; }
156 bool isPointerType(Id typeId) const { return getTypeClass(typeId) == OpTypePointer; }
157 bool isScalarType(Id typeId) const { return getTypeClass(typeId) == OpTypeFloat || getTypeClass(typeId) == OpTypeInt || getTypeClass(typeId) == OpTypeBool; }
158 bool isVectorType(Id typeId) const { return getTypeClass(typeId) == OpTypeVector; }
159 bool isMatrixType(Id typeId) const { return getTypeClass(typeId) == OpTypeMatrix;
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Type.h     [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.1.0/
lint-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.1.3/
lint-24.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0/
lint-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-alpha1/
lint-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-beta4/
lint-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.0-rc1/
lint-24.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.1/
lint-24.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.2/
lint-24.2.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint/24.2.3/
lint-24.2.3.jar 

Completed in 1161 milliseconds

1 2 3 4 5 6 7 8 91011