/third_party/mesa3d/src/tool/pps/ |
D | pps_driver.h | 23 class Driver 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 &) = delete; 97 Driver(Driver &&) = default; 98 Driver &operator=(Driver &&) = default;
|
D | pps_driver.cc | 33 std::unordered_map<std::string, std::unique_ptr<Driver>> create_supported_drivers() in create_supported_drivers() 35 std::unordered_map<std::string, std::unique_ptr<Driver>> map; in create_supported_drivers() 52 const std::unordered_map<std::string, std::unique_ptr<Driver>> &Driver::get_supported_drivers() in get_supported_drivers() 58 const std::vector<std::string> Driver::supported_device_names() in supported_device_names() 69 Driver *Driver::get_driver(DrmDevice &&drm_device) in get_driver() 77 Driver *driver = it->second.get(); in get_driver() 82 std::string Driver::default_driver_name() in default_driver_name() 84 auto supported_devices = Driver::supported_device_names(); in default_driver_name() 95 std::string Driver::find_driver_name(const char *requested) in find_driver_name() 97 auto supported_devices = Driver::supported_device_names(); in find_driver_name()
|
D | pps_counter.h | 30 class Driver; variable 49 using Getter = Value(const Counter &c, const Driver &d); 66 Value get_value(const Driver &d) const; 99 inline Counter::Value Counter::get_value(const Driver &d) const in get_value()
|
D | pps_config.cc | 149 auto driver = Driver::get_driver(std::move(device)); in main() 157 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main() 197 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main() 211 if (auto driver = Driver::get_driver(std::move(device.value()))) { in main()
|
D | pps_producer.cc | 24 (argc > 1) ? Driver::find_driver_name(argv[1]) : Driver::default_driver_name(); in main()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | Driver.hpp | 20 class Driver class 23 Driver(); 24 ~Driver(); 61 Driver(const Driver &) = delete; 62 Driver(Driver &&) = delete; 63 Driver &operator=(const Driver &) = delete; 79 bool Driver::lookup(T *ptr, const char *name) in lookup()
|
D | Driver.cpp | 36 Driver::Driver() in Driver() function in Driver 48 Driver::~Driver() in ~Driver() 53 bool Driver::loadSwiftShader() in loadSwiftShader() 99 bool Driver::loadSystem() in loadSystem() 108 bool Driver::load(const char *path) in load() 143 void Driver::unload() in unload() 167 bool Driver::isLoaded() const in isLoaded() 172 bool Driver::resolve(VkInstance instance) in resolve() 194 void *Driver::lookup(const char *name) in lookup()
|
D | Device.hpp | 20 class Driver; 38 Driver const *driver, VkInstance instance, std::unique_ptr<Device> &out); 140 Driver const *driver, VkInstance instance, 144 Driver const *driver, VkPhysicalDevice device); 147 …Device(Driver const *driver, VkDevice device, VkPhysicalDevice physicalDevice, uint32_t queueFamil… 151 Driver const *driver, VkPhysicalDevice device); 153 Driver const *driver;
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
D | description.c | 252 strncpy(drvid->Driver, "igdumd32.dll", sizeof(drvid->Driver)); in d3d_fill_driver_version() 257 strncpy(drvid->Driver, "vm3dum.dll", sizeof(drvid->Driver)); in d3d_fill_driver_version() 262 strncpy(drvid->Driver, "atiumdag.dll", sizeof(drvid->Driver)); in d3d_fill_driver_version() 267 strncpy(drvid->Driver, "nvd3dum.dll", sizeof(drvid->Driver)); in d3d_fill_driver_version()
|
/third_party/mesa3d/docs/ |
D | sourcetree.rst | 80 - **etnaviv** - Driver for Vivante. 81 - **freedreno** - Driver for Qualcomm Adreno. 82 - **i915** - Driver for Intel i915/i945. 83 - **iris** - Driver for Intel gen 8 (Broadwell) and newer. 84 - **lima** - Driver for ARM Mali-400 (Utgard) series. 87 - **nouveau** - Driver for NVIDIA GPUs. 88 - **panfrost** - Driver for ARM Mali Txxx (Midgard) and 92 - **r300** - Driver for ATI R300 - R500. 93 - **r600** - Driver for ATI/AMD R600 - Northern Island (Terascale). 94 - **radeonsi** - Driver for AMD Southern Island and newer (GCN, RDNA). [all …]
|
D | helpwanted.rst | 7 #. **Driver patching and testing.** Patches are often posted to the 13 #. **Driver debugging.** There are plenty of open bugs in the `bug 28 **Legacy Driver specific To-Do lists:** 30 - `r600g <https://dri.freedesktop.org/wiki/R600ToDo>`__ - Driver 32 - `r300g <https://dri.freedesktop.org/wiki/R300ToDo>`__ - Driver
|
/third_party/mesa3d/src/panfrost/ds/ |
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); 53 PanfrostDriver &PanfrostDriver::into(Driver &dri) in into() 58 const PanfrostDriver &PanfrostDriver::into(const Driver &dri) in into()
|
/third_party/mesa3d/docs/gallium/ |
D | distro.rst | 13 Driver for Intel i915 and i945 chipsets. 24 Driver for the nVidia nv30 and nv40 families of GPUs. 29 Driver for the nVidia nv50 family of GPUs. 34 Driver for the nVidia nvc0 / fermi family of GPUs. 39 Driver for VMware virtualized guest operating system graphics processing. 44 Driver for the ATI/AMD r300, r400, and r500 families of GPUs. 49 Driver for the ATI/AMD r600, r700, Evergreen and Northern Islands families of GPUs. 54 Driver for the AMD Southern Islands family of GPUs. 59 Driver for Qualcomm Adreno a2xx, a3xx, and a4xx series of GPUs.
|
/third_party/mesa3d/src/mesa/main/ |
D | context.h | 138 return ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END; in _mesa_inside_begin_end() 148 return ctx->Driver.CurrentSavePrimitive <= PRIM_MAX; in _mesa_inside_dlist_begin_end() 173 if (ctx->Driver.NeedFlush & FLUSH_STORED_VERTICES) \ 193 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \ 210 if (ctx->Driver.NeedFlush) { \ 212 if (ctx->Driver.NeedFlush & FLUSH_UPDATE_CURRENT) \ 215 vbo_exec_FlushVertices(ctx, ctx->Driver.NeedFlush); \
|
D | robustness.c | 135 if (ctx->Driver.GetGraphicsResetStatus) { in _mesa_GetGraphicsResetStatusARB() 138 status = ctx->Driver.GetGraphicsResetStatus(ctx); in _mesa_GetGraphicsResetStatusARB() 161 if (!ctx->Driver.GetGraphicsResetStatus && (MESA_VERBOSE & VERBOSE_API)) in _mesa_GetGraphicsResetStatusARB()
|
/third_party/mesa3d/src/egl/main/ |
D | eglapi.c | 650 disp->Driver = &_eglDriver; in eglInitialize() 705 disp->Driver->Terminate(disp); in eglTerminate() 830 context = disp->Driver->CreateContext(disp, conf, share, attrib_list); in eglCreateContext() 848 ret = disp->Driver->DestroyContext(disp, context); in eglDestroyContext() 875 if (!disp->Driver) in eglMakeCurrent() 912 ret = disp->Driver->MakeCurrent(disp, draw_surf, read_surf, context); in eglMakeCurrent() 999 surf = disp->Driver->CreateWindowSurface(disp, conf, native_window, attrib_list); in _eglCreateWindowSurfaceCommon() 1142 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, attrib_list); in _eglCreatePixmapSurfaceCommon() 1213 surf = disp->Driver->CreatePbufferSurface(disp, conf, attrib_list); in eglCreatePbufferSurface() 1230 ret = disp->Driver->DestroySurface(disp, surf); in eglDestroySurface() [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_save_draw.c | 124 ctx->Driver.CurrentExecPrimitive = PRIM_OUTSIDE_BEGIN_END; in playback_copy_to_current() 126 ctx->Driver.CurrentExecPrimitive = prim->mode; in playback_copy_to_current() 195 if (!ctx->Driver.DrawGalliumVertexState || ctx->RenderMode != GL_RENDER) in vbo_save_playback_vertex_list_gallium() 276 ctx->Driver.DrawGalliumVertexState(ctx, state, info, in vbo_save_playback_vertex_list_gallium() 282 ctx->Driver.DrawGalliumVertexState(ctx, state, info, in vbo_save_playback_vertex_list_gallium() 335 ctx->Driver.DrawGalliumMultiMode(ctx, info, in vbo_save_playback_vertex_list() 340 ctx->Driver.DrawGallium(ctx, info, 0, &node->start_count, 1); in vbo_save_playback_vertex_list() 342 ctx->Driver.DrawGallium(ctx, info, 0, node->start_counts, in vbo_save_playback_vertex_list()
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.5 | 25 Driver Support 31 Driver Status 129 Device Driver Changes / Core Mesa Changes 132 The ctx->Driver.LogicOp() function has been removed. It used to 141 The ctx->Driver.Dither() function has been removed. Drivers should 142 detect dither enable/disable via ctx->Driver.Enable() instead. 144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions 177 X/Mesa Driver
|
D | 4.1 | 92 Device Driver Status 100 Driver Status 231 - Removed ctx->Driver.SetDrawBuffer() 232 - Removed swrast->Driver.SetReadBuffer(). 237 - Added ctx->Driver.DrawBuffer() and ctx->Driver.ReadBuffer(). 239 Many drivers will set ctx->Driver.DrawBuffer = _swrast_DrawBuffer and 241 DRI drivers should implement their own function for ctx->Driver.DrawBuffer 245 - Added swrast->Driver.SetBuffer(). 252 This value is usually passed to swrast->Driver.SetBuffer(). 283 - Changed ctx->Driver.ClearColor() to take GLfloat[4] instead of GLchan[4]. [all …]
|
D | 6.5.rst | 80 Driver Interface Changes 83 - Stencil: The Driver.StencilOp/Func/Mask() functions have been 84 replaced by the two-sided versions: Driver.Stencil*Separate(). 96 Driver Status 101 Driver Status
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_feedback.c | 291 st_init_draw_functions(st->screen, &ctx->Driver); in st_RenderMode() 295 st_init_hw_select_draw_functions(st->screen, &ctx->Driver); in st_RenderMode() 301 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback; in st_RenderMode() 302 ctx->Driver.DrawGalliumMultiMode = _mesa_draw_gallium_multimode_fallback; in st_RenderMode() 312 ctx->Driver.DrawGallium = _mesa_draw_gallium_fallback; in st_RenderMode() 313 ctx->Driver.DrawGalliumMultiMode = _mesa_draw_gallium_multimode_fallback; in st_RenderMode()
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | find.dart | 13 …return DriverError('Unsupported key value type $invalidType. Flutter Driver only supports ${_suppo… 16 /// A Flutter Driver command aimed at an object to be located by [finder]. 49 /// A Flutter Driver command that waits until [finder] can locate the target. 79 /// A Flutter Driver command that waits until [finder] can no longer locate the target. 109 /// A Flutter Driver command that waits until there are no more transient callbacks in the queue. 122 /// A Flutter Driver command that waits until the frame is synced. 135 /// A Flutter Driver command that waits until the Flutter engine rasterizes the 155 /// Base class for Flutter Driver finders, objects that describe how the driver 191 /// A Flutter Driver finder that finds widgets by tooltip text. 213 /// A Flutter Driver finder that finds widgets by semantic label. [all …]
|
/third_party/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 130 const Driver &driver;
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 130 const Driver &driver;
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-kern.hh | 38 template <typename Driver> 41 hb_kern_machine_t (const Driver &driver_, in hb_kern_machine_t() 131 const Driver &driver;
|