Home
last modified time | relevance | path

Searched refs:ctx_handle (Results 1 – 3 of 3) sorted by relevance

/external/virglrenderer/tests/
Dtest_virgl_cmd.c42 int ctx_handle = 1; in START_TEST() local
49 int blend_handle = ctx_handle; in START_TEST()
59 int dsa_handle = ctx_handle; in START_TEST()
271 int ctx_handle = 1; in START_TEST() local
290 surf.handle = ctx_handle++; in START_TEST()
310 ve_handle = ctx_handle++; in START_TEST()
352 vs_handle = ctx_handle++; in START_TEST()
368 fs_handle = ctx_handle++; in START_TEST()
378 int blend_handle = ctx_handle++; in START_TEST()
388 int dsa_handle = ctx_handle++; in START_TEST()
[all …]
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_test.py199 ctx_handle = ctx._handle # pylint: disable=protected-access
212 pywrap_tfe.TFE_Py_FastPathExecute(ctx, ctx_handle, None,
Dbenchmarks_test.py375 ctx_handle = context.context()._handle
380 pywrap_tfe.TFE_Py_Execute(ctx_handle, None, "Identity", inputs, attrs, 1)
439 ctx_handle = context.context()._handle
446 pywrap_tfe.TFE_Py_Execute(ctx_handle, device, "MatMul", inputs, attrs, 1)