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 | 419 const deUint8* getRawPointer () const; 452 const deUint8* RawUpdateRegistry::getRawPointer () const in getRawPointer() function in vkt::BindingModel::__anon58490bc20111::RawUpdateRegistry 1717 …eDescriptorSetWithTemplate(device, descriptorSet, *updateTemplate, updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 1809 …KHR(cmd, *m_updateTemplate, getPipelineLayout(), 0, (const void*)m_updateRegistry.getRawPointer()); in writeDrawCmdBuffer() 2528 …iptorSetWithTemplate(m_device, descriptorSet, *m_updateTemplate, m_updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 2684 …it(m_queueFamilyIndex, m_queue, *m_updateTemplate, (const void*) m_updateRegistry.getRawPointer()); in testResourceAccess() 4190 …eDescriptorSetWithTemplate(device, descriptorSet, *updateTemplate, updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 4261 …KHR(cmd, *m_updateTemplate, getPipelineLayout(), 0, (const void*)m_updateRegistry.getRawPointer()); in writeDrawCmdBuffer() 4534 …iptorSetWithTemplate(m_device, descriptorSet, *m_updateTemplate, m_updateRegistry.getRawPointer()); in writeDescriptorSetWithTemplate() 4614 …it(m_queueFamilyIndex, m_queue, *m_updateTemplate, (const void*) m_updateRegistry.getRawPointer()); in testResourceAccess() [all …]
|