Home
last modified time | relevance | path

Searched refs:normal_func (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_xform.h114 typedef void (*normal_func)(const GLmatrix *mat, typedef
146 extern normal_func _mesa_normal_tab[0xf];
Dm_xform.c66 normal_func _mesa_normal_tab[0xf];
Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function()
358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions()
/external/python/jinja/tests/
Dtest_async.py37 def normal_func(): function
41 return await t.render_async(async_func=async_func, normal_func=normal_func)
53 def normal_func(): function
56 rv = t.render(async_func=async_func, normal_func=normal_func)
/external/llvm-project/llvm/test/Transforms/CodeGenPrepare/X86/
Dsection-samplepgo.ll21 ; CHECK-NOT: normal_func{{.*}}!section_prefix
23 define void @normal_func() !prof !16 {
/external/clang/test/Profile/Inputs/
Dc-attributes.proftext13 normal_func
/external/llvm-project/clang/test/Profile/Inputs/
Dc-attributes.proftext13 normal_func
/external/mesa3d/src/mesa/tnl/
Dt_vb_normals.c41 normal_func NormalTransform;
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestasync.py37 def normal_func(): pass function
291 sync_mock = mock_type(spec=normal_func)
305 sync_mock = mock_type(normal_func)
313 mock = AsyncMock(spec=normal_func)
320 mock = AsyncMock(normal_func)