Searched refs:getRawPointer (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 175 void *getRawPointer() const { in getRawPointer() function 187 return reinterpret_cast<LLVMAttributeRef>(Attr.getRawPointer()); in wrap() 395 void *getRawPointer() const { in getRawPointer() function
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 175 void *getRawPointer() const { in getRawPointer() function 187 return reinterpret_cast<LLVMAttributeRef>(Attr.getRawPointer()); in wrap() 393 void *getRawPointer() const { in getRawPointer() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 179 void *getRawPointer() const { in getRawPointer() function 191 return reinterpret_cast<LLVMAttributeRef>(Attr.getRawPointer()); in wrap() 640 void *getRawPointer() const {
|
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/ |
D | ValueEnumerator.h | 99 AttributeMapType::const_iterator I = AttributeMap.find(PAL.getRawPointer()); in getAttributeID()
|
D | ValueEnumerator.cpp | 389 unsigned &Entry = AttributeMap[PAL.getRawPointer()]; in EnumerateAttributes()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 272 void *getRawPointer() const { in getRawPointer() function
|
/external/llvm/docs/ |
D | HowToUseAttributes.rst | 60 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToUseAttributes.rst | 59 methods (e.g. ``Raw``, ``getRawPointer``, etc.). These methods break
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 425 const deUint8* getRawPointer () const; 458 const deUint8* RawUpdateRegistry::getRawPointer () const in getRawPointer() function in vkt::BindingModel::__anon96331ace0111::RawUpdateRegistry 1777 …rSetWithTemplate(device, descriptorSet, **updateTemplates.back(), registry.back().getRawPointer()); in writeDescriptorSetWithTemplate() 1880 …lates[setNdx], getPipelineLayout(), setNdx, (const void*)m_updateRegistry[setNdx].getRawPointer()); in writeDrawCmdBuffer() 2255 …iptorSetNdx(m_descriptorSetCount, setNdx), (const void*)(*updateRegistry)[setNdx].getRawPointer()); in submitAndWait() 2662 …late(m_device, descriptorSet, **m_updateTemplates.back(), m_updateRegistry.back().getRawPointer()); in writeDescriptorSetWithTemplate() 4482 …rSetWithTemplate(device, descriptorSet, **updateTemplates.back(), registry.back().getRawPointer()); in writeDescriptorSetWithTemplate() 4580 …riptorSetNdx(m_descriptorSetCount, setNdx), (const void*)m_updateRegistry[setNdx].getRawPointer()); in writeDrawCmdBuffer() 4937 …late(m_device, descriptorSet, **m_updateTemplates.back(), m_updateRegistry.back().getRawPointer()); in writeDescriptorSetWithTemplate() 6072 …rSetWithTemplate(device, descriptorSet, **updateTemplates.back(), registry.back().getRawPointer()); in writeSamplerDescriptorSetWithTemplate() [all …]
|