• Home
  • Raw
  • Download

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
951 VkResult AcquireImageANDROID(VkDevice, in AcquireImageANDROID() argument
972 VkResult CreateBufferView(VkDevice device, in CreateBufferView()
980 VkResult CreateDescriptorPool(VkDevice device, in CreateDescriptorPool()
988 VkResult AllocateDescriptorSets(VkDevice device, in AllocateDescriptorSets()
997 VkResult CreateDescriptorSetLayout(VkDevice device, in CreateDescriptorSetLayout()
1006 VkResult CreateEvent(VkDevice device, in CreateEvent()
1014 VkResult CreateFence(VkDevice device, in CreateFence()
1022 VkResult CreateFramebuffer(VkDevice device, in CreateFramebuffer()
1030 VkResult CreateImageView(VkDevice device, in CreateImageView()
1038 VkResult CreateGraphicsPipelines(VkDevice device, in CreateGraphicsPipelines()
1049 VkResult CreateComputePipelines(VkDevice device, in CreateComputePipelines()
1060 VkResult CreatePipelineCache(VkDevice device, in CreatePipelineCache()
1068 VkResult CreatePipelineLayout(VkDevice device, in CreatePipelineLayout()
1077 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool()
1085 VkResult CreateRenderPass(VkDevice device, in CreateRenderPass()
1093 VkResult CreateSampler(VkDevice device, in CreateSampler()
1101 VkResult CreateSemaphore(VkDevice device, in CreateSemaphore()
1109 VkResult CreateShaderModule(VkDevice device, in CreateShaderModule()
1126 VkResult CreateRenderPass2(VkDevice device, in CreateRenderPass2()
1175 VkResult DeviceWaitIdle(VkDevice device) { in DeviceWaitIdle()
1180 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory()
1183 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges()
1188 VkResult InvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemory… in InvalidateMappedMemoryRanges()
1193 void GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemo… in GetDeviceMemoryCommitment()
1197 VkResult BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOff… in BindBufferMemory()
1201 VkResult BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset… in BindImageMemory()
1205 void GetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pNumRequirements, V… in GetImageSparseMemoryRequirements()
1226 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence()
1229 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in ResetFences()
1233 VkResult GetFenceStatus(VkDevice device, VkFence fence) { in GetFenceStatus()
1238 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
1242 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
1245 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent()
1248 VkResult GetEventStatus(VkDevice device, VkEvent event) { in GetEventStatus()
1253 VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent()
1258 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent()
1263 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocato… in DestroyQueryPool()
1266 VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t startQuery, uint32_t … in GetQueryPoolResults()
1271 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView()
1274 void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresour… in GetImageSubresourceLayout()
1278 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView()
1281 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in DestroyShaderModule()
1284 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache()
1287 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData()
1292 VkResult MergePipelineCaches(VkDevice device, VkPipelineCache destCache, uint32_t srcCacheCount, co… in MergePipelineCaches()
1297 void DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* allocator) { in DestroyPipeline()
1300 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCall… in DestroyPipelineLayout()
1303 void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* allocator) { in DestroySampler()
1306 void DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const V… in DestroyDescriptorSetLayout()
1309 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool()
1312 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool()
1317 void UpdateDescriptorSets(VkDevice device, uint32_t writeCount, const VkWriteDescriptorSet* pDescri… in UpdateDescriptorSets()
1321 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets()
1326 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* al… in DestroyFramebuffer()
1329 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* alloc… in DestroyRenderPass()
1332 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()
1336 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool()
1492 VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* p… in BindBufferMemory2()
1496 VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBi… in BindImageMemory2()
1500 void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in GetDeviceGroupPeerMemoryFeatures()
1513 void GetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMe… in GetImageMemoryRequirements2()
1516 void GetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, Vk… in GetBufferMemoryRequirements2()
1519 void GetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2*… in GetImageSparseMemoryRequirements2()
1544 void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in TrimCommandPool()
1547 void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2()
1550 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pC… in CreateSamplerYcbcrConversion()
1554 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion()
1557 VkResult CreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo… in CreateDescriptorUpdateTemplate()
1561 void DestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTe… in DestroyDescriptorUpdateTemplate()
1564 void UpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUp… in UpdateDescriptorSetWithTemplate()
1576 void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateI… in GetDescriptorSetLayoutSupport()
1579 void ResetQueryPool(VkDevice device, VkQueryPool queryPool, uint32_t firstQuery, uint32_t queryCoun… in ResetQueryPool()
1592 VkResult GetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) { in GetSemaphoreCounterValue()
1597 VkResult WaitSemaphores(VkDevice device, const VkSemaphoreWaitInfo* pWaitInfo, uint64_t timeout) { in WaitSemaphores()
1602 VkResult SignalSemaphore(VkDevice device, const VkSemaphoreSignalInfo* pSignalInfo) { in SignalSemaphore()
1613 uint64_t GetBufferOpaqueCaptureAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) { in GetBufferOpaqueCaptureAddress()
1618 VkDeviceAddress GetBufferDeviceAddress(VkDevice device, const VkBufferDeviceAddressInfo* pInfo) { in GetBufferDeviceAddress()
1623 uint64_t GetDeviceMemoryOpaqueCaptureAddress(VkDevice device, const VkDeviceMemoryOpaqueCaptureAddr… in GetDeviceMemoryOpaqueCaptureAddress()