| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | print-vt-chars.pl | 108 my $mixed = shift; 109 $charset{WHO} = $mixed; 115 $charsets{$mixed} = \%charset; 121 my $mixed = shift; 122 my $lower = lc $mixed; 125 $mixed = $caseless{$lower}; 126 %result = %{ $charsets{$mixed} }; 130 printf STDERR "? no match for $mixed with VT-level $vt_level\n" 149 my $mixed = shift; 150 my $lower = lc $mixed; [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | Makefile.am | 24 mixed-stress \
|
| H A D | Makefile.in | 148 render-copy-alphaless$(EXEEXT) mixed-stress$(EXEEXT) \ 255 mixed_stress_SOURCES = mixed-stress.c 256 mixed_stress_OBJECTS = mixed-stress.$(OBJEXT) 373 lowlevel-blt-bench.c mixed-stress.c present-test.c \ 384 dri2-test.c dri3-test.c lowlevel-blt-bench.c mixed-stress.c \ 598 render-copy-alphaless mixed-stress shm-test $(NULL) \ 742 mixed-stress$(EXEEXT): $(mixed_stress_OBJECTS) $(mixed_stress_DEPENDENCIES) $(EXTRA_mixed_stress_DEPENDENCIES) 743 @rm -f mixed-stress$(EXEEXT) 819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mixed-stress.Po@am__quote@
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | Makefile.am | 27 mixed-stress \
|
| H A D | Makefile.in | 154 render-copy-alphaless$(EXEEXT) mixed-stress$(EXEEXT) \ 287 mixed_stress_SOURCES = mixed-stress.c 288 mixed_stress_OBJECTS = mixed-stress.$(OBJEXT) 425 ./$(DEPDIR)/lowlevel-blt-bench.Po ./$(DEPDIR)/mixed-stress.Po \ 465 mixed-stress.c present-race.c present-speed.c present-test.c \ 478 lowlevel-blt-bench.c mixed-stress.c present-race.c \ 701 render-copy-alphaless mixed-stress shm-test $(NULL) \ 853 mixed-stress$(EXEEXT): $(mixed_stress_OBJECTS) $(mixed_stress_DEPENDENCIES) $(EXTRA_mixed_stress_DEPENDENCIES) 854 @rm -f mixed-stress$(EXEEXT) 952 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mixed [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 18.1.4.rst | 67 - intel/compiler: Relax mixed type restriction for saturating
|
| H A D | 20.3.2.rst | 35 - Mesa considers the framebuffer with mixed 3D and 2D array attachments to be incomplete.
|
| H A D | 21.3.6.rst | 141 - radv: fix R_02881C_PA_CL_VS_OUT_CNTL with mixed cull/clip distances
|
| H A D | 10.3.rst | 128 [BDW]Piglit spec_OpenGL_3.0_clearbuffer-mixed-format fails
|
| H A D | 19.1.0.rst | 569 - panfrost/midgard: Lower mixed csel (NIR) 780 - radv: Allow mixed src/dst aspects in copies. 1770 - virgl: Enable mixed color FBO attachemnets only when the host 1928 mixed mode 1929 - intel/compiler: implement SIMD16 restrictions for mixed-float 1931 - intel/compiler: also set F execution type for mixed float mode in BDW 1935 - intel/compiler: validate region restrictions for mixed float mode 3429 - freedreno/a6xx: Clean up mixed use of swap and swizzle for texture
|
| H A D | 20.1.0.rst | 289 - pan/midgard: Implement mixed-type constant packing 308 - pan/midgard: Fix 32/64 mixed swizzle packing
|
| /xsrc/external/mit/libepoxy/dist/ |
| H A D | README.md | 26 * Can be mixed with non-epoxy GL usage.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/ |
| H A D | rasterizer.rst | 342 shader clip distances cannot be mixed, and clip distances take precedence.
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/cso/ |
| H A D | rasterizer.rst | 347 shader clip distances cannot be mixed, and clip distances take precedence.
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | fontutils.c | 270 if (data->font_info.mixed) { 2518 data->font_info.mixed ? " mixed" : "",\ 2822 data->font_info.mixed = (data->font_info.max_width >= 3664 || screen->renderFontNorm[fontnum].font_info.mixed)
|
| H A D | ptyx.h | 1983 Bool mixed; member in struct:__anon7e1168c32408 3531 * There are actually two namespaces mixed together here:
|
| H A D | aclocal.m4 | 431 dnl often contain compiler-specific options which we cannot use, mixed with 1997 dnl Check if the file-system supports mixed-case filenames. If we're able to 2001 AC_CACHE_CHECK(if filesystem supports mixed-case filenames,cf_cv_mixedcase,[ 2022 test "$cf_cv_mixedcase" = yes && AC_DEFINE(MIXEDCASE_FILENAMES,1,[Define to 1 if filesystem supports mixed-case filenames.])
|
| H A D | charproc.c | 10305 #define DATA(mixed, plain, flags) { #mixed, offsetof(TScreen, plain), sizeof(screen->plain), flags } 12083 * conventionally it is mixed case. In practice, the former is more often
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/ |
| H A D | midgard_compile.c | 718 /* Lower csel with mixed condition channels to mulitple csel instructions. For 735 /* Check for mixed condition */ 740 bool mixed = false; local in function:midgard_nir_lower_mixed_csel_body 743 mixed |= (alu->src[0].swizzle[c] != comp); 745 if (!mixed) 748 /* We're mixed, so lower */ 1343 /* Make sure NIR isn't throwing a mixed condition at us */
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_compile.c | 895 bool mixed = nir_is_non_scalar_swizzle(&instr->src[0], nr_components); local in function:emit_alu 898 (mixed ? midgard_alu_op_fcsel_v : midgard_alu_op_fcsel) : 899 (mixed ? midgard_alu_op_icsel_v : midgard_alu_op_icsel);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | screen.rst | 87 * ``PIPE_CAP_MIXED_COLORBUFFER_FORMATS``: Whether mixed colorbuffer formats are
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | screen.rst | 97 * ``PIPE_CAP_MIXED_COLORBUFFER_FORMATS``: Whether mixed colorbuffer formats are
|
| /xsrc/external/mit/libxkbui/dist/ |
| H A D | aclocal.m4 | 4583 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|
| /xsrc/external/mit/xf86-video-imstt/dist/ |
| H A D | aclocal.m4 | 4583 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/m4/ |
| H A D | libtool.m4 | 753 # if finds mixed CR/LF and LF-only lines. Since sed operates in
|