Home
last modified time | relevance | path

Searched refs:context_id (Results 1 - 25 of 39) sorted by relevance

12

/third_party/mesa3d/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.h32 context_id CreateContext(HGLWinsysContext *wsContext);
33 void DestroyContext(context_id contextID);
34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext()
35 status_t SetCurrentContext(bool set, context_id contextID);
37 status_t SwapBuffers(context_id contextID);
38 void Draw(context_id contextID, BRect updateRect);
54 context_id fCurrentContext;
H A DGalliumContext.cpp56 for (context_id i = 0; i < CONTEXT_MAX; i++) in GalliumContext()
71 for (context_id i = 0; i < CONTEXT_MAX; i++) in ~GalliumContext()
136 context_id
227 context_id contextNext = -1; in CreateContext()
229 for (context_id i = 0; i < CONTEXT_MAX; i++) { in CreateContext()
255 GalliumContext::DestroyContext(context_id contextID) in DestroyContext()
283 GalliumContext::SetCurrentContext(bool set, context_id contextID) in SetCurrentContext()
293 context_id oldContextID = fCurrentContext; in SetCurrentContext()
327 GalliumContext::SwapBuffers(context_id contextID) in SwapBuffers()
359 GalliumContext::Draw(context_id contextI
[all...]
H A DSoftwareRenderer.h43 context_id fContextID;
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dblock.c49 blocks->context_id = context->context_id; in XvMCCreateBlocks()
79 blocks->context_id = context->context_id; in XvMCCreateMacroBlocks()
H A Dsurface.c204 surface->context_id = context->context_id; in XvMCCreateSurface()
252 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface()
253 assert(!past_surface || context->context_id == past_surface->context_id); in XvMCRenderSurface()
254 assert(!future_surface || context->context_id == future_surface->context_id); in XvMCRenderSurface()
259 assert(macroblocks->context_id == context->context_id); in XvMCRenderSurface()
[all...]
H A Dsubpicture.c332 subpicture->context_id = context->context_id; in XvMCCreateSubpicture()
524 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture()
555 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
558 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
H A Dtest_blocks.c88 assert(blocks.context_id == context.context_id); in main()
100 assert(macroblocks.context_id == context.context_id); in main()
H A Dtest_surface.c86 assert(surface.context_id == context.context_id); in main()
H A Dtest_subpicture.c165 assert(subpicture.context_id == context.context_id); in main()
H A Dtest_context.c93 assert(context.context_id != 0); in main()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dmsm_kgsl.h537 unsigned int context_id; member
643 unsigned int context_id; member
652 unsigned int context_id; member
804 unsigned int context_id; /* Context for the timestamp */ member
1083 * @context_id: ID of a KGSL context
1092 unsigned int context_id; member
1123 * @context_id: KGSL context ID that owns the commands
1141 unsigned int context_id; member
1157 * @context_id: KGSL context ID
1164 unsigned int context_id; member
1331 unsigned int context_id; global() member
1487 unsigned int context_id; global() member
1660 unsigned int context_id; global() member
[all...]
H A Dtu_kgsl.c278 .context_id = queue->msm_queue_id, in timestamp_to_fd()
470 .context_id = queue->msm_queue_id, in tu_QueueSubmit2()
481 .context_id = queue->msm_queue_id, in tu_QueueSubmit2()
650 .context_id = device->queues[0]->msm_queue_id, in tu_WaitForFences()
683 .context_id = device->queues[0]->msm_queue_id, in tu_GetFenceStatus()
/third_party/libdrm/freedreno/kgsl/
H A Dmsm_kgsl.h240 unsigned int context_id; member
341 unsigned int context_id; member
350 unsigned int context_id; member
487 unsigned int context_id; /* Context for the timestamp */ member
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc154 int context_id = in ConsoleCall() local
164 v8::debug::ConsoleContext(context_id, Utils::ToLocal(context_name))); in ConsoleCall()
228 const char* name, Builtin builtin, int context_id, in InstallContextFunction()
250 handle(Smi::FromInt(context_id), isolate), NONE); in InstallContextFunction()
227 InstallContextFunction(Isolate* isolate, Handle<JSObject> target, const char* name, Builtin builtin, int context_id, Handle<Object> context_name) InstallContextFunction() argument
/third_party/mesa3d/src/gallium/frontends/va/
H A Dcontext.c227 int num_render_targets, VAContextID *context_id) in vlVaCreateContext()
348 *context_id = handle_table_add(drv->htab, context); in vlVaCreateContext()
355 vlVaDestroyContext(VADriverContextP ctx, VAContextID context_id) in vlVaDestroyContext() argument
365 context = handle_table_get(drv->htab, context_id); in vlVaDestroyContext()
404 handle_table_remove(drv->htab, context_id); in vlVaDestroyContext()
225 vlVaCreateContext(VADriverContextP ctx, VAConfigID config_id, int picture_width, int picture_height, int flag, VASurfaceID *render_targets, int num_render_targets, VAContextID *context_id) vlVaCreateContext() argument
H A Dpicture.c41 vlVaBeginPicture(VADriverContextP ctx, VAContextID context_id, VASurfaceID render_target) in vlVaBeginPicture() argument
55 context = handle_table_get(drv->htab, context_id); in vlVaBeginPicture()
72 surf->ctx = context_id; in vlVaBeginPicture()
570 vlVaRenderPicture(VADriverContextP ctx, VAContextID context_id, VABufferID *buffers, int num_buffers) in vlVaRenderPicture() argument
587 context = handle_table_get(drv->htab, context_id); in vlVaRenderPicture()
666 vlVaEndPicture(VADriverContextP ctx, VAContextID context_id) in vlVaEndPicture() argument
686 context = handle_table_get(drv->htab, context_id); in vlVaEndPicture()
/third_party/ffmpeg/libavcodec/
H A Dvaapi.h79 uint32_t context_id; member
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.h57 v8::metrics::Recorder::ContextId context_id);
143 v8::metrics::Recorder::ContextId context_id() const { return context_id_; } in context_id() function in v8::internal::wasm::AsyncCompileJob
H A Dmodule-decoder.h158 v8::metrics::Recorder::ContextId context_id, DecodingMethod decoding_method,
216 v8::metrics::Recorder::ContextId context_id,
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py38 context_id = get_context(trace_path)
41 header = try_path_expr % (trace, context_id)
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl_context.h29 typedef int64 context_id; typedef
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc592 uint32_t context_id = GetContextId(context); in SerializeFunctionInfo() local
593 serializer->WriteUint32(context_id + 1); in SerializeFunctionInfo()
1760 uint32_t parameter_count, uint32_t flags, uint32_t context_id) { in CreateJSFunction()
1794 if (context_id > 0) { in CreateJSFunction()
1795 DCHECK_LT(context_id - 1, context_count_); in CreateJSFunction()
1798 Context context = Context::cast(contexts_.get(context_id - 1)); in CreateJSFunction()
1833 uint32_t context_id; in DeserializeFunctions() local
1835 if (!deserializer_.ReadUint32(&context_id) || context_id > context_count_) { in DeserializeFunctions()
1866 parameter_count, flags, context_id); in DeserializeFunctions()
1758 CreateJSFunction( int shared_function_info_index, uint32_t start_position, uint32_t length, uint32_t parameter_count, uint32_t flags, uint32_t context_id) CreateJSFunction() argument
1892 uint32_t context_id; DeserializeClasses() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp497 , context_id(context) in TestCaseBase()
516 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in delete_objects()
597 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in compile_shader_and_get_compilation_result()
719 context_id.getTestContext().getLog() << tcu::TestLog::Message << "Compiling: " << tcu::TestLog::EndMessage; in compile_shader_and_get_compilation_result()
720 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()
751 context_id.getTestContext().getLog() << tcu::TestLog::Message << "Error message: " << &message[0] in compile_shader_and_get_compilation_result()
756 context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(code_ptr); in compile_shader_and_get_compilation_result()
783 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in execute_negative_test()
898 const glw::Functions& gl = context_id.getRenderContext().getFunctions(); in execute_positive_test()
965 context_id in execute_positive_test()
[all...]
/third_party/libdrm/tests/ttmtest/src/
H A Dxf86dri.h95 extern Bool uniDRIDestroyContext(Display * dpy, int screen, XID context_id);
/third_party/skia/third_party/externals/angle2/src/tests/
H A Dcapture_replay_tests.py361 self.context_id = 0
374 assert (self.context_id == 0)
382 context_id = 0
392 context_id = int(context)
399 self.context_id = context_id

Completed in 24 milliseconds

12