Home
last modified time | relevance | path

Searched defs:_context (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1419 trace_context_transfer_map(struct pipe_context *_context, in trace_context_transfer_map()
1452 trace_context_transfer_flush_region( struct pipe_context *_context, in trace_context_transfer_flush_region()
1465 trace_context_transfer_unmap(struct pipe_context *_context, in trace_context_transfer_unmap()
1542 trace_context_buffer_subdata(struct pipe_context *_context, in trace_context_buffer_subdata()
1571 trace_context_texture_subdata(struct pipe_context *_context, in trace_context_texture_subdata()
1609 trace_context_invalidate_resource(struct pipe_context *_context, in trace_context_invalidate_resource()
1626 trace_context_set_context_param(struct pipe_context *_context, in trace_context_set_context_param()
1645 trace_context_render_condition(struct pipe_context *_context, in trace_context_render_condition()
1669 trace_context_texture_barrier(struct pipe_context *_context, unsigned flags) in trace_context_texture_barrier()
1686 trace_context_memory_barrier(struct pipe_context *_context, in trace_context_memory_barrier()
[all …]
/external/OpenCL-CTS/test_conformance/non_uniform_work_group/
DTestNonUniformWorkGroup.h96 const cl_context _context; variable
142 const cl_context _context; variable
/external/OpenCL-CTS/test_conformance/gles/
Dsetup_egl.cpp34 EGLContext _context; member in EGLGLEnvironment
/external/crosvm/usb_util/src/
Dlibusb_device.rs21 _context: Arc<LibUsbContextInner>, field
Ddevice_handle.rs15 _context: Arc<LibUsbContextInner>, field
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c1102 rbug_context_transfer_map(struct pipe_context *_context, in rbug_context_transfer_map()
1129 rbug_context_transfer_flush_region(struct pipe_context *_context, in rbug_context_transfer_flush_region()
1147 rbug_context_transfer_unmap(struct pipe_context *_context, in rbug_context_transfer_unmap()
1165 rbug_context_buffer_subdata(struct pipe_context *_context, in rbug_context_buffer_subdata()
1182 rbug_context_texture_subdata(struct pipe_context *_context, in rbug_context_texture_subdata()
1209 rbug_context_texture_barrier(struct pipe_context *_context, unsigned flags) in rbug_context_texture_barrier()
/external/tensorflow/tensorflow/python/summary/
Dsummary.py39 from tensorflow.python.eager import context as _context unknown
/external/icu/icu4c/source/test/cintltst/
Duformattedvaluetst.c169 int64_t _context = ucfpos_getInt64IterationContext(ucfpos, &status); in AssertAllPartsEqual() local
/external/angle/third_party/glslang/src/glslang/CInterface/
Dglslang_c_interface.cpp105 …CallbackIncluder(glsl_include_callbacks_t _callbacks, void* _context) : callbacks(_callbacks), con… in CallbackIncluder()
/external/deqp-deps/glslang/glslang/CInterface/
Dglslang_c_interface.cpp105 …CallbackIncluder(glsl_include_callbacks_t _callbacks, void* _context) : callbacks(_callbacks), con… in CallbackIncluder()
/external/python/cpython2/Lib/
Dssl.py542 _context=None): argument
/external/libiio/src/bindings/python/
Diio.py719 def __init__(self, _context=None): argument
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1611 _context = None variable