Home
last modified time | relevance | path

Searched refs:VkDevice (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h264 PFN_vkVoidFunction anv_GetDeviceProcAddr(VkDevice device, const char* pName);
265 PFN_vkVoidFunction gen7_GetDeviceProcAddr(VkDevice device, const char* pName);
266 PFN_vkVoidFunction gen75_GetDeviceProcAddr(VkDevice device, const char* pName);
267 PFN_vkVoidFunction gen8_GetDeviceProcAddr(VkDevice device, const char* pName);
268 PFN_vkVoidFunction gen9_GetDeviceProcAddr(VkDevice device, const char* pName);
269 PFN_vkVoidFunction gen10_GetDeviceProcAddr(VkDevice device, const char* pName);
312 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
313 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
314 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
315 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
[all …]
Danv_entrypoints.c434 …PFN_vkVoidFunction anv_GetDeviceProcAddr(VkDevice device, const char* pName) __attribute__ ((weak)…
442 …DeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice) __attri…
443 …void anv_DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) __attribute__ ((w…
448 …void anv_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* …
451 VkResult anv_DeviceWaitIdle(VkDevice device) __attribute__ ((weak));
452 …VkResult anv_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAl…
453 …void anv_FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocato…
454 …VkResult anv_MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize s…
455 void anv_UnmapMemory(VkDevice device, VkDeviceMemory memory) __attribute__ ((weak));
456 …VkResult anv_FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMem…
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkVirtualDeviceInterface.inl4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const = 0;
5 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) con…
6 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIn…
9 virtual VkResult deviceWaitIdle (VkDevice device) const = 0;
10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
11 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallb…
12 virtual VkResult mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, …
13 virtual void unmapMemory (VkDevice device, VkDeviceMemory memory) const = 0;
14 virtual VkResult flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const …
15 virtual VkResult invalidateMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, con…
[all …]
DvkConcreteDeviceInterface.inl4 virtual PFN_vkVoidFunction getDeviceProcAddr (VkDevice device, const char* pName) const;
5 virtual void destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) con…
6 virtual void getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIn…
9 virtual VkResult deviceWaitIdle (VkDevice device) const;
10 virtual VkResult allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInf…
11 virtual void freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallb…
12 virtual VkResult mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, …
13 virtual void unmapMemory (VkDevice device, VkDeviceMemory memory) const;
14 virtual VkResult flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const …
15 virtual VkResult invalidateMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, con…
[all …]
DvkFunctionPointerTypes.inl14 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* GetDeviceProcAddrFunc) (VkDevice device,…
15 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
16 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyDeviceFunc) (VkDevice device, const VkAllo…
21 typedef VKAPI_ATTR void (VKAPI_CALL* GetDeviceQueueFunc) (VkDevice device, deUint32 que…
24 typedef VKAPI_ATTR VkResult (VKAPI_CALL* DeviceWaitIdleFunc) (VkDevice device);
25 typedef VKAPI_ATTR VkResult (VKAPI_CALL* AllocateMemoryFunc) (VkDevice device, const VkM…
26 typedef VKAPI_ATTR void (VKAPI_CALL* FreeMemoryFunc) (VkDevice device, VkDeviceMemory …
27 typedef VKAPI_ATTR VkResult (VKAPI_CALL* MapMemoryFunc) (VkDevice device, VkDeviceMemo…
28 typedef VKAPI_ATTR void (VKAPI_CALL* UnmapMemoryFunc) (VkDevice device, VkDeviceMemory…
29 typedef VKAPI_ATTR VkResult (VKAPI_CALL* FlushMappedMemoryRangesFunc) (VkDevice device, de…
[all …]
DvkDeviceDriverImpl.inl5 PFN_vkVoidFunction DeviceDriver::getDeviceProcAddr (VkDevice device, const char* pName) const
10 void DeviceDriver::destroyDevice (VkDevice device, const VkAllocationCallbacks* pAllocator) const
15 void DeviceDriver::getDeviceQueue (VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex,…
30 VkResult DeviceDriver::deviceWaitIdle (VkDevice device) const
35 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, …
40 void DeviceDriver::freeMemory (VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks*…
45 VkResult DeviceDriver::mapMemory (VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDe…
50 void DeviceDriver::unmapMemory (VkDevice device, VkDeviceMemory memory) const
55 VkResult DeviceDriver::flushMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, const V…
60 VkResult DeviceDriver::invalidateMappedMemoryRanges (VkDevice device, deUint32 memoryRangeCount, co…
[all …]
DvkRefUtil.inl5 Move<VkDevice> createDevice (const PlatformInterface& vkp, VkInstance instance, const Inst…
6 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMem…
7 Move<VkFence> createFence (const DeviceInterface& vk, VkDevice device, const VkFenceCreat…
8 Move<VkSemaphore> createSemaphore (const DeviceInterface& vk, VkDevice device, const VkSema…
9 Move<VkEvent> createEvent (const DeviceInterface& vk, VkDevice device, const VkEventCreat…
10 Move<VkQueryPool> createQueryPool (const DeviceInterface& vk, VkDevice device, const VkQuer…
11 Move<VkBuffer> createBuffer (const DeviceInterface& vk, VkDevice device, const VkBufferCre…
12 Move<VkBufferView> createBufferView (const DeviceInterface& vk, VkDevice device, const VkBuf…
13 Move<VkImage> createImage (const DeviceInterface& vk, VkDevice device, const VkImageCreat…
14 Move<VkImageView> createImageView (const DeviceInterface& vk, VkDevice device, const VkImag…
[all …]
DvkRefUtil.hpp35 VkDevice device,
40 VkDevice device,
44 Move<VkCommandBuffer> allocateCommandBuffer (const DeviceInterface& vk, VkDevice device, const VkCo…
45 Move<VkDescriptorSet> allocateDescriptorSet (const DeviceInterface& vk, VkDevice device, const VkDe…
48 VkDevice device,
53 VkDevice device,
58 VkDevice device,
64 VkDevice device,
69 VkDevice device,
DvkMemUtil.hpp74 void flushAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
75 void invalidateAlloc (const DeviceInterface& vkd, VkDevice device, const Allocation& alloc);
136 …SimpleAllocator (const DeviceInterface& vk, VkDevice device, const VkPhysicalDeviceMemoryPropertie…
143 const VkDevice m_device;
147 …, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkB…
148 …, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkI…
150 void* mapMemory (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory mem, VkDeviceS…
151 void flushMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory memor…
152 void invalidateMappedMemoryRange (const DeviceInterface& vkd, VkDevice device, VkDeviceMemory m…
155 void bindImagePlaneMemory (const DeviceInterface& vkd, VkDevice device, VkImage image, VkDevic…
DvkNullDriverImpl.inl10 … const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice)
13 …VK_NULL_RETURN((*pDevice = allocateHandle<Device, VkDevice>(physicalDevice, pCreateInfo, pAllocato…
16 VKAPI_ATTR VkResult VKAPI_CALL createFence (VkDevice device, const VkFenceCreateInfo* pCreateInfo, …
22 VKAPI_ATTR VkResult VKAPI_CALL createSemaphore (VkDevice device, const VkSemaphoreCreateInfo* pCrea…
28 VKAPI_ATTR VkResult VKAPI_CALL createEvent (VkDevice device, const VkEventCreateInfo* pCreateInfo, …
34 VKAPI_ATTR VkResult VKAPI_CALL createQueryPool (VkDevice device, const VkQueryPoolCreateInfo* pCrea…
40 VKAPI_ATTR VkResult VKAPI_CALL createBuffer (VkDevice device, const VkBufferCreateInfo* pCreateInfo…
46 VKAPI_ATTR VkResult VKAPI_CALL createBufferView (VkDevice device, const VkBufferViewCreateInfo* pCr…
52 VKAPI_ATTR VkResult VKAPI_CALL createImage (VkDevice device, const VkImageCreateInfo* pCreateInfo, …
58 VKAPI_ATTR VkResult VKAPI_CALL createImageView (VkDevice device, const VkImageViewCreateInfo* pCrea…
[all …]
/external/vulkan-validation-layers/layers/
Dcore_validation.h398 …bool ValidateAcquireNextImage(layer_data* device_data, VkDevice device, VkSwapchainKHR swapchain, …
400 …void RecordAcquireNextImageState(layer_data* device_data, VkDevice device, VkSwapchainKHR swapchai…
469 …bool ValidateCreateRenderPass(layer_data* dev_data, VkDevice device, RenderPassCreateVersion rp_ve…
534 VkDevice GetDevice();
581 …VkResult CoreLayerCreateValidationCacheEXT(VkDevice device, const VkValidationCacheCreateInfoEXT* …
583 void CoreLayerDestroyValidationCacheEXT(VkDevice device, VkValidationCacheEXT validationCache,
585 …VkResult CoreLayerMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, uint32_…
587 …VkResult CoreLayerGetValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache,…
611 …bool PreCallValidateCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInf…
613 … void PreCallRecordCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.hpp178 vk::VkDevice device,
183 vk::VkDevice device,
189 vk::VkDevice device,
193 vk::VkDevice device,
198 vk::VkDevice device,
204 const vk::VkDevice device,
211 const vk::VkDevice device,
217 vk::VkDevice device,
221 vk::VkDevice device,
226 vk::VkDevice device,
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.hpp41 const vk::VkDevice device,
62 const vk::VkDevice device,
80 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkDevice
81 vk::Move<vk::VkDescriptorSet> makeDescriptorSet (const vk::DeviceInterface& vk, const vk::VkDevice
82 …::VkPipelineLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device);
83 …neLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk:…
84 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice d…
85 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice d…
86 vk::Move<vk::VkImageView> makeImageView (const vk::DeviceInterface& vk, const vk::VkDevice vkDev…
87 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
[all …]
DvktPipelineMakeUtil.cpp39 const vk::VkDevice device, in Buffer()
49 const vk::VkDevice device, in Image()
75 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer()
81 const VkDevice device, in makeDescriptorSet()
97 const VkDevice device) in makePipelineLayout()
113 const VkDevice device, in makePipelineLayout()
130 const VkDevice device, in makeComputePipeline()
159 const VkDevice vkDevice, in makeImageView()
180 const VkDevice device, in makeFramebuffer()
203 MovePtr<Allocation> bindImage (const DeviceInterface& vk, const VkDevice device, Allocator& allocat… in bindImage()
[all …]
/external/mesa3d/include/vulkan/
Dvulkan.h73 VK_DEFINE_HANDLE(VkDevice)
2564 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
2565 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
2566 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2571 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t…
2574 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
2575 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2576 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocati…
2577 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize …
2578 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
[all …]
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h73 VK_DEFINE_HANDLE(VkDevice)
2744 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
2745 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
2746 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2751 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t…
2754 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
2755 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2756 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocati…
2757 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize …
2758 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
[all …]
Dvulkan_win32.h94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32…
95 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandlePropertiesKHR)(VkDevice device, VkExternalMe…
99 VkDevice device,
104 VkDevice device,
167 typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevice device, const VkImportSe…
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGe…
172 VkDevice device,
176 VkDevice device,
211 typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice device, const VkImportFenceW…
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32Ha…
[all …]
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h73 VK_DEFINE_HANDLE(VkDevice)
2744 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
2745 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
2746 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2751 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t…
2754 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
2755 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2756 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocati…
2757 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize …
2758 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
[all …]
Dvulkan_win32.h94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32…
95 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandlePropertiesKHR)(VkDevice device, VkExternalMe…
99 VkDevice device,
104 VkDevice device,
167 typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevice device, const VkImportSe…
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGe…
172 VkDevice device,
176 VkDevice device,
211 typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice device, const VkImportFenceW…
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32Ha…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.hpp39 vk::Move<vk::VkDescriptorSet> makeDescriptorSet (const vk::DeviceInterface& vk, const vk::VkDevice
40 …::VkPipelineLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device);
41 …neLayout> makePipelineLayout (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk:…
42 vk::Move<vk::VkPipeline> makeComputePipeline (const vk::DeviceInterface& vk, const vk::VkDevice d…
43 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice d…
44 vk::Move<vk::VkImageView> makeImageView (const vk::DeviceInterface& vk, const vk::VkDevice vkDev…
45 de::MovePtr<vk::Allocation> bindImage (const vk::DeviceInterface& vk, const vk::VkDevice device…
46 de::MovePtr<vk::Allocation> bindBuffer (const vk::DeviceInterface& vk, const vk::VkDevice devic…
48 inline vk::Move<vk::VkBuffer> makeBuffer (const vk::DeviceInterface& vk, const vk::VkDevice device,… in makeBuffer()
53 inline vk::Move<vk::VkImage> makeImage (const vk::DeviceInterface& vk, const vk::VkDevice device, c… in makeImage()
/external/vulkan-headers/include/vulkan/
Dvulkan_win32.h94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32…
95 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandlePropertiesKHR)(VkDevice device, VkExternalMe…
99 VkDevice device,
104 VkDevice device,
167 typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevice device, const VkImportSe…
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGe…
172 VkDevice device,
176 VkDevice device,
211 typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice device, const VkImportFenceW…
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32Ha…
[all …]
Dvulkan_core.h71 VK_DEFINE_HANDLE(VkDevice)
2909 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
2910 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
2911 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2916 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t…
2919 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
2920 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2921 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocati…
2922 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize …
2923 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
[all …]
/external/swiftshader/include/vulkan/
Dvulkan_win32.h94 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandleKHR)(VkDevice device, const VkMemoryGetWin32…
95 typedef VkResult (VKAPI_PTR *PFN_vkGetMemoryWin32HandlePropertiesKHR)(VkDevice device, VkExternalMe…
99 VkDevice device,
104 VkDevice device,
167 typedef VkResult (VKAPI_PTR *PFN_vkImportSemaphoreWin32HandleKHR)(VkDevice device, const VkImportSe…
168 typedef VkResult (VKAPI_PTR *PFN_vkGetSemaphoreWin32HandleKHR)(VkDevice device, const VkSemaphoreGe…
172 VkDevice device,
176 VkDevice device,
211 typedef VkResult (VKAPI_PTR *PFN_vkImportFenceWin32HandleKHR)(VkDevice device, const VkImportFenceW…
212 typedef VkResult (VKAPI_PTR *PFN_vkGetFenceWin32HandleKHR)(VkDevice device, const VkFenceGetWin32Ha…
[all …]
Dvulkan_core.h71 VK_DEFINE_HANDLE(VkDevice)
2862 typedef PFN_vkVoidFunction (VKAPI_PTR *PFN_vkGetDeviceProcAddr)(VkDevice device, const char* pName);
2863 …const VkDeviceCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDevice* pDevice);
2864 typedef void (VKAPI_PTR *PFN_vkDestroyDevice)(VkDevice device, const VkAllocationCallbacks* pAlloca…
2869 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t…
2872 typedef VkResult (VKAPI_PTR *PFN_vkDeviceWaitIdle)(VkDevice device);
2873 typedef VkResult (VKAPI_PTR *PFN_vkAllocateMemory)(VkDevice device, const VkMemoryAllocateInfo* pAl…
2874 typedef void (VKAPI_PTR *PFN_vkFreeMemory)(VkDevice device, VkDeviceMemory memory, const VkAllocati…
2875 typedef VkResult (VKAPI_PTR *PFN_vkMapMemory)(VkDevice device, VkDeviceMemory memory, VkDeviceSize …
2876 typedef void (VKAPI_PTR *PFN_vkUnmapMemory)(VkDevice device, VkDeviceMemory memory);
[all …]
/external/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp49 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, cons… in vkBindBufferMemory2KHR()
54 VKAPI_ATTR VkResult VKAPI_CALL vkBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const… in vkBindImageMemory2KHR()
60 VKAPI_ATTR VkResult VKAPI_CALL vkCreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescrip… in vkCreateDescriptorUpdateTemplateKHR()
65 VKAPI_ATTR void VKAPI_CALL vkDestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdate… in vkDestroyDescriptorUpdateTemplateKHR()
70 VKAPI_ATTR void VKAPI_CALL vkUpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet de… in vkUpdateDescriptorSetWithTemplateKHR()
76 VKAPI_ATTR void VKAPI_CALL vkGetDeviceGroupPeerMemoryFeaturesKHR(VkDevice device, uint32_t heapInde… in vkGetDeviceGroupPeerMemoryFeaturesKHR()
116 VKAPI_ATTR void VKAPI_CALL vkGetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryReq… in vkGetImageMemoryRequirements2KHR()
121 VKAPI_ATTR void VKAPI_CALL vkGetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryR… in vkGetBufferMemoryRequirements2KHR()
126 VKAPI_ATTR void VKAPI_CALL vkGetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSpa… in vkGetImageSparseMemoryRequirements2KHR()
168 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR()
[all …]

12345678910>>...16