Lines Matching defs:device
1748 anv_GetDeviceProcAddr(VkDevice device, const char* pName) in anv_GetDeviceProcAddr()
1754 anv_DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in anv_DestroyDevice()
1760 …anv_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueu… in anv_GetDeviceQueue()
1778 anv_DeviceWaitIdle(VkDevice device) in anv_DeviceWaitIdle()
1784 …anv_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationC… in anv_AllocateMemory()
1790 … anv_FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocator) in anv_FreeMemory()
1796 …anv_MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size, VkMe… in anv_MapMemory()
1802 anv_UnmapMemory(VkDevice device, VkDeviceMemory memory) in anv_UnmapMemory()
1808 …anv_FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryRange*… in anv_FlushMappedMemoryRanges()
1814 …anv_InvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemoryR… in anv_InvalidateMappedMemoryRanges()
1820 …anv_GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemo… in anv_GetDeviceMemoryCommitment()
1826 …anv_GetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMemoryReq… in anv_GetBufferMemoryRequirements()
1832 …anv_BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryO… in anv_BindBufferMemory()
1838 …anv_GetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements* pMemoryRequir… in anv_GetImageMemoryRequirements()
1844 …anv_BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memoryOffs… in anv_BindImageMemory()
1850 …anv_GetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pSparseMemoryRequir… in anv_GetImageSparseMemoryRequirements()
1862 …anv_CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCallbacks… in anv_CreateFence()
1868 anv_DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) in anv_DestroyFence()
1874 anv_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in anv_ResetFences()
1880 anv_GetFenceStatus(VkDevice device, VkFence fence) in anv_GetFenceStatus()
1886 …anv_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, … in anv_WaitForFences()
1892 …anv_CreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAllocationC… in anv_CreateSemaphore()
1898 …anv_DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocat… in anv_DestroySemaphore()
1904 …anv_CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCallbacks… in anv_CreateEvent()
1910 anv_DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in anv_DestroyEvent()
1916 anv_GetEventStatus(VkDevice device, VkEvent event) in anv_GetEventStatus()
1922 anv_SetEvent(VkDevice device, VkEvent event) in anv_SetEvent()
1928 anv_ResetEvent(VkDevice device, VkEvent event) in anv_ResetEvent()
1934 …anv_CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationC… in anv_CreateQueryPool()
1940 …anv_DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pAllocat… in anv_DestroyQueryPool()
1946 …anv_GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t quer… in anv_GetQueryPoolResults()
1952 …anv_ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCoun… in anv_ResetQueryPool()
1958 …anv_CreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationCallbac… in anv_CreateBuffer()
1964 anv_DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in anv_DestroyBuffer()
1970 …anv_CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAllocatio… in anv_CreateBufferView()
1976 …anv_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* pAllo… in anv_DestroyBufferView()
1982 …anv_CreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCallbacks… in anv_CreateImage()
1988 anv_DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) in anv_DestroyImage()
1994 …anv_GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresour… in anv_GetImageSubresourceLayout()
2000 …anv_CreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationC… in anv_CreateImageView()
2006 …anv_DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pAllocat… in anv_DestroyImageView()
2012 …anv_CreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const VkAlloc… in anv_CreateShaderModule()
2018 …anv_DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in anv_DestroyShaderModule()
2024 …anv_CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAll… in anv_CreatePipelineCache()
2030 …anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in anv_DestroyPipelineCache()
2036 …anv_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* … in anv_GetPipelineCacheData()
2042 …anv_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in anv_MergePipelineCaches()
2048 …anv_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCou… in anv_CreateGraphicsPipelines()
2054 …anv_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCoun… in anv_CreateComputePipelines()
2060 … anv_DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllocator) in anv_DestroyPipeline()
2066 …anv_CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, const VkA… in anv_CreatePipelineLayout()
2072 …anv_DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCall… in anv_DestroyPipelineLayout()
2078 …anv_CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocationCallb… in anv_CreateSampler()
2084 … anv_DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocator) in anv_DestroySampler()
2090 …anv_CreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateInfo,… in anv_CreateDescriptorSetLayout()
2096 …anv_DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const V… in anv_DestroyDescriptorSetLayout()
2102 …anv_CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, const VkA… in anv_CreateDescriptorPool()
2108 …anv_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in anv_DestroyDescriptorPool()
2114 …anv_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolResetFla… in anv_ResetDescriptorPool()
2120 …anv_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo, VkDe… in anv_AllocateDescriptorSets()
2126 …anv_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptorSetCou… in anv_FreeDescriptorSets()
2132 …anv_UpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescriptorSe… in anv_UpdateDescriptorSets()
2138 …anv_CreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkAllocat… in anv_CreateFramebuffer()
2144 …anv_DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* pA… in anv_DestroyFramebuffer()
2150 …anv_CreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAllocatio… in anv_CreateRenderPass()
2156 …anv_DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* pAllo… in anv_DestroyRenderPass()
2162 … anv_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) in anv_GetRenderAreaGranularity()
2168 …anv_CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkAllocat… in anv_CreateCommandPool()
2174 …anv_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks* pA… in anv_DestroyCommandPool()
2180 … anv_ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) in anv_ResetCommandPool()
2186 …anv_AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo, VkCo… in anv_AllocateCommandBuffers()
2192 …anv_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, co… in anv_FreeCommandBuffers()
2492 …anv_CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const VkAlloc… in anv_CreateSwapchainKHR()
2498 …anv_DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbacks* pA… in anv_DestroySwapchainKHR()
2504 …anv_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainImageCoun… in anv_GetSwapchainImagesKHR()
2510 …anv_AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemaphore s… in anv_AcquireNextImageKHR()
2528 anv_TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) in anv_TrimCommandPool()
2534 anv_GetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_GetMemoryFdKHR()
2540 …anv_GetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleType, int f… in anv_GetMemoryFdPropertiesKHR()
2546 anv_GetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_GetSemaphoreFdKHR()
2552 …anv_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) in anv_ImportSemaphoreFdKHR()
2558 anv_GetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_GetFenceFdKHR()
2564 anv_ImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImportFenceFdInfo) in anv_ImportFenceFdKHR()
2570 …anv_DisplayPowerControlEXT(VkDevice device, VkDisplayKHR display, const VkDisplayPowerInfoEXT* pDi… in anv_DisplayPowerControlEXT()
2576 …anv_RegisterDeviceEventEXT(VkDevice device, const VkDeviceEventInfoEXT* pDeviceEventInfo, const Vk… in anv_RegisterDeviceEventEXT()
2582 …anv_RegisterDisplayEventEXT(VkDevice device, VkDisplayKHR display, const VkDisplayEventInfoEXT* pD… in anv_RegisterDisplayEventEXT()
2588 …anv_GetSwapchainCounterEXT(VkDevice device, VkSwapchainKHR swapchain, VkSurfaceCounterFlagBitsEXT … in anv_GetSwapchainCounterEXT()
2594 …anv_GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in anv_GetDeviceGroupPeerMemoryFeatures()
2600 …anv_BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* pBind… in anv_BindBufferMemory2()
2606 …anv_BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBindIn… in anv_BindImageMemory2()
2618 …anv_GetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPresentCapabilitiesKHR* pDe… in anv_GetDeviceGroupPresentCapabilitiesKHR()
2624 …anv_GetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surface, VkDeviceGroupPrese… in anv_GetDeviceGroupSurfacePresentModesKHR()
2630 …anv_AcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* pAcquireInfo, uint32_t*… in anv_AcquireNextImage2KHR()
2642 …anv_CreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo* pC… in anv_CreateDescriptorUpdateTemplate()
2648 …anv_DestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTe… in anv_DestroyDescriptorUpdateTemplate()
2654 …anv_UpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUp… in anv_UpdateDescriptorSetWithTemplate()
2666 …anv_GetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, Vk… in anv_GetBufferMemoryRequirements2()
2672 …anv_GetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMe… in anv_GetImageMemoryRequirements2()
2678 …anv_GetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2*… in anv_GetImageSparseMemoryRequirements2()
2684 …anv_CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pCreat… in anv_CreateSamplerYcbcrConversion()
2690 …anv_DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in anv_DestroySamplerYcbcrConversion()
2696 anv_GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) in anv_GetDeviceQueue2()
2702 …anv_GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateI… in anv_GetDescriptorSetLayoutSupport()
2709 …anv_GetSwapchainGrallocUsageANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsage… in anv_GetSwapchainGrallocUsageANDROID()
2717 …anv_GetSwapchainGrallocUsage2ANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imageUsag… in anv_GetSwapchainGrallocUsage2ANDROID()
2725 …anv_AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semaphore, … in anv_AcquireImageANDROID()
2740 …anv_GetCalibratedTimestampsEXT(VkDevice device, uint32_t timestampCount, const VkCalibratedTimesta… in anv_GetCalibratedTimestampsEXT()
2746 …anv_GetMemoryHostPointerPropertiesEXT(VkDevice device, VkExternalMemoryHandleTypeFlagBits handleTy… in anv_GetMemoryHostPointerPropertiesEXT()
2752 …anv_CreateRenderPass2(VkDevice device, const VkRenderPassCreateInfo2* pCreateInfo, const VkAllocat… in anv_CreateRenderPass2()
2776 anv_GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in anv_GetSemaphoreCounterValue()
2782 anv_WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) in anv_WaitSemaphores()
2788 anv_SignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) in anv_SignalSemaphore()
2795 …anv_GetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct AHardwareBuffer* buffe… in anv_GetAndroidHardwareBufferPropertiesANDROID()
2803 …anv_GetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGetAndroidHardwareBufferI… in anv_GetMemoryAndroidHardwareBufferANDROID()
2858 anv_AcquireProfilingLockKHR(VkDevice device, const VkAcquireProfilingLockInfoKHR* pInfo) in anv_AcquireProfilingLockKHR()
2864 anv_ReleaseProfilingLockKHR(VkDevice device) in anv_ReleaseProfilingLockKHR()
2870 …anv_GetImageDrmFormatModifierPropertiesEXT(VkDevice device, VkImage image, VkImageDrmFormatModifie… in anv_GetImageDrmFormatModifierPropertiesEXT()
2876 anv_GetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) in anv_GetBufferOpaqueCaptureAddress()
2882 anv_GetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) in anv_GetBufferDeviceAddress()
2888 …anv_InitializePerformanceApiINTEL(VkDevice device, const VkInitializePerformanceApiInfoINTEL* pIni… in anv_InitializePerformanceApiINTEL()
2894 anv_UninitializePerformanceApiINTEL(VkDevice device) in anv_UninitializePerformanceApiINTEL()
2918 …anv_AcquirePerformanceConfigurationINTEL(VkDevice device, const VkPerformanceConfigurationAcquireI… in anv_AcquirePerformanceConfigurationINTEL()
2924 …anv_ReleasePerformanceConfigurationINTEL(VkDevice device, VkPerformanceConfigurationINTEL configur… in anv_ReleasePerformanceConfigurationINTEL()
2936 …anv_GetPerformanceParameterINTEL(VkDevice device, VkPerformanceParameterTypeINTEL parameter, VkPer… in anv_GetPerformanceParameterINTEL()
2942 …anv_GetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddressI… in anv_GetDeviceMemoryOpaqueCaptureAddress()
2948 …anv_GetPipelineExecutablePropertiesKHR(VkDevice device, const VkPipelineInf… in anv_GetPipelineExecutablePropertiesKHR()
2954 …anv_GetPipelineExecutableStatisticsKHR(VkDevice device, const VkPipelineExe… in anv_GetPipelineExecutableStatisticsKHR()
2960 …anv_GetPipelineExecutableInternalRepresentationsKHR(VkDevice device, const … in anv_GetPipelineExecutableInternalRepresentationsKHR()
3044 …anv_CreatePrivateDataSlotEXT(VkDevice device, const VkPrivateDataSlotCreateInfoEXT* pCreateInfo, c… in anv_CreatePrivateDataSlotEXT()
3050 …anv_DestroyPrivateDataSlotEXT(VkDevice device, VkPrivateDataSlotEXT privateDataSlot, const VkAlloc… in anv_DestroyPrivateDataSlotEXT()
3056 …anv_SetPrivateDataEXT(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDa… in anv_SetPrivateDataEXT()
3062 …anv_GetPrivateDataEXT(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDa… in anv_GetPrivateDataEXT()
3104 …anv_CreateDmaBufImageINTEL(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, const VkAl… in anv_CreateDmaBufImageINTEL()
6728 const struct anv_device_extension_table *device) in anv_device_entrypoint_is_enabled()