| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | bm-init.sh | 1 #!/bin/sh 6 /init-stage1.sh 9 test $? -eq 0 && /init-stage2.sh
|
| H A D | rootfs-setup.sh | 8 cp $BM/bm-init.sh $rootfs_dst/init 9 cp $CI_COMMON/init*.sh $rootfs_dst/ 11 cp $CI_COMMON/capture-devcoredump.sh $rootfs_dst/ 15 "$CI_COMMON"/generate-env.sh > $rootfs_dst/set-job-env-vars.sh 16 chmod +x $rootfs_dst/set-job-env-vars.sh 18 cat $rootfs_dst/set-job-env-vars.sh 19 echo "export CI_JOB_JWT=${CI_JOB_JWT@Q}" >> $rootfs_dst/set-job-env-vars.sh
|
| H A D | arm64_a630_egl.sh | 1 #!/bin/sh 15 /install/deqp-runner.sh; then 23 /install/deqp-runner.sh; then
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/ |
| H A D | i386_build.sh | 5 . .gitlab-ci/container/cross_build.sh
|
| H A D | ppc64el_build.sh | 5 . .gitlab-ci/container/cross_build.sh
|
| H A D | s390x_build.sh | 5 . .gitlab-ci/container/cross_build.sh
|
| H A D | x86_test-gl.sh | 73 . .gitlab-ci/container/container_pre_build.sh 83 . .gitlab-ci/container/build-kernel.sh 87 . .gitlab-ci/container/build-libdrm.sh 91 . .gitlab-ci/container/build-libclc.sh 95 . .gitlab-ci/container/build-virglrenderer.sh 99 PIGLIT_OPTS="-DPIGLIT_BUILD_CL_TESTS=ON -DPIGLIT_BUILD_DMA_BUF_TESTS=ON" . .gitlab-ci/container/build-piglit.sh 103 . .gitlab-ci/container/build-rust.sh 104 . .gitlab-ci/container/build-crosvm.sh 109 DEQP_TARGET=surfaceless . .gitlab-ci/container/build-deqp.sh 113 . .gitlab-ci/container/build-apitrace.sh [all...] |
| H A D | x86_test-vk.sh | 95 dxvk-"${DXVK_VERSION}"/setup_dxvk.sh install 121 . .gitlab-ci/container/container_pre_build.sh 125 . .gitlab-ci/container/build-libdrm.sh 129 . .gitlab-ci/container/build-hang-detection.sh 133 PIGLIT_BUILD_TARGETS="piglit_replayer" . .gitlab-ci/container/build-piglit.sh 137 . .gitlab-ci/container/build-fossilize.sh 141 . .gitlab-ci/container/build-deqp.sh 145 . .gitlab-ci/container/build-gfxreconstruct.sh 151 . .gitlab-ci/container/build-vkd3d-proton.sh
|
| H A D | android_build.sh | 23 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 25 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk aarch64-linux-android arm armv8 28 sh .gitlab-ci/container/create-android-cross-file.sh / [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_lower_fs_out_to_vector.h | 34 bool r600_lower_fs_out_to_vector(nir_shader *sh);
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | Makefile.am | 27 EXTRA_DIST = xkbui.pc.in autogen.sh
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_core.cpp | 117 shader *sh = parser.get_shader(); local in function:r600_sb_bytecode_process 120 bc_dump(*sh, bc->bytecode, bc->ndw).run(); 124 delete sh; 128 if (sh->target != TARGET_FETCH) { 129 sh->src_stats.ndw = bc->ndw; 130 sh->collect_stats(false); 158 SB_DUMP_PASS( sblog << "\n\n###### after parse\n"; sh->dump_ir(); ); 162 r = n(*sh).run(); \ 168 delete sh; \ 173 sh [all...] |
| H A D | sb_bc_parser.cpp | 77 sh = new shader(ctx, t, bc->debug_id); 78 sh->safe_math = sb_context::safe_math || (t == TARGET_COMPUTE || bc->precise); 84 sh->ngpr = bc->ngpr; 85 sh->nstack = bc->nstack; 95 sh->init(); 120 sh->add_gpr_array(0, bc->ngpr, 0x0F); 123 sh->add_input(0 /* GPR */, true /* preloaded */, 0x0F /* mask */); 124 sh->add_input(1 /* GPR */, true /* preloaded */, 0x0F /* mask */); 135 sh->add_gpr_array(a.gpr_start, a.gpr_count, a.comp_mask); 138 sh [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_core.cpp | 117 shader *sh = parser.get_shader(); local in function:r600_sb_bytecode_process 120 bc_dump(*sh, bc->bytecode, bc->ndw).run(); 124 delete sh; 128 if (sh->target != TARGET_FETCH) { 129 sh->src_stats.ndw = bc->ndw; 130 sh->collect_stats(false); 158 SB_DUMP_PASS( sblog << "\n\n###### after parse\n"; sh->dump_ir(); ); 162 r = n(*sh).run(); \ 168 delete sh; \ 173 sh [all...] |
| /xsrc/external/mit/xorg-server/dist/test/scripts/ |
| H A D | xvfb-piglit.sh | 1 #!/bin/sh 13 exec $XSERVER_DIR/test/scripts/run-piglit.sh
|
| /xsrc/external/mit/brotli/dist/tests/ |
| H A D | Makefile | 8 ./compatibility_test.sh 9 ./roundtrip_test.sh
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_flush.c | 57 unsigned sh; local in function:softpipe_flush 59 for (sh = 0; sh < ARRAY_SIZE(softpipe->tex_cache); sh++) { 60 for (i = 0; i < softpipe->num_sampler_views[sh]; i++) { 61 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]); 175 uint i, sh; local in function:softpipe_texture_barrier 177 for (sh = 0; sh < ARRAY_SIZE(softpipe->tex_cache); sh [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_flush.c | 57 unsigned sh; local in function:softpipe_flush 59 for (sh = 0; sh < ARRAY_SIZE(softpipe->tex_cache); sh++) { 60 for (i = 0; i < softpipe->num_sampler_views[sh]; i++) { 61 sp_flush_tex_tile_cache(softpipe->tex_cache[sh][i]); 175 uint i, sh; local in function:softpipe_texture_barrier 177 for (sh = 0; sh < ARRAY_SIZE(softpipe->tex_cache); sh [all...] |
| /xsrc/external/mit/xcb-proto/dist/ |
| H A D | Makefile.am | 6 EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 53 data->location >= data->prog->sh.data->NumUniformStorage) 57 data->prog->sh.data->UniformStorage + data->location++; 64 for (int sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:set_opaque_binding 65 struct gl_linked_shader *shader = data->shader_prog->_LinkedShaders[sh]; 69 if (!storage->opaque[sh].active) 74 const unsigned index = storage->opaque[sh].index + i; 77 if (index >= shader->Program->sh.NumBindlessSamplers) 79 shader->Program->sh 242 for (int sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:set_uniform_initializer 261 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; local in function:gl_nir_set_uniform_initializers [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | gl_nir_link_uniform_initializers.c | 53 data->location >= data->prog->sh.data->NumUniformStorage) 57 data->prog->sh.data->UniformStorage + data->location++; 64 for (int sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:set_opaque_binding 65 struct gl_linked_shader *shader = data->shader_prog->_LinkedShaders[sh]; 69 if (!storage->opaque[sh].active) 74 const unsigned index = storage->opaque[sh].index + i; 77 if (index >= shader->Program->sh.NumBindlessSamplers) 79 shader->Program->sh 236 for (int sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:set_uniform_initializer 255 struct gl_linked_shader *sh = prog->_LinkedShaders[i]; local in function:gl_nir_set_uniform_initializers [all...] |
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-rust.sh | 20 wget https://sh.rustup.rs -O - | \ 21 sh -s -- -y --default-toolchain 1.49.0-2020-12-31
|
| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | ctlpix.sh | 1 #!/bin/sh 2 # $XTermId: ctlpix.sh,v 1.6 2022/04/25 08:03:21 tom Exp $ 43 altchars.sh
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | shaderobj.c | 53 * Set ptr to point to sh. 56 * Then set ptr to point to sh, incrementing its refcount. 60 struct gl_shader *sh, bool skip_locking) 63 if (*ptr == sh) { 87 if (sh) { 89 p_atomic_inc(&sh->RefCount); 90 *ptr = sh; 96 struct gl_shader *sh) 98 _reference_shader(ctx, ptr, sh, false); 134 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) argument 59 _reference_shader(struct gl_context * ctx,struct gl_shader ** ptr,struct gl_shader * sh,bool skip_locking) argument 95 _mesa_reference_shader(struct gl_context * ctx,struct gl_shader ** ptr,struct gl_shader * sh) argument 148 _mesa_delete_linked_shader(struct gl_context * ctx,struct gl_linked_shader * sh) argument 164 struct gl_shader *sh = (struct gl_shader *) local in function:_mesa_lookup_shader 190 struct gl_shader *sh = (struct gl_shader *) local in function:_mesa_lookup_shader_err 342 for (gl_shader_stage sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:_mesa_clear_shader_program_data [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | shaderobj.c | 53 * Set ptr to point to sh. 56 * Then set ptr to point to sh, incrementing its refcount. 60 struct gl_shader *sh) 63 if (*ptr == sh) { 83 if (sh) { 85 p_atomic_inc(&sh->RefCount); 86 *ptr = sh; 123 _mesa_delete_shader(struct gl_context *ctx, struct gl_shader *sh) argument 125 _mesa_shader_spirv_data_reference(&sh->spirv_data, NULL); 126 free((void *)sh 59 _mesa_reference_shader(struct gl_context * ctx,struct gl_shader ** ptr,struct gl_shader * sh) argument 137 _mesa_delete_linked_shader(struct gl_context * ctx,struct gl_linked_shader * sh) argument 153 struct gl_shader *sh = (struct gl_shader *) local in function:_mesa_lookup_shader 179 struct gl_shader *sh = (struct gl_shader *) local in function:_mesa_lookup_shader_err 329 for (gl_shader_stage sh = 0; sh < MESA_SHADER_STAGES; sh++) { local in function:_mesa_clear_shader_program_data [all...] |