Home
last modified time | relevance | path

Searched refs:vkDestroyPipelineLayout (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp-deps/amber/src/vulkan/
Dvk-funcs-1-0.inc47 AMBER_VK_FUNC(vkDestroyPipelineLayout)
Dcompute_pipeline.cc114 device_->GetPtrs()->vkDestroyPipelineLayout(device_->GetVkDevice(), in Compute()
Dgraphics_pipeline.cc926 device_->GetPtrs()->vkDestroyPipelineLayout(device_->GetVkDevice(), in Draw()
/external/swiftshader/tests/VulkanUnitTests/
DVkInstanceFuncs.hpp52 VK_INSTANCE(vkDestroyPipelineLayout, void, VkDevice, VkPipelineLayout, const VkAllocationCallbacks …
DDevice.cpp240 driver->vkDestroyPipelineLayout(device, pipelineLayout, nullptr); in DestroyPipelineLayout()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds77 vkDestroyPipelineLayout;
Dvk_swiftshader.def77 vkDestroyPipelineLayout
DVkGetProcAddress.cpp213 MAKE_VULKAN_DEVICE_ENTRY(vkDestroyPipelineLayout),
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp643vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
675vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
710vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
746vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
774vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
798vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
881vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
906vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
931vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
956vkDestroyPipelineLayout(m_device->device(), pipeline_layout, NULL); // Unnecessary but harmless i… in TEST_F()
[all …]
Dvktestbinding.cpp750 NON_DISPATCHABLE_HANDLE_DTOR(PipelineLayout, vkDestroyPipelineLayout) in NON_DISPATCHABLE_HANDLE_DTOR() argument
/external/angle/src/third_party/volk/
Dvolk.h198 PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout; member
600 extern PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout;
Dvolk.c408 vkDestroyPipelineLayout = (PFN_vkDestroyPipelineLayout)load(context, "vkDestroyPipelineLayout"); in volkGenLoadDevice()
809 …table->vkDestroyPipelineLayout = (PFN_vkDestroyPipelineLayout)load(context, "vkDestroyPipelineLayo… in volkGenLoadDeviceTable()
1215 PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout; variable
/external/mesa3d/src/gallium/drivers/zink/
Dzink_program.c267 vkDestroyPipelineLayout(screen->dev, prog->layout, NULL); in zink_destroy_gfx_program()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl92 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkDestroyPipelineLayout", FUNCTIONORIGIN_DE…
230 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkDestroyPipelineLayout", FUNCTIONORIGIN_DE…
396 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkDestroyPipelineLayout", FUNCTIONORIGIN_DE…
DvkInitDeviceFunctionPointers.inl57 …PipelineLayout = (DestroyPipelineLayoutFunc) GET_PROC_ADDR("vkDestroyPipelineLayout");
/external/angle/third_party/vulkan_memory_allocator/src/
DSparseBindingTest.cpp428 vkDestroyPipelineLayout(g_hDevice, pipelineLayout, nullptr); in ValidateContent()
DVulkanSample.cpp796 vkDestroyPipelineLayout(g_hDevice, g_hPipelineLayout, g_Allocs); in CreateSwapchain()
1107 vkDestroyPipelineLayout(g_hDevice, g_hPipelineLayout, g_Allocs); in DestroySwapchain()
/external/skqp/src/compute/hs/vk/
Dhs_vk.c1086 vkDestroyPipelineLayout(hs->device, in hs_vk_release()
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
DVulkanRuntime.cpp139 vkDestroyPipelineLayout(device, pipelineLayout, nullptr); in destroy()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp695 vkDestroyPipelineLayout(device, (VkPipelineLayout)mHandle, nullptr); in destroy()
Dvk_wrapper.h1626 vkDestroyPipelineLayout(device, mHandle, nullptr);
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c2075 return anv_device->dispatch.vkDestroyPipelineLayout(device, pipelineLayout, pAllocator); in anv_DestroyPipelineLayout()
3166 .vkDestroyPipelineLayout = anv_DestroyPipelineLayout,
3672 .vkDestroyPipelineLayout = gen7_DestroyPipelineLayout,
4178 .vkDestroyPipelineLayout = gen75_DestroyPipelineLayout,
4684 .vkDestroyPipelineLayout = gen8_DestroyPipelineLayout,
5190 .vkDestroyPipelineLayout = gen9_DestroyPipelineLayout,
5696 .vkDestroyPipelineLayout = gen11_DestroyPipelineLayout,
6202 .vkDestroyPipelineLayout = gen12_DestroyPipelineLayout,
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1817 void vkDestroyPipelineLayout( VkDevice device, in vkDestroyPipelineLayout() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1821 return ::vkDestroyPipelineLayout( device, pipelineLayout, pAllocator ); in vkDestroyPipelineLayout()
10487 PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11613 vkDestroyPipelineLayout = in init()
12347vkDestroyPipelineLayout = PFN_vkDestroyPipelineLayout( vkGetDeviceProcAddr( device, "vkDestroyPipe… in init()
Dvulkan_raii.hpp913 vkDestroyPipelineLayout = in init()
1497 PFN_vkDestroyPipelineLayout vkDestroyPipelineLayout = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
7076 getDispatcher()->vkDestroyPipelineLayout( in ~PipelineLayout()
7100 getDispatcher()->vkDestroyPipelineLayout( in operator =()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1835 vkDestroyPipelineLayout(info.device, info.pipeline_layout, NULL); in destroy_descriptor_and_pipeline_layouts()

12