Home
last modified time | relevance | path

Searched refs:Programs (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/mesa3d/src/mesa/main/
Darbprogram.c91 _mesa_HashInsert(ctx->Shared->Programs, id, newProg); in _mesa_BindProgramARB()
149 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
173 _mesa_HashRemove(ctx->Shared->Programs, ids[i]); in _mesa_DeleteProgramsARB()
201 _mesa_HashLockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
203 first = _mesa_HashFindFreeKeyBlock(ctx->Shared->Programs, n); in _mesa_GenProgramsARB()
207 _mesa_HashInsertLocked(ctx->Shared->Programs, first + i, in _mesa_GenProgramsARB()
211 _mesa_HashUnlockMutex(ctx->Shared->Programs); in _mesa_GenProgramsARB()
Dshared.c70 shared->Programs = _mesa_NewHashTable(); in _mesa_alloc_shared_state()
330 _mesa_HashDeleteAll(shared->Programs, delete_program_cb, ctx); in free_shared_state()
331 _mesa_DeleteHashTable(shared->Programs); in free_shared_state()
/external/python/cpython3/
D.gitignore33 Programs/_freeze_importlib
34 Programs/_testembed
DMakefile.pre.in474 build_all: $(BUILDPYTHON) oldsharedmods sharedmods gdbhooks Programs/_testembed python-config
567 $(BUILDPYTHON): Programs/python.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
568 …$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/python.o $(BLDLIBRARY) $(LIBS) $(MODLIBS) …
713 Programs/_testembed: Programs/_testembed.o $(LIBRARY) $(LDLIBRARY) $(PY3LIBRARY)
714 …$(LINKCC) $(PY_LDFLAGS) $(LINKFORSHARED) -o $@ Programs/_testembed.o $(BLDLIBRARY) $(LIBS) $(MODLI…
719 Programs/_freeze_importlib.o: Programs/_freeze_importlib.c Makefile
721 Programs/_freeze_importlib: Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN)
722 …$(LINKCC) $(PY_LDFLAGS) -o $@ Programs/_freeze_importlib.o $(LIBRARY_OBJS_OMIT_FROZEN) $(LIBS) $(M…
724 …l.h: @GENERATED_COMMENT@ $(srcdir)/Lib/importlib/_bootstrap_external.py Programs/_freeze_importlib…
725 ./Programs/_freeze_importlib \
[all …]
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp38 template<typename Instance, typename Arg0, typename Programs = NoPrograms1<Arg0> >
48 …tNodeType type, const std::string& name, const std::string& desc, const Programs& progs, const Arg… in InstanceFactory1()
58 const Programs m_progs;
/external/llvm/test/tools/llvm-cov/Inputs/
Dtest_no_gcda.h.gcov5 -: 0:Programs:0
Dtest_missing.h.gcov5 -: 0:Programs:1
Dtest_no_options.h.gcov5 -: 0:Programs:1
Dtest_paths.h.gcov5 -: 0:Programs:1
Dtest_-a.h.gcov5 -: 0:Programs:1
Dtest_objdir.h.gcov5 -: 0:Programs:1
Dtest_-a_-b.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-u.h.gcov5 -: 0:Programs:1
Dtest_-a_-b_-c_-u.h.gcov5 -: 0:Programs:1
Dtest_missing.cpp.gcov5 -: 0:Programs:1
Dtest_no_gcda.cpp.gcov5 -: 0:Programs:0
Dtest_objdir.cpp.gcov5 -: 0:Programs:1
Dtest_no_options.cpp.gcov5 -: 0:Programs:1
Dtest_paths.cpp.gcov5 -: 0:Programs:1
/external/libnl/
Dconfigure.ac24 # 1. Programs using the previous version may use the new version as drop-in
29 # 2. Programs using the previous version may use the new version as drop-in
35 # 3. Programs may need to be changed, recompiled, relinked in order to use
/external/python/cpython2/Doc/library/
Duser.rst57 Programs with extensive customization needs are better off reading a
60 Programs with security or privacy concerns should *not* import this module; a
/external/ltp/testcases/kernel/fs/fs-bench/
DREADME1 Programs for File system stress test.
/external/python/cpython3/Tools/msi/
Dtestrelease.bat68 …@dir /s/b "%PROGRAMDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" > "%~2\star…
69 …@dir /s/b "%APPDATA%\Microsoft\Windows\Start Menu\Programs" | findstr /ic:"python" >> "%~2\startm…
/external/llvm/test/tools/llvm-cov/
Dcopy_block_helper.m19 // GCOV: -: 0:Programs:1
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
D2003-05-30-BadPreselectPhi.ll4 ;; From: test/Programs/SingleSource/richards_benchmark.c

1234567891011