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()
1167 VkResult DeviceWaitIdle(VkDevice device) { in DeviceWaitIdle()
1172 void UnmapMemory(VkDevice device, VkDeviceMemory mem) { in UnmapMemory()
1175 VkResult FlushMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemoryRange… in FlushMappedMemoryRanges()
1180 VkResult InvalidateMappedMemoryRanges(VkDevice device, uint32_t memRangeCount, const VkMappedMemory… in InvalidateMappedMemoryRanges()
1185 void GetDeviceMemoryCommitment(VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemo… in GetDeviceMemoryCommitment()
1189 VkResult BindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory mem, VkDeviceSize memOff… in BindBufferMemory()
1193 VkResult BindImageMemory(VkDevice device, VkImage image, VkDeviceMemory mem, VkDeviceSize memOffset… in BindImageMemory()
1197 void GetImageSparseMemoryRequirements(VkDevice device, VkImage image, uint32_t* pNumRequirements, V… in GetImageSparseMemoryRequirements()
1218 void DestroyFence(VkDevice device, VkFence fence, const VkAllocationCallbacks* allocator) { in DestroyFence()
1221 VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) { in ResetFences()
1225 VkResult GetFenceStatus(VkDevice device, VkFence fence) { in GetFenceStatus()
1230 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
1234 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore()
1237 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent()
1240 VkResult GetEventStatus(VkDevice device, VkEvent event) { in GetEventStatus()
1245 VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent()
1250 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent()
1255 void DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks* allocato… in DestroyQueryPool()
1258 VkResult GetQueryPoolResults(VkDevice device, VkQueryPool queryPool, uint32_t startQuery, uint32_t … in GetQueryPoolResults()
1263 void DestroyBufferView(VkDevice device, VkBufferView bufferView, const VkAllocationCallbacks* alloc… in DestroyBufferView()
1266 void GetImageSubresourceLayout(VkDevice device, VkImage image, const VkImageSubresource* pSubresour… in GetImageSubresourceLayout()
1270 void DestroyImageView(VkDevice device, VkImageView imageView, const VkAllocationCallbacks* allocato… in DestroyImageView()
1273 void DestroyShaderModule(VkDevice device, VkShaderModule shaderModule, const VkAllocationCallbacks*… in DestroyShaderModule()
1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache()
1279 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData()
1284 VkResult MergePipelineCaches(VkDevice device, VkPipelineCache destCache, uint32_t srcCacheCount, co… in MergePipelineCaches()
1289 void DestroyPipeline(VkDevice device, VkPipeline pipeline, const VkAllocationCallbacks* allocator) { in DestroyPipeline()
1292 void DestroyPipelineLayout(VkDevice device, VkPipelineLayout pipelineLayout, const VkAllocationCall… in DestroyPipelineLayout()
1295 void DestroySampler(VkDevice device, VkSampler sampler, const VkAllocationCallbacks* allocator) { in DestroySampler()
1298 void DestroyDescriptorSetLayout(VkDevice device, VkDescriptorSetLayout descriptorSetLayout, const V… in DestroyDescriptorSetLayout()
1301 void DestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, const VkAllocationCall… in DestroyDescriptorPool()
1304 VkResult ResetDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorPoolRese… in ResetDescriptorPool()
1309 void UpdateDescriptorSets(VkDevice device, uint32_t writeCount, const VkWriteDescriptorSet* pDescri… in UpdateDescriptorSets()
1313 VkResult FreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorPool, uint32_t count, const… in FreeDescriptorSets()
1318 void DestroyFramebuffer(VkDevice device, VkFramebuffer framebuffer, const VkAllocationCallbacks* al… in DestroyFramebuffer()
1321 void DestroyRenderPass(VkDevice device, VkRenderPass renderPass, const VkAllocationCallbacks* alloc… in DestroyRenderPass()
1324 void GetRenderAreaGranularity(VkDevice device, VkRenderPass renderPass, VkExtent2D* pGranularity) { in GetRenderAreaGranularity()
1328 VkResult ResetCommandPool(VkDevice device, VkCommandPool cmdPool, VkCommandPoolResetFlags flags) { in ResetCommandPool()
1484 VkResult BindBufferMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindBufferMemoryInfo* p… in BindBufferMemory2()
1488 VkResult BindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindImageMemoryInfo* pBi… in BindImageMemory2()
1492 void GetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t heapIndex, uint32_t localDeviceInde… in GetDeviceGroupPeerMemoryFeatures()
1505 void GetImageMemoryRequirements2(VkDevice device, const VkImageMemoryRequirementsInfo2* pInfo, VkMe… in GetImageMemoryRequirements2()
1508 void GetBufferMemoryRequirements2(VkDevice device, const VkBufferMemoryRequirementsInfo2* pInfo, Vk… in GetBufferMemoryRequirements2()
1511 void GetImageSparseMemoryRequirements2(VkDevice device, const VkImageSparseMemoryRequirementsInfo2*… in GetImageSparseMemoryRequirements2()
1536 void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags flags) { in TrimCommandPool()
1539 void GetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* pQueue) { in GetDeviceQueue2()
1542 VkResult CreateSamplerYcbcrConversion(VkDevice device, const VkSamplerYcbcrConversionCreateInfo* pC… in CreateSamplerYcbcrConversion()
1546 void DestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcrConversion ycbcrConversion, const… in DestroySamplerYcbcrConversion()
1549 VkResult CreateDescriptorUpdateTemplate(VkDevice device, const VkDescriptorUpdateTemplateCreateInfo… in CreateDescriptorUpdateTemplate()
1553 void DestroyDescriptorUpdateTemplate(VkDevice device, VkDescriptorUpdateTemplate descriptorUpdateTe… in DestroyDescriptorUpdateTemplate()
1556 void UpdateDescriptorSetWithTemplate(VkDevice device, VkDescriptorSet descriptorSet, VkDescriptorUp… in UpdateDescriptorSetWithTemplate()
1568 void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateI… in GetDescriptorSetLayoutSupport()