Searched refs:breaks (Results 1 - 25 of 273) sorted by relevance

1234567891011

/xsrc/external/mit/pixman/dist/test/
H A Dlowlevel_blt_bench_compare.py8 [--export-csv <csv_file>] [--quiet] [--color] [--color-breaks <breaks>]
32 def colorize_speedup(value: float, breaks: list[float]) -> str:
35 for c, b in zip(SPEEDUP_COLORS, breaks):
43 def print_df(df: pd.DataFrame, color: bool, breaks: list[float], drop_cols: list[str]):
49 df.map(colorize_speedup, breaks=breaks) if color else df,
134 "--color-breaks",
138 help="Speedup values for color breaks (up to 6).",
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.1.rst36 - radv secure compile feature breaks compilation of RADV on armhf EABI
72 - radv: fix radv secure compile feature breaks compilation on armhf
H A D17.0.7.rst31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
H A D19.0.3.rst35 - [ivb] mesa 19.0.0 breaks rendering in kitty
H A D21.3.2.rst38 - [bisected] Mesa 21.3.x breaks GBM with NVIDIA closed source driver 495.44
H A D17.2.3.rst47 - nir/spirv: Allow loop breaks in a switch body.
H A D18.1.6.rst40 - Shader cache breaks INTEL_DEBUG=shader_time
H A D19.2.1.rst37 - libXvMC-1.0.12 breaks mesa build
H A D20.1.6.rst36 - 4e3a7dcf6ee4946c46ae8b35e7883a49859ef6fb breaks Gamescope showing windows properly.
H A D21.0.2.rst36 - util cpu detection breaks on 128-core AMD machines
H A D11.1.0.rst73 vbo: premature flushing breaks GL_LINE_LOOP
191 [ILK,G45,regression] New assertion on BRW_MAX_MRF breaks ilk and g45
279 [CTS regression] mesa af2723 breaks GL Conformance for debug
H A D7.11.rst168 st/mesa: 2a904fd6a0cb80eec6dec2bae07fd8778b04caf3 breaks sauerbraten
250 45920d2ecb38b14fdda5253fecce996570c22863 breaks sauerbraten on r300g
323 vbo: Don't discount stride breaks piglit on softpipe/r600g
H A D7.9.1.rst103 breaks linkage
310 - glsl: Consider the "else" branch when looking for loop breaks.
323 - glsl: Unroll loops with conditional breaks anywhere (not just the
H A D9.2.rst97 r300g MSAA breaks Half-Life 2 in Wine
118 [bisected] 0d108116bd80b757fb01a84a9f1946ef870b57b8 breaks osmesa
H A D11.0.8.rst96 - nv50/ir: deal with loops with no breaks
H A D13.0.4.rst41 mesa-vdpau-drivers: breaks vdpau for mpeg2video
H A D17.1.2.rst31 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
H A D19.1.8.rst56 libXvMC-1.0.12 breaks mesa build
H A D7.11.1.rst106 - drisw: Remove cargo culting that breaks GLX 1.3 ctors
125 - mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queries
H A D11.0.0.rst211 [290x] Dota2 reborn ingame rendering breaks with git-af4b9c7
H A D17.1.0.rst210 - commit 61e47d92c5196 breaks RS780
H A D17.2.0.rst60 [REGRESSION, bisected] Wayland revert commit breaks non-Vsync
H A D17.3.0.rst88 - Commit ddc32537d6db69198e88ef0dfe19770bf9daa536 breaks rendering in
/xsrc/external/mit/luit/dist/
H A Dacinclude.m463 dnl forces SIGWINCH to be undefined (breaks xterm, ncurses). Oddly, the struct
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_exec_mask.cpp75 loop_info(Block* b, uint16_t num, uint8_t needs_, bool breaks, bool cont, bool discard) argument
76 : loop_header(b), num_exec_masks(num), needs(needs_), has_divergent_break(breaks),
221 * breaks, which might benefit from being in exact) by adding Exact_Branch to a
920 /* For normal breaks, this is the exec mask. For discard+break, it's the

Completed in 12 milliseconds

1234567891011