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()
265 int ctx_handle = 1; in START_TEST() local
284 surf.handle = ctx_handle++; in START_TEST()
304 ve_handle = ctx_handle++; in START_TEST()
346 vs_handle = ctx_handle++; in START_TEST()
362 fs_handle = ctx_handle++; in START_TEST()
372 int blend_handle = ctx_handle++; in START_TEST()
382 int dsa_handle = ctx_handle++; in START_TEST()
[all …]
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_test.py177 ctx_handle = ctx._handle # pylint: disable=protected-access
182 pywrap_tensorflow.TFE_Py_FastPathExecute(ctx_handle, ctx.device_name,
188 pywrap_tensorflow.TFE_Py_FastPathExecute(ctx_handle, ctx_handle,
193 pywrap_tensorflow.TFE_Py_FastPathExecute(ctx_handle, ctx.device_name,
194 ctx_handle, None, [], a_2_by_2)
202 ctx_handle = ctx._handle
204 pywrap_tensorflow.TFE_Py_FastPathExecute(ctx_handle, ctx.device_name,
Dbenchmarks_test.py288 ctx_handle = context.context()._handle
293 pywrap_tensorflow.TFE_Py_Execute(ctx_handle, None, "Identity", inputs,
353 ctx_handle = context.context()._handle
360 pywrap_tensorflow.TFE_Py_Execute(ctx_handle, device, "MatMul", inputs,