Searched refs:From (Results 1 - 25 of 78) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.c425 struct NineVolume9 *From,
433 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n",
434 This, From, dstx, dsty, dstz, pSrcBox);
437 From->desc.Pool == D3DPOOL_SYSTEMMEM);
449 src_box.width = From->desc.Width;
450 src_box.height = From->desc.Height;
451 src_box.depth = From->desc.Depth;
459 &From->pending_uploads_counter,
460 (struct NineUnknown *)From,
464 From
424 NineVolume9_CopyMemToDefault(struct NineVolume9 * This,struct NineVolume9 * From,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_box * pSrcBox) argument
[all...]
H A Dsurface9.c633 struct NineSurface9 *From,
642 From->base.pool == D3DPOOL_SYSTEMMEM);
660 copy_width = From->desc.Width;
661 copy_height = From->desc.Height;
670 &From->pending_uploads_counter,
671 (struct NineUnknown *)From,
675 From->base.info.format,
676 From->data, From->stride,
679 if (From
632 NineSurface9_CopyMemToDefault(struct NineSurface9 * This,struct NineSurface9 * From,const POINT * pDestPoint,const RECT * pSourceRect) argument
707 NineSurface9_CopyDefaultToMem(struct NineSurface9 * This,struct NineSurface9 * From) argument
[all...]
H A Dsurface9.h128 struct NineSurface9 *From,
134 struct NineSurface9 *From );
H A Dvolume9.h89 struct NineVolume9 *From,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvolume9.c424 struct NineVolume9 *From,
432 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n",
433 This, From, dstx, dsty, dstz, pSrcBox);
436 From->desc.Pool == D3DPOOL_SYSTEMMEM);
448 src_box.width = From->desc.Width;
449 src_box.height = From->desc.Height;
450 src_box.depth = From->desc.Depth;
458 &From->pending_uploads_counter,
459 (struct NineUnknown *)From,
463 From
423 NineVolume9_CopyMemToDefault(struct NineVolume9 * This,struct NineVolume9 * From,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_box * pSrcBox) argument
[all...]
H A Dsurface9.c648 struct NineSurface9 *From,
657 From->base.pool == D3DPOOL_SYSTEMMEM);
675 copy_width = From->desc.Width;
676 copy_height = From->desc.Height;
689 From->base.info.format,
690 nine_get_pointer(This->base.base.device->allocator, From->data),
691 From->stride,
694 nine_pointer_weakrelease(This->base.base.device->allocator, From->data);
699 &From->pending_uploads_counter,
700 (struct NineUnknown *)From,
647 NineSurface9_CopyMemToDefault(struct NineSurface9 * This,struct NineSurface9 * From,const POINT * pDestPoint,const RECT * pSourceRect) argument
729 NineSurface9_CopyDefaultToMem(struct NineSurface9 * This,struct NineSurface9 * From) argument
[all...]
H A Dsurface9.h129 struct NineSurface9 *From,
135 struct NineSurface9 *From );
H A Dvolume9.h89 struct NineVolume9 *From,
/xsrc/external/mit/MesaLib/dist/docs/
H A Ddevinfo.rst30 - From this point, the best way to proceed is to find another
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dparser.c366 # define YYCOPY(To, From, Count) \
367 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
369 # define YYCOPY(To, From, Count) \
374 (To)[yyi] = (From)[yyi]; \
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefsyacc.c478 # define YYCOPY(To, From, Count) \
479 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
481 # define YYCOPY(To, From, Count) \
486 (To)[yyi] = (From)[yyi]; \
/xsrc/external/mit/fontconfig/dist/m4/
H A Dlib-ld.m411 dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no.
26 dnl From libtool-2.4. Sets the variable LD.
H A Diconv.m47 dnl From Bruno Haible.
H A Dlib-prefix.m47 dnl From Bruno Haible.
/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-internal.h851 // ImplicitlyConvertible<From, To>::value is a compile-time bool
852 // constant that's true iff type From can be implicitly converted to
854 template <typename From, typename To>
860 // MakeFrom() is an expression whose type is From. We cannot simply
861 // use From(), as the type From may not have a public default
863 static typename AddReference<From>::type MakeFrom();
885 static const bool value = __is_convertible(From, To);
896 template <typename From, typename To>
897 const bool ImplicitlyConvertible<From, T
[all...]
H A Dgtest-port.h1366 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1367 inline To DownCast_(From* f) { // so we only accept pointers
1368 // Ensures that To is a sub-type of From *. This test is here only
1376 ::testing::internal::ImplicitCast_<From*>(to);
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_program_debug.spec52 From within the callback, the user may issue Get* commands to
190 From within the callback function, only the following GL commands
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/
H A DMESA_program_debug.spec52 From within the callback, the user may issue Get* commands to
190 From within the callback function, only the following GL commands
/xsrc/external/mit/MesaLib/dist/docs/isl/
H A Dhiz.rst10 From the Sandy Bridge PRM Vol. 2, Pt. 1, 7.5.3 "Hierarchical Depth Buffer" (p.
H A Dtiling.rst107 easiest case study for this is W-tiling. From the Sky Lake PRM Vol. 2d,
235 requirement that W-tiled buffers have their pitch multiplied by 2. From the
H A Dccs.rst10 From here on, the older Ivy Bridge form of color compression will be called
H A Dformats.rst73 From an API perspective, both types of formats are available. In Vulkan, the
/xsrc/external/mit/xf86-video-rendition/dist/src/
H A Drendition.c480 MessageType From; local in function:renditionPreInit
714 From = X_PROBED;
715 xf86DrvMsg(pScreenInfo->scrnIndex, From, "videoRam: %d kBytes\n", videoRam);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h1073 template<typename To, typename From> // use like this: DownCast_<T*>(foo);
1074 inline To DownCast_(From* f) { // so we only accept pointers
1075 // Ensures that To is a sub-type of From *. This test is here only
1083 ::testing::internal::ImplicitCast_<From*>(to);
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dfunctions.adoc128 From that, `mk_function_bits.sh` generates header files that contain the
245 `CS` entry means we're using the "`select`" style cursor. From that

Completed in 26 milliseconds

1234