Home
last modified time | relevance | path

Searched refs:GetPipelineExecutableInternalRepresentationsKHR (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
Dhelpers.cpp69 ITEM(GetPipelineExecutableInternalRepresentationsKHR)
464 result = GetPipelineExecutableInternalRepresentationsKHR(device, &exec_info, &ir_count, ir); in print_pipeline_ir()
478 result = GetPipelineExecutableInternalRepresentationsKHR(device, &exec_info, &ir_count, ir); in print_pipeline_ir()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h653 …FN_vkGetPipelineExecutableInternalRepresentationsKHR GetPipelineExecutableInternalRepresentationsK… member
Dvk_dispatch_table_helper.h800 …table->GetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepre… in layer_init_device_dispatch_table()
801 …if (table->GetPipelineExecutableInternalRepresentationsKHR == nullptr) { table->GetPipelineExecuta… in layer_init_device_dispatch_table()
Dvk_loader_extensions.c713 …table->GetPipelineExecutableInternalRepresentationsKHR = (PFN_vkGetPipelineExecutableInternalRepre… in loader_init_device_extension_dispatch_table()
1762 …eInternalRepresentationsKHR")) return (void *)table->GetPipelineExecutableInternalRepresentationsK… in loader_lookup_device_dispatch_table()
3660 VKAPI_ATTR VkResult VKAPI_CALL GetPipelineExecutableInternalRepresentationsKHR( in GetPipelineExecutableInternalRepresentationsKHR() function
3672 …return disp->GetPipelineExecutableInternalRepresentationsKHR(device, pExecutableInfo, pInternalRep… in GetPipelineExecutableInternalRepresentationsKHR()
8378 *addr = (void *)GetPipelineExecutableInternalRepresentationsKHR; in extension_instance_gpa()