Lines Matching refs:WSI_CB
178 #define WSI_CB(cb) PFN_vk##cb cb macro
179 WSI_CB(AllocateMemory);
180 WSI_CB(AllocateCommandBuffers);
181 WSI_CB(BindBufferMemory);
182 WSI_CB(BindImageMemory);
183 WSI_CB(BeginCommandBuffer);
184 WSI_CB(CmdCopyImageToBuffer);
185 WSI_CB(CreateBuffer);
186 WSI_CB(CreateCommandPool);
187 WSI_CB(CreateFence);
188 WSI_CB(CreateImage);
189 WSI_CB(DestroyBuffer);
190 WSI_CB(DestroyCommandPool);
191 WSI_CB(DestroyFence);
192 WSI_CB(DestroyImage);
193 WSI_CB(EndCommandBuffer);
194 WSI_CB(FreeMemory);
195 WSI_CB(FreeCommandBuffers);
196 WSI_CB(GetBufferMemoryRequirements);
197 WSI_CB(GetImageDrmFormatModifierPropertiesEXT);
198 WSI_CB(GetImageMemoryRequirements);
199 WSI_CB(GetImageSubresourceLayout);
200 WSI_CB(GetMemoryFdKHR);
201 WSI_CB(GetPhysicalDeviceFormatProperties);
202 WSI_CB(GetPhysicalDeviceFormatProperties2KHR);
203 WSI_CB(GetPhysicalDeviceImageFormatProperties2);
204 WSI_CB(ResetFences);
205 WSI_CB(QueueSubmit);
206 WSI_CB(WaitForFences);
207 WSI_CB(MapMemory);
208 WSI_CB(UnmapMemory);
209 #undef WSI_CB