Searched refs:ctx_handle (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/tests/ |
D | test_virgl_cmd.c | 42 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/ |
D | pywrap_tfe_test.py | 199 ctx_handle = ctx._handle # pylint: disable=protected-access 212 pywrap_tfe.TFE_Py_FastPathExecute(ctx, ctx_handle, None,
|
D | benchmarks_test.py | 375 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)
|