| /xsrc/external/mit/xf86-video-ati-kms/dist/conf/ |
| H A D | 10-radeon.conf | 4 Driver "radeon"
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| H A D | 50-vmmouse.conf | 5 Driver "vmmouse"
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/conf/ |
| H A D | 10-amdgpu.conf | 4 Driver "amdgpu"
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | drivers.rst | 4 Driver specific documentation.
|
| /xsrc/external/mit/xorg-server.old/dist/config/ |
| H A D | 10-evdev.conf | 11 Driver "evdev" 18 Driver "evdev" 25 Driver "evdev" 32 Driver "evdev" 39 Driver "evdev"
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_driver.h | 22 /// @brief Abstract Driver class 23 class Driver class in namespace:pps 27 static const std::unordered_map<std::string, std::unique_ptr<Driver>> &get_supported_drivers(); 33 static Driver *get_driver(DrmDevice &&drm_device); 41 Driver() = default; 42 virtual ~Driver() = default; 45 Driver(const Driver &) = delete; 46 Driver &operator=(const Driver [all...] |
| H A D | pps_driver.cc | 33 std::unordered_map<std::string, std::unique_ptr<Driver>> create_supported_drivers() 35 std::unordered_map<std::string, std::unique_ptr<Driver>> map; 52 const std::unordered_map<std::string, std::unique_ptr<Driver>> &Driver::get_supported_drivers() 58 const std::vector<std::string> Driver::supported_device_names() 69 Driver *Driver::get_driver(DrmDevice &&drm_device) 77 Driver *driver = it->second.get(); 82 std::string Driver::default_driver_name() 84 auto supported_devices = Driver [all...] |
| H A D | pps_producer.cc | 24 (argc > 1) ? Driver::find_driver_name(argv[1]) : Driver::default_driver_name();
|
| H A D | pps_counter.h | 30 class Driver; 47 /// @param d Driver used to sample performance counters 49 using Getter = Value(const Counter &c, const Driver &d); 64 /// @brief d Driver used to sample performance counters 66 Value get_value(const Driver &d) const; 97 /// @brief d Driver used to sample performance counters 99 inline Counter::Value Counter::get_value(const Driver &d) const
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | barrier.c | 58 ctx->Driver.TextureBarrier(ctx); 66 if (ctx->Driver.MemoryBarrier) 67 ctx->Driver.MemoryBarrier(ctx, barriers); 81 if (ctx->Driver.MemoryBarrier) { 92 ctx->Driver.MemoryBarrier(ctx, all_allowed_bits); 107 ctx->Driver.MemoryBarrier(ctx, barriers); 136 ctx->Driver.FramebufferFetchBarrier(ctx); 150 ctx->Driver.FramebufferFetchBarrier(ctx);
|
| H A D | performance_query.c | 51 ctx->Driver.DeletePerfQuery(ctx, m); 71 if (ctx->Driver.InitPerfQueryInfo) 72 return ctx->Driver.InitPerfQueryInfo(ctx); 235 ctx->Driver.GetPerfQueryInfo(ctx, i, &name, &ignore, &ignore, &ignore); 275 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, 344 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, 358 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex, 449 obj = ctx->Driver.NewPerfQueryObject(ctx, queryid_to_index(queryId)); 490 ctx->Driver.WaitPerfQuery(ctx, obj); 495 ctx->Driver [all...] |
| H A D | condrender.c | 102 if (ctx->Driver.BeginConditionalRender) 103 ctx->Driver.BeginConditionalRender(ctx, q, mode); 141 if (ctx->Driver.EndConditionalRender) 142 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery); 198 ctx->Driver.WaitQuery(ctx, q); 205 ctx->Driver.WaitQuery(ctx, q); 212 ctx->Driver.CheckQuery(ctx, q); 218 ctx->Driver.CheckQuery(ctx, q);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | barrier.c | 58 ctx->Driver.TextureBarrier(ctx); 66 if (ctx->Driver.MemoryBarrier) 67 ctx->Driver.MemoryBarrier(ctx, barriers); 81 if (ctx->Driver.MemoryBarrier) { 92 ctx->Driver.MemoryBarrier(ctx, all_allowed_bits); 107 ctx->Driver.MemoryBarrier(ctx, barriers); 136 ctx->Driver.FramebufferFetchBarrier(ctx); 150 ctx->Driver.FramebufferFetchBarrier(ctx);
|
| H A D | performance_query.c | 57 ctx->Driver.DeletePerfQuery(ctx, m); 77 if (ctx->Driver.InitPerfQueryInfo) 78 return ctx->Driver.InitPerfQueryInfo(ctx); 241 ctx->Driver.GetPerfQueryInfo(ctx, i, &name, &ignore, &ignore, &ignore); 281 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, 350 ctx->Driver.GetPerfQueryInfo(ctx, queryIndex, 364 ctx->Driver.GetPerfCounterInfo(ctx, queryIndex, counterIndex, 455 obj = ctx->Driver.NewPerfQueryObject(ctx, queryid_to_index(queryId)); 496 ctx->Driver.WaitPerfQuery(ctx, obj); 501 ctx->Driver [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 217 * Call the ctx->Driver.* state functions with current values to initialize 224 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef); 226 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor); 228 ctx->Driver.BlendEquationSeparate(ctx, 232 ctx->Driver.BlendFuncSeparate(ctx, 238 ctx->Driver.ColorMask(ctx, 244 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode); 245 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func); 246 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask); 248 ctx->Driver [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/ |
| H A D | driverfuncs.c | 219 * Call the ctx->Driver.* state functions with current values to initialize 226 ctx->Driver.AlphaFunc(ctx, ctx->Color.AlphaFunc, ctx->Color.AlphaRef); 228 ctx->Driver.BlendColor(ctx, ctx->Color.BlendColor); 230 ctx->Driver.BlendEquationSeparate(ctx, 234 ctx->Driver.BlendFuncSeparate(ctx, 240 ctx->Driver.ColorMask(ctx, 246 ctx->Driver.CullFace(ctx, ctx->Polygon.CullFaceMode); 247 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func); 248 ctx->Driver.DepthMask(ctx, ctx->Depth.Mask); 250 ctx->Driver [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | virtual.conf | 3 Driver "intel" 12 Driver "intel"
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | virtual.conf | 3 Driver "intel" 12 Driver "intel"
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 36 * context->Driver.Render.* 86 tnl->Driver.Render.Points( ctx, start, count ) 126 const tnl_line_func LineFunc = tnl->Driver.Render.Line; \ 127 const tnl_triangle_func TriangleFunc = tnl->Driver.Render.Triangle; \ 128 const tnl_quad_func QuadFunc = tnl->Driver.Render.Quad; \ 134 #define INIT(x) tnl->Driver.Render.PrimitiveNotify( ctx, x ) 135 #define RESET_STIPPLE if (stipple) tnl->Driver.Render.ResetLineStipple( ctx ) 157 tnl_render_func render_tris = tnl->Driver.Render.PrimTabElts[GL_TRIANGLES]; 165 tnl->Driver.Render.PrimitiveNotify( ctx, GL_TRIANGLES ); 197 tnl->Driver [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 36 * context->Driver.Render.* 86 tnl->Driver.Render.Points( ctx, start, count ) 126 const tnl_line_func LineFunc = tnl->Driver.Render.Line; \ 127 const tnl_triangle_func TriangleFunc = tnl->Driver.Render.Triangle; \ 128 const tnl_quad_func QuadFunc = tnl->Driver.Render.Quad; \ 134 #define INIT(x) tnl->Driver.Render.PrimitiveNotify( ctx, x ) 135 #define RESET_STIPPLE if (stipple) tnl->Driver.Render.ResetLineStipple( ctx ) 157 tnl_render_func render_tris = tnl->Driver.Render.PrimTabElts[GL_TRIANGLES]; 165 tnl->Driver.Render.PrimitiveNotify( ctx, GL_TRIANGLES ); 197 tnl->Driver [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/ |
| H A D | pan_pps_driver.h | 22 class PanfrostDriver : public Driver 25 static inline PanfrostDriver &into(Driver &dri); 26 static inline const PanfrostDriver &into(const Driver &dri); 51 PanfrostDriver &PanfrostDriver::into(Driver &dri) 56 const PanfrostDriver &PanfrostDriver::into(const Driver &dri)
|
| /xsrc/external/mit/xf86-input-synaptics/dist/conf/ |
| H A D | 50-synaptics.conf | 12 Driver "synaptics"
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 510 ctx->Driver.AlphaFunc = nouveau_alpha_func; 511 ctx->Driver.BlendColor = nouveau_blend_color; 512 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate; 513 ctx->Driver.BlendFuncSeparate = nouveau_blend_func_separate; 514 ctx->Driver.ClipPlane = nouveau_clip_plane; 515 ctx->Driver.ColorMask = nouveau_color_mask; 516 ctx->Driver.ColorMaterial = nouveau_color_material; 517 ctx->Driver.CullFace = nouveau_cull_face; 518 ctx->Driver.FrontFace = nouveau_front_face; 519 ctx->Driver [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_state.c | 511 ctx->Driver.AlphaFunc = nouveau_alpha_func; 512 ctx->Driver.BlendColor = nouveau_blend_color; 513 ctx->Driver.BlendEquationSeparate = nouveau_blend_equation_separate; 514 ctx->Driver.BlendFuncSeparate = nouveau_blend_func_separate; 515 ctx->Driver.ClipPlane = nouveau_clip_plane; 516 ctx->Driver.ColorMask = nouveau_color_mask; 517 ctx->Driver.ColorMaterial = nouveau_color_material; 518 ctx->Driver.CullFace = nouveau_cull_face; 519 ctx->Driver.FrontFace = nouveau_front_face; 520 ctx->Driver [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | description.c | 252 strncpy(drvid->Driver, "igdumd32.dll", sizeof(drvid->Driver)); 257 strncpy(drvid->Driver, "vm3dum.dll", sizeof(drvid->Driver)); 262 strncpy(drvid->Driver, "atiumdag.dll", sizeof(drvid->Driver)); 267 strncpy(drvid->Driver, "nvd3dum.dll", sizeof(drvid->Driver));
|