Searched refs:getRawPointer (Results 1 – 7 of 7) 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/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/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 417 const deUint8* getRawPointer () const; 450 const deUint8* RawUpdateRegistry::getRawPointer () const in getRawPointer() function in vkt::BindingModel::__anon1f3887440111::RawUpdateRegistry 1698 …scriptorSetWithTemplateKHR(device, descriptorSet, *updateTemplate, updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 1789 …KHR(cmd, *m_updateTemplate, getPipelineLayout(), 0, (const void*)m_updateRegistry.getRawPointer()); in writeDrawCmdBuffer() 2493 …orSetWithTemplateKHR(m_device, descriptorSet, *m_updateTemplate, m_updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 2646 …it(m_queueFamilyIndex, m_queue, *m_updateTemplate, (const void*) m_updateRegistry.getRawPointer()); in testResourceAccess() 4132 …scriptorSetWithTemplateKHR(device, descriptorSet, *updateTemplate, updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 4203 …KHR(cmd, *m_updateTemplate, getPipelineLayout(), 0, (const void*)m_updateRegistry.getRawPointer()); in writeDrawCmdBuffer() 4476 …orSetWithTemplateKHR(m_device, descriptorSet, *m_updateTemplate, m_updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 4556 …it(m_queueFamilyIndex, m_queue, *m_updateTemplate, (const void*) m_updateRegistry.getRawPointer()); in testResourceAccess() [all …]
|