Searched refs:func_zero (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/tests/ |
H A D | loader_unknown_ext_tests.cpp | 51 static VKAPI_ATTR uint32_t VKAPI_CALL func_zero(DispatchableHandleType, uint32_t foo) { return foo; }; in func_zero() function 79 static VKAPI_ATTR uint32_t VKAPI_CALL func_zero(DispatchableHandleType handle, TestLayer* layer, const char* name, uint32_t i) { in func_zero() function 80 auto func = reinterpret_cast<decltype(&func_zero)>(find_custom_func(layer, name)); in func_zero() 114 static VKAPI_ATTR uint32_t VKAPI_CALL func_zero(DispatchableHandleType, TestLayer*, const char*, uint32_t i) { return i * 3; } in func_zero() function 149 function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_zero)}); in fill_implementation_functions() 163 layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_zero)); in fill_device_intercept_functions() 176 layer.add_custom_physical_device_intercept_function(func_names.at(i++), to_vkVoidFunction(funcs.func_zero)); in fill_phys_dev_intercept_functions() 188 decltype(FunctionStruct::func_zero)* returned_func_i = loader.load(parent, func_names.at(i++).c_str()); in check_custom_functions() 220 decltype(FunctionStruct::func_zero)* returned_func_i = loader.load(parent, func_names.at(i).c_str()); in check_layer_custom_functions() 260 decltype(FunctionStruct::func_zero)* returned_func_ in check_layer_custom_functions_no_implementation() [all...] |
Completed in 3 milliseconds