Home
last modified time | relevance | path

Searched defs:const (Results 1 – 25 of 12765) sorted by relevance

12345678910>>...511

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
H A DvkDeviceFeaturesForDefaultDeviceDefs.inl6 …ansformFeedbackFeaturesEXT& getTransformFeedbackFeaturesEXT (void) const { return m_devi…
7 …viceDynamicRenderingFeatures& getDynamicRenderingFeatures (void) const { return m_devi…
8 …CornerSampledImageFeaturesNV& getCornerSampledImageFeatures (void) const { return m_devi…
9 const VkPhysicalDeviceMultiviewFeatures& getMultiviewFeatures (void) const { return m…
10 …ompressionASTCHDRFeatures& getTextureCompressionASTCHDRFeatures (void) const { return m_devi…
11 const VkPhysicalDeviceASTCDecodeFeaturesEXT& getASTCDecodeFeaturesEXT (void) const { re…
12 …pelineRobustnessFeaturesEXT& getPipelineRobustnessFeaturesEXT (void) const { return m_devi…
13 …ionalRenderingFeaturesEXT& getConditionalRenderingFeaturesEXT (void) const { return m_devi…
14 …viceShaderFloat16Int8Features& getShaderFloat16Int8Features (void) const { return m_devi…
15 const VkPhysicalDevice16BitStorageFeatures& get16BitStorageFeatures (void) const { re…
[all …]
H A DvkDeviceFeaturesForContextDefs.inl6 …eedbackFeaturesEXT& Context::getTransformFeedbackFeaturesEXT (void) const { return m_devi…
7 …micRenderingFeatures& Context::getDynamicRenderingFeatures (void) const { return m_devi…
8 …pledImageFeaturesNV& Context::getCornerSampledImageFeatures (void) const { return m_devi…
9 …lDeviceMultiviewFeatures& Context::getMultiviewFeatures (void) const { return m_devi…
10 …nASTCHDRFeatures& Context::getTextureCompressionASTCHDRFeatures (void) const { return m_devi…
11 …eASTCDecodeFeaturesEXT& Context::getASTCDecodeFeaturesEXT (void) const { return m_devi…
12 …ustnessFeaturesEXT& Context::getPipelineRobustnessFeaturesEXT (void) const { return m_devi…
13 …eringFeaturesEXT& Context::getConditionalRenderingFeaturesEXT (void) const { return m_devi…
14 …rFloat16Int8Features& Context::getShaderFloat16Int8Features (void) const { return m_devi…
15 …ce16BitStorageFeatures& Context::get16BitStorageFeatures (void) const { return m_devi…
[all …]
H A DvkDevicePropertiesForDefaultDeviceDefs.inl6 …TransformFeedbackPropertiesEXT& getTransformFeedbackPropertiesEXT (void) const { return m_devi…
7 const VkPhysicalDeviceMultiviewProperties& getMultiviewProperties (void) const { return m…
8 …pelineRobustnessPropertiesEXT& getPipelineRobustnessPropertiesEXT (void) const { return m_devi…
9 const VkPhysicalDeviceIDProperties& getIDProperties (void) const { return m_devicePro…
10 const VkPhysicalDevicePushDescriptorPropertiesKHR& getPushDescriptorProperties (void) const
11 …ewAttributesPropertiesNVX& getMultiviewPerViewAttributesPropertiesNVX (void) const { return m_devi…
12 …ceDiscardRectanglePropertiesEXT& getDiscardRectanglePropertiesEXT (void) const { return m_devi…
13 …RasterizationPropertiesEXT& getConservativeRasterizationPropertiesEXT (void) const { return m_devi…
14 …vicePerformanceQueryPropertiesKHR& getPerformanceQueryProperties (void) const { return m_devi…
15 const VkPhysicalDevicePointClippingProperties& getPointClippingProperties (void) const { re…
[all …]
H A DvkDevicePropertiesForContextDefs.inl6 …FeedbackPropertiesEXT& Context::getTransformFeedbackPropertiesEXT (void) const { return m_devi…
7 …lDeviceMultiviewProperties& Context::getMultiviewProperties (void) const { return m_devi…
8 …ustnessPropertiesEXT& Context::getPipelineRobustnessPropertiesEXT (void) const { return m_devi…
9 const vk::VkPhysicalDeviceIDProperties& Context::getIDProperties (void) const { return…
10 …shDescriptorPropertiesKHR& Context::getPushDescriptorProperties (void) const { return m_devi…
11 …tesPropertiesNVX& Context::getMultiviewPerViewAttributesPropertiesNVX (void) const { return m_devi…
12 …RectanglePropertiesEXT& Context::getDiscardRectanglePropertiesEXT (void) const { return m_devi…
13 …tionPropertiesEXT& Context::getConservativeRasterizationPropertiesEXT (void) const { return m_devi…
14 …rmanceQueryPropertiesKHR& Context::getPerformanceQueryProperties (void) const { return m_devi…
15 …ePointClippingProperties& Context::getPointClippingProperties (void) const { return m_devi…
[all …]
H A DvkDeviceDriverImpl.inl7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const argument
12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const argument
17 …eviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const
22 …ueueSubmit (VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) const
27 VkResult DeviceDriver::queueWaitIdle (VkQueue queue) const
32 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const
37 …llocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const
42 …:freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) const argument
47 …Memory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const
52 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc24 bool TFGraphDialect::IsAdd(TFOp op) const { in IsAdd()
32 bool TFGraphDialect::IsAddN(TFOp op) const { in IsAddN()
37 bool TFGraphDialect::IsAll(TFOp op) const { in IsAll()
42 bool TFGraphDialect::IsAngle(TFOp op) const { in IsAngle()
47 bool TFGraphDialect::IsAny(TFOp op) const { in IsAny()
52 bool TFGraphDialect::IsAnyDiv(TFOp op) const { in IsAnyDiv()
58 bool TFGraphDialect::IsAnyBatchMatMul(TFOp op) const { in IsAnyBatchMatMul()
63 bool TFGraphDialect::IsAnyMatMul(TFOp op) const { in IsAnyMatMul()
69 bool TFGraphDialect::IsAnyMax(TFOp op) const { in IsAnyMax()
75 bool TFGraphDialect::IsAnyMaxPool(TFOp op) const { in IsAnyMaxPool()
[all …]
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_funcs.hpp61 …AN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
69 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
84 …lDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch const & d ) const… in enumeratePhysicalDevices()
92 …sicalDevice, PhysicalDeviceAllocator>>::type Instance::enumeratePhysicalDevices( Dispatch const & … in enumeratePhysicalDevices()
119 …sicalDevice, PhysicalDeviceAllocator>>::type Instance::enumeratePhysicalDevices( PhysicalDeviceAll… in enumeratePhysicalDevices()
148 …_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
156 …:PhysicalDeviceFeatures PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
171 …AN_HPP_NAMESPACE::FormatProperties * pFormatProperties, Dispatch const & d ) const VULKAN_HPP_NOE… in getFormatProperties()
179 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
194 …MESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling ti… in getImageFormatProperties()
[all …]
Dvulkansc_funcs.hpp61 …AN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
69 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
84 …lDeviceCount, VULKAN_HPP_NAMESPACE::PhysicalDevice * pPhysicalDevices, Dispatch const & d ) const… in enumeratePhysicalDevices()
92 …sicalDevice, PhysicalDeviceAllocator>>::type Instance::enumeratePhysicalDevices( Dispatch const & … in enumeratePhysicalDevices()
119 …sicalDevice, PhysicalDeviceAllocator>>::type Instance::enumeratePhysicalDevices( PhysicalDeviceAll… in enumeratePhysicalDevices()
148 …_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
156 …:PhysicalDeviceFeatures PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
171 …AN_HPP_NAMESPACE::FormatProperties * pFormatProperties, Dispatch const & d ) const VULKAN_HPP_NOE… in getFormatProperties()
179 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
194 …MESPACE::Format format, VULKAN_HPP_NAMESPACE::ImageType type, VULKAN_HPP_NAMESPACE::ImageTiling ti… in getImageFormatProperties()
[all …]
/aosp_15_r20/external/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp79 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
87 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
100 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
111 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
144 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
175 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
184 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
199 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
210 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
225 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp74 …AN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, in destroy()
83 …INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in destroy()
95 Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
108 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
142 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
172 …_INLINE void PhysicalDevice::getFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, in getFeatures()
182 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
193 PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
205 … PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
218 PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp74 …AN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, in destroy()
83 …INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in destroy()
95 Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
108 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
142 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
172 …_INLINE void PhysicalDevice::getFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, in getFeatures()
182 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
193 PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
205 … PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
218 PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp74 …AN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, in destroy()
83 …INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in destroy()
95 Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
108 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
142 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
172 …_INLINE void PhysicalDevice::getFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, in getFeatures()
182 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
193 PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
205 … PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
218 PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp74 …AN_HPP_INLINE void Instance::destroy( const VULKAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, in destroy()
83 …INLINE void Instance::destroy( Optional<const VULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, in destroy()
95 Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
108 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
142 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
172 …_INLINE void PhysicalDevice::getFeatures( VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, in getFeatures()
182 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
193 PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
205 … PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
218 PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp70 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
78 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
88 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
99 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
133 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
164 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
173 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
185 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
196 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
208 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp70 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
78 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
88 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
99 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
133 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
164 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
173 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
185 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
196 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
208 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp70 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
78 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
88 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
99 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
133 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
164 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
173 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
185 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
196 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
208 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp70 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
78 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
88 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
99 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
133 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
164 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
173 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
185 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
196 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
208 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/external/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp76 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
84 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
97 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
108 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
141 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
172 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
181 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
196 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
207 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
222 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/
H A Dvulkan_funcs.hpp79 …KAN_HPP_NAMESPACE::AllocationCallbacks * pAllocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
87 …ULKAN_HPP_NAMESPACE::AllocationCallbacks> allocator, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in destroy()
100 …lt Instance::enumeratePhysicalDevices( uint32_t * pPhysicalDeviceCount, in enumeratePhysicalDevices()
114 Instance::enumeratePhysicalDevices( Dispatch const & d ) const in enumeratePhysicalDevices()
147 …eratePhysicalDevices( PhysicalDeviceAllocator & physicalDeviceAllocator, Dispatch const & d ) const in enumeratePhysicalDevices()
178 …N_HPP_NAMESPACE::PhysicalDeviceFeatures * pFeatures, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
187 … PhysicalDevice::getFeatures( Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFeatures()
202 …P_INLINE void PhysicalDevice::getFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getFormatProperties()
214 …rmatProperties( VULKAN_HPP_NAMESPACE::Format format, Dispatch const & d ) const VULKAN_HPP_NOEXCEPT in getFormatProperties()
229 …ult PhysicalDevice::getImageFormatProperties( VULKAN_HPP_NAMESPACE::Format format, in getImageFormatProperties()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
H A DvkDeviceDriverImpl.inl7 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const argument
12 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const argument
17 …eviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const
22 …ueueSubmit (VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) const
27 VkResult DeviceDriver::queueWaitIdle (VkQueue queue) const
32 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const
37 …llocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const
42 …Memory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const
47 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
52 …yRanges (VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) con… argument
[all …]
H A DvkDeviceDriverSCImpl.inl7 PFN_vkVoidFunction DeviceDriverSC::getDeviceProcAddr (VkDevice device, const char* pName) const argument
12 void DeviceDriverSC::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const argument
21 …eviceQueue (VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue) const
30 …ueueSubmit (VkQueue queue, uint32_t submitCount, const VkSubmitInfo* pSubmits, VkFence fence) const
37 VkResult DeviceDriverSC::queueWaitIdle (VkQueue queue) const
44 VkResult DeviceDriverSC::deviceWaitIdle (VkDevice device) const
51 …llocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory) const
65 …Memory memory, VkDeviceSize offset, VkDeviceSize size, VkMemoryMapFlags flags, void** ppData) const
80 void DeviceDriverSC::unmapMemory (VkDevice device, VkDeviceMemory memory) const
86 …yRanges (VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange* pMemoryRanges) con… argument
[all …]
H A DvkDeviceFeaturesForDefaultDeviceDefs.inl6 …essionASTCHDRFeaturesEXT& getTextureCompressionASTCHDRFeaturesEXT (void) const { return m_devi…
7 const VkPhysicalDeviceASTCDecodeFeaturesEXT& getASTCDecodeFeaturesEXT (void) const { retu…
8 …viceDepthClipEnableFeaturesEXT& getDepthClipEnableFeaturesEXT (void) const { return m_devi…
9 …vicePerformanceQueryFeaturesKHR& getPerformanceQueryFeatures (void) const { return m_devi…
10 …perationAdvancedFeaturesEXT& getBlendOperationAdvancedFeaturesEXT (void) const { return m_devi…
11 const VkPhysicalDeviceShaderClockFeaturesKHR& getShaderClockFeatures (void) const { retu…
12 …exAttributeDivisorFeaturesKHR& getVertexAttributeDivisorFeatures (void) const { return m_devi…
13 …minateInvocationFeaturesKHR& getShaderTerminateInvocationFeatures (void) const { return m_devi…
14 …bgroupSizeControlFeaturesEXT& getSubgroupSizeControlFeaturesEXT (void) const { return m_devi…
15 …FragmentShadingRateFeaturesKHR& getFragmentShadingRateFeatures (void) const { return m_devi…
[all …]
H A DvkDeviceFeaturesForContextDefs.inl6 …TCHDRFeaturesEXT& Context::getTextureCompressionASTCHDRFeaturesEXT (void) const { return m_devi…
7 …iceASTCDecodeFeaturesEXT& Context::getASTCDecodeFeaturesEXT (void) const { return m_devi…
8 …ClipEnableFeaturesEXT& Context::getDepthClipEnableFeaturesEXT (void) const { return m_devi…
9 …ormanceQueryFeaturesKHR& Context::getPerformanceQueryFeatures (void) const { return m_devi…
10 …dvancedFeaturesEXT& Context::getBlendOperationAdvancedFeaturesEXT (void) const { return m_devi…
11 …iceShaderClockFeaturesKHR& Context::getShaderClockFeatures (void) const { return m_devi…
12 …teDivisorFeaturesKHR& Context::getVertexAttributeDivisorFeatures (void) const { return m_devi…
13 …ocationFeaturesKHR& Context::getShaderTerminateInvocationFeatures (void) const { return m_devi…
14 …eControlFeaturesEXT& Context::getSubgroupSizeControlFeaturesEXT (void) const { return m_devi…
15 …hadingRateFeaturesKHR& Context::getFragmentShadingRateFeatures (void) const { return m_devi…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/
H A Doperator.cc108 flatbuffers::FlatBufferBuilder* builder) const override { in WriteOptions()
118 TocoOperator* op) const override { in ReadOptions()
137 flatbuffers::FlatBufferBuilder* builder) const override { in WriteOptions()
148 TocoOperator* op) const override { in ReadOptions()
168 flatbuffers::FlatBufferBuilder* builder) const override { in WriteOptions()
179 TocoOperator* op) const override { in ReadOptions()
190 int GetVersion(const OperatorSignature& op_signature) const override { in GetVersion() argument
211 flatbuffers::FlatBufferBuilder* builder) const override { in WriteOptions()
218 TocoOperator* op) const override { in ReadOptions()
231 flatbuffers::FlatBufferBuilder* builder) const override { in WriteOptions()
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstMIPS32.cpp61 template <> void InstMIPS32Lui::emit(const Cfg *Func) const { in emit() argument
169 void InstMIPS32Label::dump(const Cfg *Func) const { in dump() argument
176 void InstMIPS32Label::emit(const Cfg *Func) const { in emit() argument
183 void InstMIPS32Label::emitIAS(const Cfg *Func) const { in emitIAS() argument
238 void InstMIPS32::dump(const Cfg *Func) const { in dump() argument
246 void OperandMIPS32Mem::emit(const Cfg *Func) const { in emit() argument
328 void InstMIPS32Ret::emit(const Cfg *Func) const { in emit() argument
342 void InstMIPS32Br::emitIAS(const Cfg *Func) const { in emitIAS() argument
379 void InstMIPS32Br::emit(const Cfg *Func) const { in emit() argument
431 void InstMIPS32Br::dump(const Cfg *Func) const { in dump() argument
[all …]

12345678910>>...511