Searched refs:device_dispatch_table (Results 1 – 3 of 3) sorted by relevance
/external/vulkan-validation-layers/layers/generated/ |
D | layer_chassis_dispatch.cpp | 167 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateComputePipelines(device, pipelin… in DispatchCreateComputePipelines() 189 …VkResult result = layer_data->device_dispatch_table.CreateComputePipelines(device, pipelineCache, … in DispatchCreateComputePipelines() 206 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipeli… in DispatchCreateGraphicsPipelines() 250 …VkResult result = layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipelineCache,… in DispatchCreateGraphicsPipelines() 285 …VkResult result = layer_data->device_dispatch_table.CreateRenderPass(device, pCreateInfo, pAllocat… in DispatchCreateRenderPass() 298 …VkResult result = layer_data->device_dispatch_table.CreateRenderPass2KHR(device, pCreateInfo, pAll… in DispatchCreateRenderPass2KHR() 310 …if (!wrap_handles) return layer_data->device_dispatch_table.DestroyRenderPass(device, renderPass, … in DispatchDestroyRenderPass() 320 layer_data->device_dispatch_table.DestroyRenderPass(device, renderPass, pAllocator); in DispatchDestroyRenderPass() 329 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateSwapchainKHR(device, pCreateInfo… in DispatchCreateSwapchainKHR() 338 …VkResult result = layer_data->device_dispatch_table.CreateSwapchainKHR(device, local_pCreateInfo->… in DispatchCreateSwapchainKHR() [all …]
|
D | chassis.cpp | 371 auto &table = layer_data->device_dispatch_table; in GetDeviceProcAddr() 646 …layer_init_device_dispatch_table(*pDevice, &device_interceptor->device_dispatch_table, fpGetDevice… in CreateDevice() 698 dev_intercept->device_dispatch_table = device_interceptor->device_dispatch_table; in CreateDevice() 730 layer_data->device_dispatch_table.DestroyDevice(device, pAllocator); in DestroyDevice()
|
D | chassis.h | 2434 VkLayerDispatchTable device_dispatch_table; variable
|