| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| build-deqp.sh | 32 ninja modules/egl/deqp-egl 33 cp /deqp/modules/egl/deqp-egl /deqp/modules/egl/deqp-egl-x11 42 mv /deqp/modules/egl/deqp-egl-x11 /deqp/modules/egl/deqp-egl 52 /deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/aosp_mustpass/3.2.6.x/*.txt \ 55 /deqp/external/openglcts/modules/gl_cts/data/mustpass/egl/aosp_mustpass/3.2.6.x/egl-master.txt \ 58 /deqp/external/openglcts/modules/gl_cts/data/mustpass/gles/khronos_mustpass/3.2.6.x/*-master.txt \ 61 /deqp/external/openglcts/modules/gl_cts/data/mustpass/gl/khronos_mustpass/4.6.1.x/*-master.txt \ 71 rm -rf /deqp/external/openglcts/modules/gl_cts/data/mustpas [all...] |
| build-kernel.sh | 32 make modules
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| poe-powered.sh | 108 # Install kernel modules (it could be either in /lib/modules or 109 # /usr/lib/modules, but we want to install in the latter) 110 [ -d $BM_BOOTFS/usr/lib/modules ] && rsync -a --delete $BM_BOOTFS/usr/lib/modules/ /nfs/usr/lib/modules/ 111 [ -d $BM_BOOTFS/lib/modules ] && rsync -a --delete $BM_BOOTFS/lib/modules/ /nfs/usr/lib/modules/
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| invocation.hpp | 39 module link_program(const std::vector<module> &modules,
|
| invocation.cpp | 351 const std::vector<module> &modules, std::string &r_log) { 355 for (auto &m : modules) { 365 clover::llvm::link_program(const std::vector<module> &modules, 374 auto mod = link(*ctx, *c, modules, r_log);
|
| /xsrc/external/mit/MesaLib.old/dist/scons/ |
| custom.py | 121 for name, mod in finder.modules.items(): 149 # and on implicitly imported python modules 170 def _pkg_check_modules(env, name, modules): 184 if subprocess.call(["pkg-config", "--exists", ' '.join(modules)]) != 0: 187 # Strip version expressions from modules 188 modules = [module.split(' ', 1)[0] for module in modules] 193 flags = env.ParseFlags('!pkg-config --cflags --libs ' + ' '.join(modules)) 203 def pkg_check_modules(env, name, modules): 205 sys.stdout.write('Checking for %s (%s)...' % (name, ' '.join(modules))) [all...] |
| /xsrc/external/mit/freetype/dist/builds/ |
| modules.mk | 2 # FreeType 2 modules sub-Makefile 20 # This file is in charge of handling the generation of the modules list 24 # Build the modules list. 44 $(info Generating modules list in $(FTMODULE_H)...) 76 -include $(patsubst %,$(TOP_DIR)/src/%/module.mk,$(MODULES))
|
| toplevel.mk | 47 .PHONY: all dist distclean modules setup 58 # prefer a `modules.cfg' file in OBJ_DIR over TOP_DIR. 61 MODULES_CFG := $(TOP_DIR)/modules.cfg 62 ifneq ($(wildcard $(OBJ_DIR)/modules.cfg),) 63 MODULES_CFG := $(OBJ_DIR)/modules.cfg 77 # The list of modules we are using. 79 MODULES := $(FONT_MODULES) \ 111 all modules: setup 157 # We always need the list of modules in ftmodule.h. 162 # The `modules' target unconditionally rebuilds the module list [all...] |
| /xsrc/external/mit/freetype/dist/ |
| configure | 102 if test ! -r $abs_curr_dir/modules.cfg; then 103 echo "Copying \`modules.cfg'" 104 cp $abs_ft2_dir/modules.cfg $abs_curr_dir
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| deqp-runner.sh | 46 DEQP=/deqp/external/vulkancts/modules/vulkan/deqp-vk 50 DEQP=/deqp/modules/$DEQP_VER/deqp-$DEQP_VER 53 DEQP=/deqp/external/openglcts/modules/glcts 56 DEQP=/deqp/external/openglcts/modules/glcts
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| zink_pipeline.h | 65 VkShaderModule modules[PIPE_SHADER_TYPES - 1]; member in struct:zink_gfx_pipeline_state
|
| zink_program.c | 165 bool first = !prog->modules[PIPE_SHADER_VERTEX]; 170 state->modules[pstage] = zm->shader; 171 if (prog->modules[pstage] == zm) 173 if (prog->modules[pstage]) 174 variant_hash ^= prog->modules[pstage]->hash; 177 prog->modules[pstage] = zm; 178 variant_hash ^= prog->modules[pstage]->hash; 237 return !memcmp(sa->modules, sb->modules, sizeof(sa->modules)) & [all...] |
| zink_pipeline.c | 266 if (!prog->modules[i]) 272 stage.module = prog->modules[i]->shader;
|
| zink_program.h | 103 struct zink_shader_module *modules[ZINK_SHADER_COUNT]; // compute stage doesn't belong here member in struct:zink_gfx_program
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/ |
| deqp-runner.sh | 15 cd /deqp/modules/gles2
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| require.c | 149 LispSetVar(lisp__data.modules, MOD);
|
| private.h | 376 LispObj *modules; member in struct:_LispMac
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ |
| sdksyms.sh | 79 /* hw/xfree86/i2c/Makefile.am -- "mostly" modules */
|
| xorgconf.cpp | 51 # ModulePath can be used to set a search path for the X server modules. 60 # which run-time loadable modules to load when the X server starts up. 376 # modules, this line instructs the server to load the specified driver 377 # module. Even when not using loadable driver modules, this line
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/ |
| sdksyms.sh | 69 /* hw/xfree86/i2c/Makefile.am -- "mostly" modules */
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_pipeline.c | 2104 struct radv_shader_module *modules[MESA_SHADER_STAGES] = { 0, }; local 2115 modules[i] = radv_shader_module_from_handle(pStages[i]->module); 2116 if (modules[i]->nir) 2117 _mesa_sha1_compute(modules[i]->nir->info.name, 2118 strlen(modules[i]->nir->info.name), 2119 modules[i]->sha1); 2130 if (modules[MESA_SHADER_GEOMETRY]) { 2139 (!modules[MESA_SHADER_GEOMETRY] || pipeline->gs_copy_shader)) { 2144 if (!modules[MESA_SHADER_FRAGMENT] && !modules[MESA_SHADER_COMPUTE]) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ |
| xorgconf.cpp | 51 # ModulePath can be used to set a search path for the X server modules. 60 # which run-time loadable modules to load when the X server starts up. 382 # modules, this line instructs the server to load the specified driver 383 # module. Even when not using loadable driver modules, this line
|
| /xsrc/external/mit/imake/dist/ |
| mergelib.cpp | 97 XCOMM Merge in the object modules, ranlib (if appropriate) and cleanup variable
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_pipeline.c | 3329 struct vk_shader_module *modules[MESA_SHADER_STAGES] = { local 3350 modules[i] = vk_shader_module_from_handle(pStages[i]->module); 3351 if (modules[i]->nir) 3352 _mesa_sha1_compute(modules[i]->nir->info.name, strlen(modules[i]->nir->info.name), 3353 modules[i]->sha1); 3373 if (modules[MESA_SHADER_GEOMETRY] && !keep_executable_info) { 3384 (!modules[MESA_SHADER_GEOMETRY] || pipeline->gs_copy_shader || 3395 if (!modules[MESA_SHADER_FRAGMENT] && !modules[MESA_SHADER_COMPUTE]) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/ |
| Android.mk | 30 # module will also be built. DRI modules will be loaded by libGLES_mesa.
|