Searched refs:tmp_ctx (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/egl/drivers/wgl/
H A Degl_wgl.c569 _EGLContext *tmp_ctx; local in function:wgl_make_current
615 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
616 assert(tmp_ctx == old_ctx && tmp_dsurf == old_dsurf &&
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c3004 void *tmp_ctx = ralloc_context(NULL); local in function:anv_device_init_rt_shaders
3006 brw_nir_create_raygen_trampoline(device->physical->compiler, tmp_ctx);
3026 brw_compile_cs(device->physical->compiler, tmp_ctx, &params);
3038 ralloc_free(tmp_ctx);
3055 void *tmp_ctx = ralloc_context(NULL); local in function:anv_device_init_rt_shaders
3057 brw_nir_create_trivial_return_shader(device->physical->compiler, tmp_ctx);
3067 brw_compile_bs(device->physical->compiler, device, tmp_ctx,
3079 ralloc_free(tmp_ctx);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c1812 _EGLContext *tmp_ctx; local in function:dri2_make_current
1856 _eglBindContext(ctx, dsurf, rsurf, &tmp_ctx, &tmp_dsurf, &tmp_rsurf);
1857 assert(tmp_ctx == old_ctx && tmp_dsurf == old_dsurf &&

Completed in 17 milliseconds