Lines Matching refs:VkDevice
187 Handle AllocHandle(VkDevice device, HandleType::Enum type) { in AllocHandle()
335 PFN_vkVoidFunction GetDeviceProcAddr(VkDevice, const char* name) { in GetDeviceProcAddr() argument
663 VkDevice* out_device) { in CreateDevice()
691 void DestroyDevice(VkDevice device, in DestroyDevice()
698 void GetDeviceQueue(VkDevice device, uint32_t, uint32_t, VkQueue* queue) { in GetDeviceQueue()
711 VkResult CreateCommandPool(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
727 void DestroyCommandPool(VkDevice /*device*/, in DestroyCommandPool() argument
737 VkResult AllocateCommandBuffers(VkDevice /*device*/, in AllocateCommandBuffers() argument
764 void FreeCommandBuffers(VkDevice /*device*/, in FreeCommandBuffers() argument
783 VkResult AllocateMemory(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
803 void FreeMemory(VkDevice device, in FreeMemory()
812 VkResult MapMemory(VkDevice, in MapMemory() argument
832 VkResult CreateBuffer(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
852 void GetBufferMemoryRequirements(VkDevice, in GetBufferMemoryRequirements() argument
861 void DestroyBuffer(VkDevice device, in DestroyBuffer()
879 VkResult CreateImage(VkDevice device, in DEFINE_OBJECT_HANDLE_CONVERSION()
912 void GetImageMemoryRequirements(VkDevice, in GetImageMemoryRequirements() argument
921 void DestroyImage(VkDevice device, in DestroyImage()
930 VkResult GetSwapchainGrallocUsageANDROID(VkDevice, in GetSwapchainGrallocUsageANDROID() argument
939 VkResult GetSwapchainGrallocUsage2ANDROID(VkDevice, in GetSwapchainGrallocUsage2ANDROID() argument
952 VkDevice, in GetSwapchainGrallocUsage3ANDROID() argument
963 VkDevice, in GetSwapchainGrallocUsage4ANDROID() argument
973 VkResult AcquireImageANDROID(VkDevice, in AcquireImageANDROID() argument
994 VkResult CreateBufferView(VkDevice device, in CreateBufferView()
1002 VkResult CreateDescriptorPool(VkDevice device, in CreateDescriptorPool()
1010 VkResult AllocateDescriptorSets(VkDevice device, in AllocateDescriptorSets()
1019 VkResult CreateDescriptorSetLayout(VkDevice device, in CreateDescriptorSetLayout()
1028 VkResult CreateEvent(VkDevice device, in CreateEvent()
1036 VkResult CreateFence(VkDevice device, in CreateFence()
1044 VkResult CreateFramebuffer(VkDevice device, in CreateFramebuffer()
1052 VkResult CreateImageView(VkDevice device, in CreateImageView()
1060 VkResult CreateGraphicsPipelines(VkDevice device, in CreateGraphicsPipelines()
1071 VkResult CreateComputePipelines(VkDevice device, in CreateComputePipelines()
1082 VkResult CreatePipelineCache(VkDevice device, in CreatePipelineCache()
1090 VkResult CreatePipelineLayout(VkDevice device, in CreatePipelineLayout()
1099 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool()
1107 VkResult CreateRenderPass(VkDevice device, in CreateRenderPass()
1115 VkResult CreateSampler(VkDevice device, in CreateSampler()
1123 VkResult CreateSemaphore(VkDevice device, in CreateSemaphore()
1131 VkResult CreateShaderModule(VkDevice device, in CreateShaderModule()
1148 VkResult CreateRenderPass2(VkDevice device, in CreateRenderPass2()
1197 VkResult DeviceWaitIdle(VkDevice device) { in DeviceWaitIdle()
1202 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory()
1205 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges()
1210 VkResult InvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemory… in InvalidateMappedMemoryRanges()
1215 void GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemo… in GetDeviceMemoryCommitment()
1219 VkResult BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOff… in BindBufferMemory()
1223 VkResult BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset… in BindImageMemory()
1227 void GetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pNumRequirements, V… in GetImageSparseMemoryRequirements()
1248 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence()
1251 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in ResetFences()
1255 VkResult GetFenceStatus(VkDevice device, VkFence fence) { in GetFenceStatus()
1260 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
1264 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
1267 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent()
1270 VkResult GetEventStatus(VkDevice device, VkEvent event) { in GetEventStatus()
1275 VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent()
1280 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent()
1285 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocato… in DestroyQueryPool()
1288 VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t startQuery, uint32_t … in GetQueryPoolResults()
1293 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView()
1296 void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresour… in GetImageSubresourceLayout()
1300 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView()
1303 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in DestroyShaderModule()
1306 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache()
1309 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData()
1314 VkResult MergePipelineCaches(VkDevice device, VkPipelineCache destCache, uint32_t srcCacheCount, co… in MergePipelineCaches()
1319 void DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* allocator) { in DestroyPipeline()
1322 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCall… in DestroyPipelineLayout()
1325 void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* allocator) { in DestroySampler()
1328 void DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const V… in DestroyDescriptorSetLayout()
1331 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool()
1334 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool()
1339 void UpdateDescriptorSets(VkDevice device, uint32_t writeCount, const VkWriteDescriptorSet* pDescri… in UpdateDescriptorSets()
1343 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets()
1348 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* al… in DestroyFramebuffer()
1351 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* alloc… in DestroyRenderPass()
1354 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()
1358 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool()
1514 VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* p… in BindBufferMemory2()
1518 VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBi… in BindImageMemory2()
1522 void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in GetDeviceGroupPeerMemoryFeatures()
1535 void GetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMe… in GetImageMemoryRequirements2()
1538 void GetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, Vk… in GetBufferMemoryRequirements2()
1541 void GetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2*… in GetImageSparseMemoryRequirements2()
1566 void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in TrimCommandPool()
1569 void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2()
1572 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pC… in CreateSamplerYcbcrConversion()
1576 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion()
1579 VkResult CreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo… in CreateDescriptorUpdateTemplate()
1583 void DestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTe… in DestroyDescriptorUpdateTemplate()
1586 void UpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUp… in UpdateDescriptorSetWithTemplate()
1598 void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateI… in GetDescriptorSetLayoutSupport()
1601 void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCoun… in ResetQueryPool()
1614 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue()
1619 VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in WaitSemaphores()
1624 VkResult SignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) { in SignalSemaphore()
1635 uint64_t GetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) { in GetBufferOpaqueCaptureAddress()
1640 VkDeviceAddress GetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) { in GetBufferDeviceAddress()
1645 uint64_t GetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddr… in GetDeviceMemoryOpaqueCaptureAddress()
1734 VkResult CreatePrivateDataSlot(VkDevice device, const VkPrivateDataSlotCreateInfo* pCreateInfo, con… in CreatePrivateDataSlot()
1739 void DestroyPrivateDataSlot(VkDevice device, VkPrivateDataSlot privateDataSlot, const VkAllocationC… in DestroyPrivateDataSlot()
1742 void GetDeviceBufferMemoryRequirements(VkDevice device, const VkDeviceBufferMemoryRequirements* pIn… in GetDeviceBufferMemoryRequirements()
1745 void GetDeviceImageMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements* pInfo… in GetDeviceImageMemoryRequirements()
1748 void GetDeviceImageSparseMemoryRequirements(VkDevice device, const VkDeviceImageMemoryRequirements*… in GetDeviceImageSparseMemoryRequirements()
1756 void GetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateDataS… in GetPrivateData()
1764 VkResult SetPrivateData(VkDevice device, VkObjectType objectType, uint64_t objectHandle, VkPrivateD… in SetPrivateData()