Home
last modified time | relevance | path

Searched refs:device_dispatch_table (Results 1 – 12 of 12) sorted by relevance

/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp199 VkLayerDispatchTable *pDisp = device_dispatch_table(device); in vkDestroyDevice()
217 device_dispatch_table(device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in vkGetDeviceQueue()
222 … VkResult result = device_dispatch_table(queue)->QueueSubmit(queue, submitCount, pSubmits, fence); in vkQueueSubmit()
229 VkResult result = device_dispatch_table(queue)->QueueWaitIdle(queue); in vkQueueWaitIdle()
236 VkResult result = device_dispatch_table(device)->DeviceWaitIdle(device); in vkDeviceWaitIdle()
243 …VkResult result = device_dispatch_table(device)->AllocateMemory(device, pAllocateInfo, pAllocator,… in vkAllocateMemory()
250 device_dispatch_table(device)->FreeMemory(device, memory, pAllocator); in vkFreeMemory()
256 …VkResult result = device_dispatch_table(device)->MapMemory(device, memory, offset, size, flags, pp… in vkMapMemory()
262 device_dispatch_table(device)->UnmapMemory(device, memory); in vkUnmapMemory()
268 …VkResult result = device_dispatch_table(device)->FlushMappedMemoryRanges(device, memoryRangeCount,… in vkFlushMappedMemoryRanges()
[all …]
Dwrap_objects.h58 VkLayerDispatchTable *pDisp = device_dispatch_table(device); in create_device_register_extensions()
/external/vulkan-validation-layers/layers/
Dimage.cpp61 VkLayerDispatchTable *device_dispatch_table; member
69 …: report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), physical… in layer_data()
190 my_device_data->device_dispatch_table = new VkLayerDispatchTable; in CreateDevice()
191 …layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcA… in CreateDevice()
205 my_data->device_dispatch_table->DestroyDevice(device, pAllocator); in DestroyDevice()
206 delete my_data->device_dispatch_table; in DestroyDevice()
385 … result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage); in CreateImage()
399 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator); in DestroyImage()
462 …VkResult result = my_data->device_dispatch_table->CreateRenderPass(device, pCreateInfo, pAllocator… in CreateRenderPass()
610 …VkResult result = device_data->device_dispatch_table->CreateImageView(device, pCreateInfo, pAlloca… in CreateImageView()
[all …]
Dunique_objects.cpp112 VkLayerDispatchTable *disp_table = device_data->device_dispatch_table; in createDeviceRegisterExtensions()
115 …device_data->device_dispatch_table->CreateSwapchainKHR = (PFN_vkCreateSwapchainKHR)gpa(device, "vk… in createDeviceRegisterExtensions()
234 my_device_data->device_dispatch_table = new VkLayerDispatchTable; in CreateDevice()
235 …layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcA… in CreateDevice()
250 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator); in DestroyDevice()
305 VkLayerDispatchTable *disp_table = dev_data->device_dispatch_table; in GetDeviceProcAddr()
381 …VkResult result = device_data->device_dispatch_table->AllocateMemory(device, input_allocate_info, … in AllocateMemory()
425 VkResult result = my_device_data->device_dispatch_table->CreateComputePipelines( in CreateComputePipelines()
481 VkResult result = my_device_data->device_dispatch_table->CreateGraphicsPipelines( in CreateGraphicsPipelines()
540 VkResult result = my_map_data->device_dispatch_table->CreateSwapchainKHR( in CreateSwapchainKHR()
[all …]
Dthreading.cpp153 my_device_data->device_dispatch_table = new VkLayerDispatchTable; in CreateDevice()
154 …layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcA… in CreateDevice()
167 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator); in DestroyDevice()
261 VkLayerDispatchTable *pTable = dev_data->device_dispatch_table; in GetDeviceProcAddr()
337 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; in AllocateCommandBuffers()
368 VkLayerDispatchTable *pTable = my_data->device_dispatch_table; in FreeCommandBuffers()
Dswapchain.h272 VkLayerDispatchTable *device_dispatch_table; member
291 …: report_data(nullptr), device_dispatch_table(nullptr), instance_dispatch_table(nullptr), num_tmp_… in layer_data()
Dvk_layer_table.h37 VkLayerDispatchTable *device_dispatch_table(void *object);
Dunique_objects.h91 VkLayerDispatchTable *device_dispatch_table; member
Dswapchain.cpp1217 my_device_data->device_dispatch_table = new VkLayerDispatchTable; in CreateDevice()
1218 …layer_init_device_dispatch_table(*pDevice, my_device_data->device_dispatch_table, fpGetDeviceProcA… in CreateDevice()
1231 my_data->device_dispatch_table->DestroyDevice(device, pAllocator); in DestroyDevice()
1266 delete my_data->device_dispatch_table; in DestroyDevice()
1853 …result = my_data->device_dispatch_table->CreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwap… in CreateSwapchainKHR()
1934 my_data->device_dispatch_table->DestroySwapchainKHR(device, swapchain, pAllocator); in DestroySwapchainKHR()
1984 …result = my_data->device_dispatch_table->GetSwapchainImagesKHR(device, swapchain, pSwapchainImageC… in GetSwapchainImagesKHR()
2076 …result = my_data->device_dispatch_table->AcquireNextImageKHR(device, swapchain, timeout, semaphore… in AcquireNextImageKHR()
2152 result = my_data->device_dispatch_table->QueuePresentKHR(queue, pPresentInfo); in QueuePresentKHR()
2228 …result = my_data->device_dispatch_table->CreateSharedSwapchainsKHR(device, swapchainCount, pCreate… in CreateSharedSwapchainsKHR()
[all …]
Dvk_layer_table.cpp31 VkLayerDispatchTable *device_dispatch_table(void *object) { in device_dispatch_table() function
Dthreading.h215 VkLayerDispatchTable *device_dispatch_table; member
/external/vulkan-validation-layers/loader/
DLoaderAndLayerInterface.md1484 device_dispatch_table = new VkLayerDispatchTable;
1486 *pDevice, device_dispatch_table, fpGetDeviceProcAddr);