Home
last modified time | relevance | path

Searched refs:dispatch_type (Results 1 – 8 of 8) sorted by relevance

/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp732 auto dispatch_type = get_dispatch_handle<DispatchableHandleType>(env, dev, flags); in unknown_function_test_impl() local
737 …ayer_custom_functions_no_interception(env.vulkan_functions, parent_type, dispatch_type, *layer_ptr, in unknown_function_test_impl()
741 …check_layer_custom_functions(env.vulkan_functions, parent_type, dispatch_type, *layer_ptr, layer_i… in unknown_function_test_impl()
745 …check_custom_functions(env.vulkan_functions, parent_type, dispatch_type, custom_functions_type{}, … in unknown_function_test_impl()
914 …(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* n… in check()
918 …EXPECT_EQ(returned_func(dispatch_type, 4, 9), (4 + 3 * interception_count) + (9 + 7 * interception… in check()
921 …_implementation(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, in check_no_implementation()
925 EXPECT_EQ(returned_func(dispatch_type, 5, 2), 1337U); in check_no_implementation()
944 …(VulkanFunctions const& loader, ParentType parent, DispatchableHandle dispatch_type, const char* n… in check()
948 EXPECT_EQ(returned_func(dispatch_type, 12, 17, 'a'), in check()
[all …]
/third_party/libinput/src/
Devdev.h361 enum evdev_dispatch_type dispatch_type; member
374 if (dispatch->dispatch_type != type) in evdev_verify_dispatch_type()
Devdev-tablet-pad.c671 pad->base.dispatch_type = DISPATCH_TABLET_PAD; in pad_init()
Devdev-totem.c811 totem->base.dispatch_type = DISPATCH_TOTEM; in evdev_totem_create()
Devdev-fallback.c1783 dispatch->base.dispatch_type = DISPATCH_FALLBACK; in fallback_dispatch_create()
Devdev-tablet.c2453 tablet->base.dispatch_type = DISPATCH_TABLET; in tablet_init()
Devdev-mt-touchpad.c3641 tp->base.dispatch_type = DISPATCH_TOUCHPAD; in tp_init()
/third_party/libinput/patch/diff_libinput_mmi/libinput/
Dlibinput_0000.diff2955 + pJoystick->base.dispatch_type = DISPATCH_JOYSTICK;