Searched defs:ops (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSuserpath.c | 50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action) 54 DPSUserPathOp *ops; 59 DPSDoUserPath(DPSGetCurrentContext(), coords, numCoords, numType, ops, local 63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action) 68 DPSUserPathOp *ops; 87 {DPS_LITERAL|DPS_STRING, 0, 0, 32}, /* param ops */ 98 hasUCache = (*ops == dps_ucache); 101 needBBox = (numOps > 1 && ops[1] != dps_setbbox); 102 } else needBBox = (*ops != dps_setbbox); 138 DPSWriteStringChars(ctxt, (char *) ops, [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem.c | 1311 const struct drm_i915_gem_object_ops *ops = obj->ops; local 1321 ops->put_pages(obj); 1362 const struct drm_i915_gem_object_ops *ops = obj->ops; local 1370 ret = ops->get_pages(obj); 3276 const struct drm_i915_gem_object_ops *ops) 3283 obj->ops = ops; 3275 i915_gem_object_init(struct drm_i915_gem_object *obj, const struct drm_i915_gem_object_ops *ops) argument
|
H A D | i915_drv.h | 475 /* global gtt ops */ 1232 const struct drm_i915_gem_object_ops *ops; member in struct:drm_i915_gem_object 1665 const struct drm_i915_gem_object_ops *ops);
|
Completed in 67 milliseconds