Searched refs:stub (Results 1 - 25 of 139) sorted by relevance

123456

/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dstub.c36 #include "stub.h"
65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local in function:stub_compare
68 stub_name = &public_string_pool[(unsigned long) stub->name];
74 * Return the public stub with the given name.
84 * Add a dynamic stub.
89 struct mapi_stub *stub; local in function:stub_add_dynamic
97 stub = &dynamic_stubs[idx];
100 stub->addr = entry_generate(
102 if (!stub->addr)
105 stub
122 struct mapi_stub *stub = NULL; local in function:stub_find_dynamic
162 const struct mapi_stub *stub = local in function:stub_find_by_slot
170 stub_fix_dynamic(struct mapi_stub * stub,const struct mapi_stub * alias) argument
190 stub_get_name(const struct mapi_stub * stub) argument
207 stub_get_slot(const struct mapi_stub * stub) argument
216 stub_get_addr(const struct mapi_stub * stub) argument
[all...]
H A Dstub.h48 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
51 stub_get_name(const struct mapi_stub *stub);
54 stub_get_slot(const struct mapi_stub *stub);
57 stub_get_addr(const struct mapi_stub *stub);
H A Dmapi_glapi.c34 #include "stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local in function:_glapi_add_dispatch
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local in function:_glapi_add_dispatch
175 const struct mapi_stub *stub; local in function:_glapi_get_stub
199 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local in function:_glapi_get_proc_offset
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local in function:_glapi_get_proc_address
222 const struct mapi_stub *stub = stub_find_by_slot(offset); local in function:_glapi_get_proc_name
[all...]
H A DMakefile.sources33 stub.c \
34 stub.h \
H A DAndroid.mk41 stub.c \
/xsrc/external/mit/MesaLib/dist/src/mapi/
H A Dstub.c36 #include "stub.h"
65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; local in function:stub_compare
68 stub_name = &public_string_pool[(size_t) stub->name];
74 * Return the public stub with the given name.
84 * Add a dynamic stub.
89 struct mapi_stub *stub; local in function:stub_add_dynamic
97 stub = &dynamic_stubs[idx];
100 stub->addr = entry_generate(
102 if (!stub->addr)
105 stub
122 struct mapi_stub *stub = NULL; local in function:stub_find_dynamic
162 const struct mapi_stub *stub = local in function:stub_find_by_slot
170 stub_fix_dynamic(struct mapi_stub * stub,const struct mapi_stub * alias) argument
190 stub_get_name(const struct mapi_stub * stub) argument
207 stub_get_slot(const struct mapi_stub * stub) argument
216 stub_get_addr(const struct mapi_stub * stub) argument
[all...]
H A Dstub.h48 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias);
51 stub_get_name(const struct mapi_stub *stub);
54 stub_get_slot(const struct mapi_stub *stub);
57 stub_get_addr(const struct mapi_stub *stub);
H A Dmapi_glapi.c34 #include "stub.h"
82 * Fill-in the dispatch stub for the named function.
85 * a dispatch stub may be created created for the function. A pointer to this
129 const struct mapi_stub *stub; local in function:_glapi_add_dispatch
136 stub = stub_find_public(funcName);
137 if (!stub)
138 stub = stub_find_dynamic(funcName, 0);
140 slot = (stub) ? stub_get_slot(stub) : -1;
144 /* use the first existing stub a
155 struct mapi_stub *stub; local in function:_glapi_add_dispatch
184 const struct mapi_stub *stub; local in function:_glapi_get_stub
211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); local in function:_glapi_get_proc_offset
223 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); local in function:_glapi_get_proc_address
234 const struct mapi_stub *stub = stub_find_by_slot(offset); local in function:_glapi_get_proc_name
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
H A DMakefile.am2 DIST_SUBDIRS = bsd bus misc linux solaris stub hurd
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A DMakefile.am43 libint10_la_SOURCES = stub.c xf86int10module.c
H A DMakefile.in68 am__libint10_la_SOURCES_DIST = stub.c xf86int10module.c helper_exec.c \
82 @INT10_STUB_TRUE@am_libint10_la_OBJECTS = stub.lo xf86int10module.lo
441 @INT10_STUB_TRUE@libint10_la_SOURCES = stub.c xf86int10module.c
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub.Plo@am__quote@
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DMakefile.am46 libint10_la_SOURCES = stub.c xf86int10module.c
H A DMakefile.in145 am__libint10_la_SOURCES_DIST = stub.c xf86int10module.c vbe.c \
159 @INT10_STUB_TRUE@am_libint10_la_OBJECTS = stub.lo xf86int10module.lo
186 ./$(DEPDIR)/stub.Plo ./$(DEPDIR)/vbe.Plo \
591 @INT10_STUB_TRUE@libint10_la_SOURCES = stub.c xf86int10module.c
685 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub.Plo@am__quote@ # am--include-marker
893 -rm -f ./$(DEPDIR)/stub.Plo
950 -rm -f ./$(DEPDIR)/stub.Plo
/xsrc/external/mit/MesaLib/dist/docs/
H A Drelease-calendar.rst33 :stub-columns: 1
H A Ddispatch.rst252 calculated by multiplying the size of the dispatch stub by the offset of
254 the first dispatch stub.
H A Dandroid.rst48 -Dandroid-stub=true \
/xsrc/external/mit/brotli/dist/c/enc/
H A Dbackward_references_hq.c43 ZopfliNode stub; local in function:BrotliInitZopfliNodes
45 stub.length = 1;
46 stub.distance = 0;
47 stub.dcode_insert_length = 0;
48 stub.u.cost = kInfinity;
49 for (i = 0; i < length; ++i) array[i] = stub;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.2.rst72 - intel/stub: Silence "initialized field overwritten" warning
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_pthread.m4156 # who knows whether they'll stub that too in a future libc.) So,
224 # functions on Solaris that doesn't have a non-functional libc stub.
/xsrc/external/mit/xorg-server/dist/m4/
H A Dax_pthread.m4156 # who knows whether they'll stub that too in a future libc.) So,
224 # functions on Solaris that doesn't have a non-functional libc stub.
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A DMakefile.in153 dist_Xquartz_OBJECTS = stub.$(OBJEXT) launchd_fd.$(OBJEXT)
178 ./$(DEPDIR)/mach_startupUser.Po ./$(DEPDIR)/stub.Po
595 stub.c \
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub.Po@am__quote@ # am--include-marker
936 -rm -f ./$(DEPDIR)/stub.Po
987 -rm -f ./$(DEPDIR)/stub.Po
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_private.h111 lvp_finishme("stub %s", __func__); \
115 #define stub() \ macro
117 lvp_finishme("stub %s", __func__); \
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A DMakefile.in91 dist_Xquartz_OBJECTS = stub.$(OBJEXT) launchd_fd.$(OBJEXT)
457 stub.c \
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stub.Po@am__quote@
/xsrc/external/mit/xorg-server/dist/
H A Dconfigure.ac274 DEFAULT_INT10="stub"
292 *freebsd*) DEFAULT_INT10=stub ;;
390 AC_ARG_WITH(int10, AS_HELP_STRING([--with-int10=BACKEND], [int10 backend: vm86, x86emu or stub]),
1923 XORG_OS_SUBDIR="stub"
1926 XORG_OS_SUBDIR="stub"
2345 hw/xfree86/os-support/stub/Makefile
/xsrc/external/mit/MesaLib/dist/docs/ci/
H A Dindex.rst237 sudo docker run --rm -v `pwd`:/mesa -w /mesa $IMAGE env PKG_CONFIG_PATH=/usr/local/lib/aarch64-linux-android/pkgconfig/:/android-ndk-r21d/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-android/pkgconfig/ GALLIUM_DRIVERS=freedreno UNWIND=disabled EXTRA_OPTION="-D android-stub=true -D llvm=disabled" DRI_LOADERS="-D glx=disabled -D gbm=disabled -D egl=enabled -D platforms=android" CROSS=aarch64-linux-android ./.gitlab-ci/meson-build.sh

Completed in 33 milliseconds

123456