HomeSort by relevance Sort by last modified time
    Searched refs:addType (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DebugInfo.h 89 bool addType(DIType *DT);
  /system/tools/hidl/
Scope.h 39 void addType(NamedType* type);
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemImageValidator.cpp 189 .addType(vk::VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, 1u)
190 .addType(vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1u)
191 .addType(vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u)
vktProtectedMemBufferValidator.hpp 217 .addType(getDescriptorType(m_bufferType), 1u)
218 .addType(vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, 1u)
219 .addType(vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, 1u)
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVModule.cpp 186 template<class T> T * addType(T *Ty);
658 SPIRVModuleImpl::addType(T *Ty) {
667 return addType(new SPIRVTypeVoid(this, getId()));
672 return addType(new SPIRVTypeArray(this, getId(), ElementType, Length));
677 return addType(new SPIRVTypeBool(this, getId()));
687 return addType(Ty);
692 SPIRVTypeFloat *T = addType(new SPIRVTypeFloat(this, getId(), BitWidth));
699 return addType(new SPIRVTypePointer(this, getId(), StorageClass,
706 return addType(new SPIRVTypeFunction(this, getId(), ReturnType,
712 return addType(new SPIRVTypeOpaque(this, getId(), Name))
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 82 bool addType(DIType *DT);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 94 bool addType(DIType *DT);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfo.h 94 bool addType(DIType *DT);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferComputeInstance.cpp 152 .addType(vk::VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)
153 .addType(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER,1u)
  /external/llvm/lib/IR/
DebugInfo.cpp 94 if (!addType(DT))
188 bool DebugInfoFinder::addType(DIType *DT) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 606 /// addType - Add a new type attribute to the specified entity.
607 void CompileUnit::addType(DIE *Entity, DIType Ty) {
695 addType(&Buffer, FromTy);
742 addType(&Buffer, DIType(RTy));
754 addType(Arg, DIType(Ty));
798 addType(ElemDie, DV.getType());
872 addType(ParamDIE, TP.getType());
886 addType(ParamDIE, TPV.getType());
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 753 void DwarfUnit::addType(DIE &Entity, const DIType *Ty,
820 addType(Buffer, FromTy);
850 addType(Arg, Ty);
862 addType(Buffer, RTy);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsStorage.cpp 382 descriptorPoolBuilder.addType(imageSparseDescType(), imageSparseInfo.mipLevels);
383 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels);
384 descriptorPoolBuilder.addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, imageSparseInfo.mipLevels);
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageSizeTests.cpp 382 .addType(VK_DESCRIPTOR_TYPE_STORAGE_IMAGE)
383 .addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)
459 .addType(VK_DESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER)
460 .addType(VK_DESCRIPTOR_TYPE_STORAGE_BUFFER)

Completed in 683 milliseconds

1 2 3 4 5 6 7