| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/ |
| H A D | platform.hpp | 51 std::vector<intrusive_ref<device>> devs; member in class:clover::platform
|
| H A D | context.hpp | 80 const std::vector<intrusive_ref<device>> devs; member in class:clover::context
|
| H A D | context.cpp | 27 context(const property_list & props,const ref_vector<device> & devs,const notify_action & notify) argument
|
| H A D | program.cpp | 46 program::compile(const ref_vector<device> &devs, const std::string &opts, argument 67 program::link(const ref_vector<device> &devs, const std::string &opts, argument 34 program(clover::context & ctx,const ref_vector<device> & devs,const std::vector<binary> & binaries) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/ |
| H A D | context.cpp | 27 context(const property_list & props,const ref_vector<device> & devs,const notify_action & notify) argument
|
| H A D | context.hpp | 63 const std::vector<intrusive_ref<device>> devs; member in class:clover::context
|
| H A D | program.cpp | 45 program::compile(const ref_vector<device> &devs, const std::string &opts, argument 67 program::link(const ref_vector<device> &devs, const std::string &opts, argument 33 program(clover::context & ctx,const ref_vector<device> & devs,const std::vector<module> & binaries) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | context.cpp | 36 auto devs = objs(d_devs, num_devs); local in function:clCreateContext 70 std::vector<cl_device_id> devs; local in function:clCreateContextFromType
|
| H A D | program.cpp | 83 auto devs = objs(d_devs, n); local in function:clCreateProgramWithBinary 137 auto devs = objs(d_devs, n); local in function:clCreateProgramWithBuiltInKernels 179 auto devs = local in function:clBuildProgram 212 auto devs local in function:clCompileProgram 255 std::vector<device *> devs; local in function:__anonba2b103d0810::validate_link_devices 342 auto devs = validate_link_devices(progs, all_devs, opts); local in function:clLinkProgram [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader.c | 61 pipe_loader_probe(struct pipe_loader_device **devs, int ndev) argument 72 pipe_loader_release(struct pipe_loader_device **devs, int ndev) argument
|
| H A D | pipe_loader_sw.c | 135 pipe_loader_sw_probe_dri(struct pipe_loader_device **devs, const struct drisw_loader_funcs *drisw_lf) argument 167 pipe_loader_sw_probe_kms(struct pipe_loader_device **devs, int fd) argument 203 pipe_loader_sw_probe_null(struct pipe_loader_device **devs) argument 233 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev) argument
|
| H A D | pipe_loader_drm.c | 240 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipe-loader/ |
| H A D | pipe_loader_sw.c | 138 pipe_loader_sw_probe_dri(struct pipe_loader_device **devs, const struct drisw_loader_funcs *drisw_lf) argument 170 pipe_loader_sw_probe_kms(struct pipe_loader_device **devs, int fd) argument 206 pipe_loader_sw_probe_null(struct pipe_loader_device **devs) argument 236 pipe_loader_sw_probe(struct pipe_loader_device **devs, int ndev) argument
|
| H A D | pipe_loader.c | 60 pipe_loader_probe(struct pipe_loader_device **devs, int ndev) argument 71 pipe_loader_release(struct pipe_loader_device **devs, int ndev) argument
|
| H A D | pipe_loader_drm.c | 210 pipe_loader_drm_probe(struct pipe_loader_device **devs, int ndev) argument
|
| /xsrc/external/mit/libXfixes/dist/src/ |
| H A D | Cursor.c | 318 CARD16 *devs = (CARD16 *)(req + 1); local in function:XFixesCreatePointerBarrier
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | egldevice.c | 279 _EGLDevice *dev, *devs; local in function:_eglQueryDevicesEXT
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | context.cpp | 36 auto devs = objs(d_devs, num_devs); local in function:clCreateContext 70 std::vector<cl_device_id> devs; local in function:clCreateContextFromType
|
| H A D | program.cpp | 135 auto devs = objs(d_devs, n); local in function:clCreateProgramWithBinary 231 auto devs = objs(d_devs, n); local in function:clCreateProgramWithBuiltInKernels 273 auto devs = local in function:clBuildProgram 307 auto devs local in function:clCompileProgram 351 std::vector<device *> devs; local in function:__anonfca01c240810::validate_link_devices 441 auto devs = validate_link_devices(progs, all_devs, opts); local in function:clLinkProgram [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | egldevice.c | 325 _EGLDevice *dev, *devs; local in function:_eglQueryDevicesEXT
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxinput.h | 125 DMXLocalInputInfoPtr *devs; member in struct:_DMXInputInfo
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | inputthread.c | 71 struct xorg_list devs; member in struct:__anon5e789ed60108
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| H A D | lvp_private.h | 148 struct pipe_loader_device *devs; member in struct:lvp_instance
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_renderer_virtgpu.c | 1521 drmDevicePtr devs[8]; local in function:virtgpu_open
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Config.c | 1093 InputInfoPtr *devs, /* iterator */ local in function:checkCoreInputDevices [all...] |