• Home
  • Raw
  • Download

Lines Matching defs:device

2962   anv_tramp_GetDeviceProcAddr(VkDevice device, const char* pName)  in anv_tramp_GetDeviceProcAddr()
2968 anv_tramp_DestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyDevice()
2974 …anv_tramp_GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue*… in anv_tramp_GetDeviceQueue()
2980 anv_tramp_DeviceWaitIdle(VkDevice device) in anv_tramp_DeviceWaitIdle()
2986 …anv_tramp_AllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAlloc… in anv_tramp_AllocateMemory()
2992 …anv_tramp_FreeMemory(VkDevice device, VkDeviceMemory memory, const VkAllocationCallbacks* pAllocat… in anv_tramp_FreeMemory()
2998 …anv_tramp_MapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, VkDeviceSize size… in anv_tramp_MapMemory()
3004 anv_tramp_UnmapMemory(VkDevice device, VkDeviceMemory memory) in anv_tramp_UnmapMemory()
3010 …anv_tramp_FlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedMemory… in anv_tramp_FlushMappedMemoryRanges()
3016 …anv_tramp_InvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, const VkMappedM… in anv_tramp_InvalidateMappedMemoryRanges()
3022 …anv_tramp_GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommitt… in anv_tramp_GetDeviceMemoryCommitment()
3028 …anv_tramp_GetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements* pMem… in anv_tramp_GetBufferMemoryRequirements()
3034 …anv_tramp_BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize m… in anv_tramp_BindBufferMemory()
3040 …anv_tramp_GetImageMemoryRequirements(VkDevice device, VkImage image, VkMemoryRequirements* pMemory… in anv_tramp_GetImageMemoryRequirements()
3046 …anv_tramp_BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, VkDeviceSize memo… in anv_tramp_BindImageMemory()
3052 …anv_tramp_GetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pSparseMemory… in anv_tramp_GetImageSparseMemoryRequirements()
3058 …anv_tramp_CreateFence(VkDevice device, const VkFenceCreateInfo* pCreateInfo, const VkAllocationCal… in anv_tramp_CreateFence()
3064 anv_tramp_DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyFence()
3070 anv_tramp_ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) in anv_tramp_ResetFences()
3076 anv_tramp_GetFenceStatus(VkDevice device, VkFence fence) in anv_tramp_GetFenceStatus()
3082 …anv_tramp_WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 wai… in anv_tramp_WaitForFences()
3088 …anv_tramp_CreateSemaphore(VkDevice device, const VkSemaphoreCreateInfo* pCreateInfo, const VkAlloc… in anv_tramp_CreateSemaphore()
3094 …anv_tramp_DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pA… in anv_tramp_DestroySemaphore()
3100 …anv_tramp_CreateEvent(VkDevice device, const VkEventCreateInfo* pCreateInfo, const VkAllocationCal… in anv_tramp_CreateEvent()
3106 anv_tramp_DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyEvent()
3112 anv_tramp_GetEventStatus(VkDevice device, VkEvent event) in anv_tramp_GetEventStatus()
3118 anv_tramp_SetEvent(VkDevice device, VkEvent event) in anv_tramp_SetEvent()
3124 anv_tramp_ResetEvent(VkDevice device, VkEvent event) in anv_tramp_ResetEvent()
3130 …anv_tramp_CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAlloc… in anv_tramp_CreateQueryPool()
3136 …anv_tramp_DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* pA… in anv_tramp_DestroyQueryPool()
3142 …anv_tramp_GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_… in anv_tramp_GetQueryPoolResults()
3148 …anv_tramp_CreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, const VkAllocationC… in anv_tramp_CreateBuffer()
3154 anv_tramp_DestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyBuffer()
3160 …anv_tramp_CreateBufferView(VkDevice device, const VkBufferViewCreateInfo* pCreateInfo, const VkAll… in anv_tramp_CreateBufferView()
3166 …anv_tramp_DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks*… in anv_tramp_DestroyBufferView()
3172 …anv_tramp_CreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, const VkAllocationCal… in anv_tramp_CreateImage()
3178 anv_tramp_DestroyImage(VkDevice device, VkImage image, const VkAllocationCallbacks* pAllocator) in anv_tramp_DestroyImage()
3184 …anv_tramp_GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSub… in anv_tramp_GetImageSubresourceLayout()
3190 …anv_tramp_CreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAlloc… in anv_tramp_CreateImageView()
3196 …anv_tramp_DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* pA… in anv_tramp_DestroyImageView()
3202 …anv_tramp_CreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateInfo, const V… in anv_tramp_CreateShaderModule()
3208 …anv_tramp_DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCall… in anv_tramp_DestroyShaderModule()
3214 …anv_tramp_CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const… in anv_tramp_CreatePipelineCache()
3220 …anv_tramp_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC… in anv_tramp_DestroyPipelineCache()
3226 …anv_tramp_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, … in anv_tramp_GetPipelineCacheData()
3232 …anv_tramp_MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, c… in anv_tramp_MergePipelineCaches()
3238 …anv_tramp_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createI… in anv_tramp_CreateGraphicsPipelines()
3244 …anv_tramp_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createIn… in anv_tramp_CreateComputePipelines()
3250 …anv_tramp_DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* pAllo… in anv_tramp_DestroyPipeline()
3256 …anv_tramp_CreatePipelineLayout(VkDevice device, const VkPipelineLayoutCreateInfo* pCreateInfo, con… in anv_tramp_CreatePipelineLayout()
3262 …anv_tramp_DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocati… in anv_tramp_DestroyPipelineLayout()
3268 …anv_tramp_CreateSampler(VkDevice device, const VkSamplerCreateInfo* pCreateInfo, const VkAllocatio… in anv_tramp_CreateSampler()
3274 …anv_tramp_DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* pAllocat… in anv_tramp_DestroySampler()
3280 …anv_tramp_CreateDescriptorSetLayout(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreat… in anv_tramp_CreateDescriptorSetLayout()
3286 …anv_tramp_DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, c… in anv_tramp_DestroyDescriptorSetLayout()
3292 …anv_tramp_CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreateInfo, con… in anv_tramp_CreateDescriptorPool()
3298 …anv_tramp_DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocati… in anv_tramp_DestroyDescriptorPool()
3304 …anv_tramp_ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRe… in anv_tramp_ResetDescriptorPool()
3310 …anv_tramp_AllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAllocateInfo… in anv_tramp_AllocateDescriptorSets()
3316 …anv_tramp_FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t descriptor… in anv_tramp_FreeDescriptorSets()
3322 …anv_tramp_UpdateDescriptorSets(VkDevice device, uint32_t descriptorWriteCount, const VkWriteDescri… in anv_tramp_UpdateDescriptorSets()
3328 …anv_tramp_CreateFramebuffer(VkDevice device, const VkFramebufferCreateInfo* pCreateInfo, const VkA… in anv_tramp_CreateFramebuffer()
3334 …anv_tramp_DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbac… in anv_tramp_DestroyFramebuffer()
3340 …anv_tramp_CreateRenderPass(VkDevice device, const VkRenderPassCreateInfo* pCreateInfo, const VkAll… in anv_tramp_CreateRenderPass()
3346 …anv_tramp_DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks*… in anv_tramp_DestroyRenderPass()
3352 …anv_tramp_GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranular… in anv_tramp_GetRenderAreaGranularity()
3358 …anv_tramp_CreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, const VkA… in anv_tramp_CreateCommandPool()
3364 …anv_tramp_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbac… in anv_tramp_DestroyCommandPool()
3370 …anv_tramp_ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags fla… in anv_tramp_ResetCommandPool()
3376 …anv_tramp_AllocateCommandBuffers(VkDevice device, const VkCommandBufferAllocateInfo* pAllocateInfo… in anv_tramp_AllocateCommandBuffers()
3382 …anv_tramp_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCou… in anv_tramp_FreeCommandBuffers()
3670 …anv_tramp_CreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCreateInfo, const V… in anv_tramp_CreateSwapchainKHR()
3676 …anv_tramp_DestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAllocationCallbac… in anv_tramp_DestroySwapchainKHR()
3682 …anv_tramp_GetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_t* pSwapchainIma… in anv_tramp_GetSwapchainImagesKHR()
3688 …anv_tramp_AcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t timeout, VkSemap… in anv_tramp_AcquireNextImageKHR()
3700 …anv_tramp_TrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlagsKHR… in anv_tramp_TrimCommandPoolKHR()
3706 anv_tramp_GetMemoryFdKHR(VkDevice device, const VkMemoryGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_tramp_GetMemoryFdKHR()
3712 …anv_tramp_GetMemoryFdPropertiesKHR(VkDevice device, VkExternalMemoryHandleTypeFlagBitsKHR handleTy… in anv_tramp_GetMemoryFdPropertiesKHR()
3718 anv_tramp_GetSemaphoreFdKHR(VkDevice device, const VkSemaphoreGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_tramp_GetSemaphoreFdKHR()
3724 …anv_tramp_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphore… in anv_tramp_ImportSemaphoreFdKHR()
3730 anv_tramp_GetFenceFdKHR(VkDevice device, const VkFenceGetFdInfoKHR* pGetFdInfo, int* pFd) in anv_tramp_GetFenceFdKHR()
3736 anv_tramp_ImportFenceFdKHR(VkDevice device, const VkImportFenceFdInfoKHR* pImportFenceFdInfo) in anv_tramp_ImportFenceFdKHR()
3742 …anv_tramp_BindBufferMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryIn… in anv_tramp_BindBufferMemory2KHR()
3748 …anv_tramp_BindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo… in anv_tramp_BindImageMemory2KHR()
3754 …anv_tramp_CreateDescriptorUpdateTemplateKHR(VkDevice device, const VkDescriptorUpdateTemplateCreat… in anv_tramp_CreateDescriptorUpdateTemplateKHR()
3760 …anv_tramp_DestroyDescriptorUpdateTemplateKHR(VkDevice device, VkDescriptorUpdateTemplateKHR descri… in anv_tramp_DestroyDescriptorUpdateTemplateKHR()
3766 …anv_tramp_UpdateDescriptorSetWithTemplateKHR(VkDevice device, VkDescriptorSet descriptorSet, VkDes… in anv_tramp_UpdateDescriptorSetWithTemplateKHR()
3778 …anv_tramp_GetBufferMemoryRequirements2KHR(VkDevice device, const VkBufferMemoryRequirementsInfo2KH… in anv_tramp_GetBufferMemoryRequirements2KHR()
3784 …anv_tramp_GetImageMemoryRequirements2KHR(VkDevice device, const VkImageMemoryRequirementsInfo2KHR*… in anv_tramp_GetImageMemoryRequirements2KHR()
3790 …anv_tramp_GetImageSparseMemoryRequirements2KHR(VkDevice device, const VkImageSparseMemoryRequireme… in anv_tramp_GetImageSparseMemoryRequirements2KHR()
3796 …anv_tramp_CreateSamplerYcbcrConversionKHR(VkDevice device, const VkSamplerYcbcrConversionCreateInf… in anv_tramp_CreateSamplerYcbcrConversionKHR()
3802 …anv_tramp_DestroySamplerYcbcrConversionKHR(VkDevice device, VkSamplerYcbcrConversionKHR ycbcrConve… in anv_tramp_DestroySamplerYcbcrConversionKHR()
3809 …anv_tramp_GetSwapchainGrallocUsageANDROID(VkDevice device, VkFormat format, VkImageUsageFlags imag… in anv_tramp_GetSwapchainGrallocUsageANDROID()
3817 …anv_tramp_AcquireImageANDROID(VkDevice device, VkImage image, int nativeFenceFd, VkSemaphore semap… in anv_tramp_AcquireImageANDROID()
3824 …anv_tramp_CreateDmaBufImageINTEL(VkDevice device, const VkDmaBufImageCreateInfo* pCreateInfo, cons… in anv_tramp_CreateDmaBufImageINTEL()
3990 const struct anv_device_extension_table *device) in anv_entrypoint_is_enabled()