Searched refs:dispatch_type (Results 1 – 8 of 8) sorted by relevance
/third_party/vulkan-loader/tests/ |
D | loader_unknown_ext_tests.cpp | 732 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/ |
D | evdev.h | 361 enum evdev_dispatch_type dispatch_type; member 374 if (dispatch->dispatch_type != type) in evdev_verify_dispatch_type()
|
D | evdev-tablet-pad.c | 671 pad->base.dispatch_type = DISPATCH_TABLET_PAD; in pad_init()
|
D | evdev-totem.c | 811 totem->base.dispatch_type = DISPATCH_TOTEM; in evdev_totem_create()
|
D | evdev-fallback.c | 1783 dispatch->base.dispatch_type = DISPATCH_FALLBACK; in fallback_dispatch_create()
|
D | evdev-tablet.c | 2453 tablet->base.dispatch_type = DISPATCH_TABLET; in tablet_init()
|
D | evdev-mt-touchpad.c | 3641 tp->base.dispatch_type = DISPATCH_TOUCHPAD; in tp_init()
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2955 + pJoystick->base.dispatch_type = DISPATCH_JOYSTICK;
|