Searched +full:fossilize +full:- +full:test (Results 1 – 17 of 17) sorted by relevance
| /external/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/amd/ci/gitlab-ci-inc.yml' 4 # Run five jobs in parallel each running 1/55th of the test suite 5 radv-stoney-vkcts:x86_64: 7 - .lava-test-deqp:x86_64 8 - .radv-stoney-test:x86_64 13 radv-stoney-angle: 15 - .lava-test-deqp:x86_64 16 - .radv-stoney-test:x86_64 17 - .radeonsi+radv-rules # Note: Xorg uses radeonsi, so depend on both gl and vulkan 19 DEQP_SUITE: radv-stoney-angle [all …]
|
| /external/mesa3d/src/util/tests/ |
| D | cache_test.cpp | 41 #include "util/mesa-sha1.h" 66 * This is equivalent to "rm -rf <dir>" with one bit of protection 70 * Returns 0 on success, -1 on any error. 76 return -1; in rmrf_local() 90 if (stat(full_path, &sb) != -1 && S_ISDIR(sb.st_mode)) in check_directories_created() 116 char data[] = "some test data"; in cache_exists() 149 #define CACHE_TEST_TMP "./cache-test-tmp" 159 * MESA_SHADER_CACHE_DISABLE set to true, that disk_cache_create returns NO-OP cache. in test_disk_cache_create() 162 cache = disk_cache_create("test", driver_id, 0); in test_disk_cache_create() 163 … EXPECT_EQ(cache->type, DISK_CACHE_NONE) << "disk_cache_create with MESA_SHADER_CACHE_DISABLE set"; in test_disk_cache_create() [all …]
|
| /external/mesa3d/.gitlab-ci/ |
| D | fossilize-runner.sh | 3 set -ex 5 if [ -z "$VK_DRIVER" ]; then 6 echo 'VK_DRIVER must be to something like "radeon" or "intel" for the test run' 16 # To store Fossilize logs on failure. 18 mkdir -p results
|
| D | prepare-artifacts.sh | 5 section_switch prepare-artifacts "artifacts: prepare" 7 set -e 8 set -o xtrace 10 CROSS_FILE=/cross_file-"$CROSS".txt 13 rm -rf install/bin install/include 16 if [ -n "$CROSS" ]; then 17 STRIP=$(sed -n -E "s/strip\s*=\s*\[?'(.*)'\]?/\1/p" "$CROSS_FILE") 18 if [ -z "$STRIP" ]; then 25 if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then 26 find install -name \*.so -exec $STRIP --strip-debug {} \; [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 1 .test: 7 - !reference [default, before_script] 9 - rm -rf install 10 - tar -xf artifacts/install.tar 11 - section_start ldd_section "Checking ldd on driver build" 12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \; 13 - section_end ldd_section 18 - results/ 20 - !reference [.never-post-merge-rules, rules] 22 .formatting-check: [all …]
|
| /external/mesa3d/docs/ |
| D | envvars.rst | 6 but they can sometimes be useful for debugging end-user issues. 9 --------------------------- 18 colon-separated list of paths to search for DRI drivers 42 ------------------------------- 57 following comma-separated list of named flags, which adds extra 87 ``GL_EXT_foo -GL_EXT_bar`` will enable the ``GL_EXT_foo`` extension 95 or before year X will be reported. This is to work-around a bug in 96 some games where the extension string is copied into a fixed-size 98 buffer overrun can cause the game to crash. This is a work-around for 106 - The format should be ``MAJOR.MINOR[FC|COMPAT]`` [all …]
|
| /external/mesa3d/src/util/ |
| D | disk_cache.c | 45 #include "util/mesa-sha1.h" 57 * - The cache version is checked internally when reading a cache entry. If we 62 * - There is no strict requirement that cache versions be backwards 76 if (util_queue_is_initialized(&cache->cache_queue)) in disk_cache_init_queue() 89 return util_queue_init(&cache->cache_queue, "disk$", 32, 4, in disk_cache_init_queue() 119 cache->path_init_failed = true; in disk_cache_type_create() 120 cache->type = DISK_CACHE_NONE; in disk_cache_type_create() 130 cache->path = ralloc_strdup(cache, path); in disk_cache_type_create() 131 if (cache->path == NULL) in disk_cache_type_create() 139 cache->compression_disabled = true; in disk_cache_type_create() [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
| D | 20.1.0.rst | 1 Mesa 20.1.0 Release Notes / 2020-05-27 21 --------------- 25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on i965. 31 - GL_EXT_depth_bounds_test on Iris. 32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0. 33 - GL_NV_alpha_to_coverage_dither_control on radeonsi 34 - GL_NV_copy_image on all gallium drivers. 35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. [all …]
|
| D | 23.3.0.rst | 1 Mesa 23.3.0 Release Notes / 2023-11-29 20 --------------- 24 50f729dd60ed6335b989095baad81ef5edf7cfdd4b4b48b9b955917cb07d69c5 mesa-23.3.0.tar.xz 28 ----------- 29 - NVK: A Vulkan driver for Nvidia hardware 32 ------------ 33 - VK_EXT_pipeline_robustness on ANV 34 - VK_KHR_maintenance5 on RADV 35 - OpenGL ES 3.1 on Asahi 36 - GL_ARB_compute_shader on Asahi [all …]
|
| D | 22.1.0.rst | 1 Mesa 22.1.0 Release Notes / 2022-05-18 20 --------------- 24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz 28 ------------ 30 - d3d12 GL4.2 31 - GL_NV_pack_subimage 32 - VK_EXT_depth_clip_control on lavapipe and RADV 33 - Vulkan 1.3 support on lavapipe 34 - VK_EXT_graphics_pipeline_library on lavapipe 35 - VK_EXT_primitives_generated_query on lavapipe [all …]
|
| D | 20.3.0.rst | 1 Mesa 20.3.0 Release Notes / 2020-12-03 20 --------------- 24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz 28 ------------ 30 - GL 4.5 on llvmpipe 32 - GL_INTEL_blackhole_render on radeonsi 34 - GL_NV_copy_depth_to_color for NIR 36 - GL_NV_half_float 38 - GL_NV_shader_atomic_int64 on radeonsi 40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3) [all …]
|
| D | 21.1.0.rst | 1 Mesa 21.1.0 Release Notes / 2021-05-05 20 --------------- 24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz 28 ------------ 30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV 32 - DRM format modifiers for AMD. 34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV 36 - Zink exposes GL 4.6 and ES 3.1 38 - GL_EXT_depth_bounds_test on softpipe, zink 40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+) [all …]
|
| D | 21.2.0.rst | 1 Mesa 21.2.0 Release Notes / 2021-08-04 20 --------------- 24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz 28 ------------ 30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock 32 - VK_EXT_provoking_vertex on RADV. 34 - VK_EXT_extended_dynamic_state2 on RADV. 36 - VK_EXT_global_priority_query on RADV. 38 - VK_EXT_physical_device_drm on RADV. 40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV. [all …]
|
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|
| D | internal_raw_IPA.txt | 1508 ad-lib ædlˈɪb 3152 aide-de-camp ˌeddɪkˈæmp 4660 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 6464 anglo-saxon ˈæŋglosˌæksən 7113 anti-lewisite ˌæntilˈuɪsˌaɪt 10681 audio-visual ˌodiovˈɪʒuəl 11799 baby-sit bˈebisˌɪt 14086 battle-ax bˈætlæks 14655 bed-sitter bˈɛdsˌɪtər 14656 bed-wetting bˈɛdwˌɛtɪŋ [all …]
|