| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml' 4 a306-gl: 6 - .baremetal-deqp-test 7 - .a306-test 9 DEQP_SUITE: freedreno-a307 13 a306-piglit: 15 - .baremetal-deqp-test 16 - .a306-test 17 - .google-freedreno-manual-rules 20 DEQP_SUITE: freedreno-a306-piglit [all …]
|
| D | deqp-freedreno-a630-vk-asan.toml | 1 # Basic test set 3 deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk" 4 caselists = ["/deqp-vk/mustpass/vk-main.txt"] 5 skips = ["install/freedreno-a6xx-skips.txt"] 8 prefix = "asan-" 11 # Force the spiller on one test so we see its memory usage. 13 deqp = "/deqp-vk/external/vulkancts/modules/vulkan/deqp-vk" 14 caselists = ["/deqp-vk/mustpass/vk-main.txt"] 15 skips = ["install/freedreno-a6xx-skips.txt"] 16 include = ["dEQP-VK.graphicsfuzz.barrier-in-loop-with-break"] [all …]
|
| /third_party/vk-gl-cts/scripts/log/ |
| D | README.md | 18 3. A list of groups of tests sorted descending by an average duration of the test in this group 29 `TESTLOG` - a fully qualified path to read-accessible qpa report file. 30 `COUNT` - number of entries output in each section. 41 1 624010 dEQP-VK.subgroups.ballot_other.subgroupballotfindmsb_tess_control 42 2 614621 dEQP-VK.subgroups.shuffle.subgroupshuffle_int_tess_control 43 3 549420 dEQP-VK.subgroups.quad.subgroupquadbroadcast_1_int_tess_control 44 4 532983 dEQP-VK.subgroups.ballot_other.subgroupballotinclusivebitcount_tess_control 45 5 524019 dEQP-VK.subgroups.quad.subgroupquadbroadcast_0_int_tess_control 52 Index Time Test count Full name 53 1 324242753 2100 dEQP-VK.subgroups.arithmetic [all …]
|
| /third_party/mesa3d/src/broadcom/ci/ |
| D | gitlab-ci.yml | 2 - local: 'src/broadcom/ci/gitlab-ci-inc.yml' 4 vc4-rpi3-gl:arm64: 6 - .igalia-bcm2837-rpi-3-b 7 - .broadcom-test:arm64 8 - .vc4-rules 11 DEQP_SUITE: broadcom-rpi3 14 vc4-rpi3-gl-piglit-full:arm64: 16 - vc4-rpi3-gl:arm64 17 - .vc4-manual-rules 19 - igalia-rpi3 [all …]
|
| /third_party/vk-gl-cts/android/cts/main/vk-master-2021-03-01/ |
| D | rasterization.txt | 1 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_00 2 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.0_25 3 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.max 4 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.degenerate.min 5 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_00 6 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_25 7 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_50 8 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.0_75 9 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.1_00 10 dEQP-VK.rasterization.conservative.overestimate.samples_1.lines.normal.2_00 [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| D | vktShaderObjectApiTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 62 const vk::InstanceInterface& vki = m_context.getInstanceInterface(); in iterate() 63 const vk::PlatformInterface& vkp = m_context.getPlatformInterface(); in iterate() 66 vk::VkPhysicalDeviceFeatures2 deviceFeatures = vk::initVulkanStructure(); in iterate() 71 const vk::VkDeviceQueueCreateInfo queueInfo in iterate() 73 vk::VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, // VkStructureType sType; in iterate() 83 vk::VkPhysicalDeviceShaderObjectFeaturesEXT shaderObjectFeaturesEXT = vk::initVulkanStructure(); in iterate() [all …]
|
| /third_party/mesa3d/src/panfrost/ci/ |
| D | gitlab-ci.yml | 1 .panfrost-midgard-rules: 4 - !reference [.test, rules] 5 - !reference [.collabora-farm-rules, rules] 6 - !reference [.gl-rules, rules] 7 - changes: &panfrost_gallium_file_list 8 - src/gallium/drivers/panfrost/**/* 9 - src/gallium/winsys/panfrost/**/* 11 - changes: &panfrost_common_file_list 12 - src/panfrost/ci/gitlab-ci.yml 13 - src/panfrost/ci/deqp-$DEQP_SUITE.toml [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
| D | vktProtectedMemWsiSwapchainTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 70 typedef std::vector<vk::VkExtensionProperties> Extensions; 78 if (!isExtensionStructSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported() 84 vk::wsi::Type wsiType) in getRequiredWsiExtensions() 98 // 1) Filter out non-core formats to stay within valid usage. in getRequiredWsiExtensions() 103 …if (isExtensionStructSupported(supportedExtensions, vk::RequiredExtension("VK_EXT_swapchain_colors… in getRequiredWsiExtensions() 111 …if (isExtensionStructSupported(supportedExtensions, vk::RequiredExtension("VK_KHR_surface_protecte… in getRequiredWsiExtensions() [all …]
|
| D | vktProtectedMemStackTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 99 bool validateResult (vk::VkImage image, 100 vk::VkImageLayout imageLayout, 116 , m_validator (vk::VK_FORMAT_R8G8B8A8_UNORM) in StackTestCase() 126 virtual void initPrograms (vk::SourceCollections& programCollection) const; 133 void StackTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 137 // Test validates handling of protected memory allocated on stack. in initPrograms() [all …]
|
| /third_party/vk-gl-cts/android/cts/ |
| D | AndroidTest.xml | 1 <?xml version="1.0" encoding="utf-8"?> 3 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 18 <!-- 20 --> 22 <option name="cleanup-apks" value="true"/> 23 <option name="test-file-name" value="com.drawelements.deqp.apk"/> 28 <option name="push" value="deqp-binary32->/data/local/tmp/deqp-binary32"/> 29 <option name="push" value="deqp-binary64->/data/local/tmp/deqp-binary64"/> [all …]
|
| /third_party/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: 7 - .lava-test-deqp:x86_64 8 - .radv-stoney-test:x86_64 11 DEQP_SUITE: radv-stoney 14 radv-stoney-angle: 16 - .lava-test-deqp:x86_64 17 - .radv-stoney-test:x86_64 19 DEQP_SUITE: radv-stoney-angle [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| D | vktApiExternalMemoryTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 20 *//*--------------------------------------------------------------------*/ 86 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() 91 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements() 92 vk::VkDevice device, in getMemoryDedicatedRequirements() 93 vk::VkBuffer buffer) in getMemoryDedicatedRequirements() 95 const vk::VkBufferMemoryRequirementsInfo2 requirementInfo = in getMemoryDedicatedRequirements() 97 vk::VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2, in getMemoryDedicatedRequirements() [all …]
|
| D | vktApiDescriptorSetTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 47 using namespace vk; 52 const DeviceInterface& vk = context.getDeviceInterface(); in createPipelineLayoutDestroyDescriptorSetLayout() local 67 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout() 72 const DeviceInterface& vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeGraphicsTest() local 79 …const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.get… in descriptorSetLayoutLifetimeGraphicsTest() 156 Unique<VkRenderPass> renderPass (createRenderPass(vk, device, &renderPassCreateInfo)); in descriptorSetLayoutLifetimeGraphicsTest() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiDescriptorSetTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 47 using namespace vk; 52 const DeviceInterface& vk = context.getDeviceInterface(); in createPipelineLayoutDestroyDescriptorSetLayout() local 67 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout() 72 const DeviceInterface& vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeGraphicsTest() local 79 …const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vk, device, context.get… in descriptorSetLayoutLifetimeGraphicsTest() 156 Unique<VkRenderPass> renderPass (createRenderPass(vk, device, &renderPassCreateInfo)); in descriptorSetLayoutLifetimeGraphicsTest() [all …]
|
| D | vktApiExternalMemoryTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 20 *//*--------------------------------------------------------------------*/ 86 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() 91 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements() 92 vk::VkDevice device, in getMemoryDedicatedRequirements() 93 vk::VkBuffer buffer) in getMemoryDedicatedRequirements() 95 const vk::VkBufferMemoryRequirementsInfo2 requirementInfo = in getMemoryDedicatedRequirements() 97 vk::VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2, in getMemoryDedicatedRequirements() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/ |
| D | AndroidTest.xml | 1 <?xml version="1.0" encoding="utf-8"?> 3 <!-- 8 http://www.apache.org/licenses/LICENSE-2.0 15 --> 16 <!-- 18 --> 20 <option name="cleanup-apks" value="true"/> 21 <option name="test-file-name" value="com.drawelements.deqp.apk"/> 26 <option name="test-suite-tag" value="cts"/> 27 <option key="component" name="config-descriptor:metadata" value="deqp"/> [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
| D | vktAmberTestCase.hpp | 3 /*------------------------------------------------------------------------ 5 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 44 vk::VkFormat m_format; 45 vk::VkFormatFeatureFlags m_featureFlags; 53 vk::VkDevice customDevice) in AmberTestInstance() 62 vk::VkDevice m_customDevice; 77 // Check that the Vulkan implementation supports this test. 79 // determine if the test should be supported: [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| D | vktSynchronizationBasicSemaphoreTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 48 using namespace vk; 65 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice d… in createTestSemaphore() argument 70 …hore>(config.useTypeCreate ? createSemaphoreType(vk, device, config.semaphoreType) : createSemapho… in createTestSemaphore() 78 const DeviceInterface& vk = getSyncDeviceInterface(videoDevice, context); in basicOneQueueCase() local 82 const Unique<VkSemaphore> semaphore (createTestSemaphore(context, vk, device, config)); in basicOneQueueCase() 83 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RE… in basicOneQueueCase() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
| D | vktProtectedMemStackTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 99 bool validateResult (vk::VkImage image, 100 vk::VkImageLayout imageLayout, 117 , m_validator (vk::VK_FORMAT_R8G8B8A8_UNORM) in StackTestCase() 127 virtual void initPrograms (vk::SourceCollections& programCollection) const; 134 void StackTestCase::initPrograms (vk::SourceCollections& programCollection) const in initPrograms() 138 // Test validates handling of protected memory allocated on stack. in initPrograms() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/ |
| D | vktAmberTestCase.hpp | 3 /*------------------------------------------------------------------------ 5 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 44 vk::VkFormat m_format; 45 vk::VkFormatFeatureFlags m_featureFlags; 53 vk::VkDevice customDevice) in AmberTestInstance() 62 vk::VkDevice m_customDevice; 77 // Check that the Vulkan implementation supports this test. 79 // determine if the test should be supported: [all …]
|
| /third_party/vk-gl-cts/scripts/ |
| D | check_swiftshader_runtime.py | 8 # https://www.apache.org/licenses/LICENSE-2.0 17 # - Python3 (apt-get install -y python3.x) 18 # - GO (apt-get install -y golang-go) 19 # - cmake (version 3.13 or later) 20 # - ninja (apt-get install -y ninja-build) 21 # - git (sudo apt-get install -y git) 24 # - crypto/openpgp (go get -u golang.org/x/crypto/openpgp...) 43 "-d", 44 "--directory", 48 default=str(Path(tempfile.gettempdir()) / "deqp-swiftshader") [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/ |
| D | README.md | 4 This document describes how to build and run Vulkan Conformance Test suite. 7 Up-to-date documentation for dEQP is available at: 9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 14 ------------ 33 * You can get this from the `mesa-common-dev` Ubuntu package. 45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 56 ------------ 59 vulkan-docs, spirv-headers, and spirv-tools. [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/master/src/ |
| D | excluded-tests.txt | 2 dEQP-VK.glsl.texture_functions.texturegrad.sparse_samplercubeshadow_fragment 3 dEQP-VK.glsl.texture_functions.texturegrad.sparse_samplercubeshadow_vertex 5 # vk-gl-cts 1829 6 # Test shader length is excessive, excluding until such time as the test case can be re-visited. 7 dEQP-VK.ssbo.layout.random.scalar.75 9 # vk-gl-cts 3005 10 dEQP-VK.ray_tracing_pipeline.build.cpuht*1048576_1_1 11 dEQP-VK.ray_tracing_pipeline.build.cpuht*65536_4_4
|
| /third_party/mesa3d/src/gallium/drivers/zink/ci/ |
| D | zink-tu-a750-fails.txt | 1 GTF-GL46.gtf40.GL3Tests.transform_feedback2.transform_feedback2_two_buffers,Fail 2 KHR-GL46.texture_lod_basic.lod_selection,Fail 3 KHR-GLES3.texture_lod_basic.lod_selection,Fail 4 dEQP-GLES2.functional.texture.mipmap.cube.projected.nearest_linear,Fail 5 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag,Fail 6 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag_reverse_dst_x,Fail 7 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag_reverse_dst_y,Fail 8 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag_reverse_src_dst_x,Fail 9 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag_reverse_src_dst_y,Fail 10 dEQP-GLES3.functional.fbo.blit.rect.nearest_consistency_out_of_bounds_mag_reverse_src_x,Fail [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
| D | vksStructsVKSC.hpp | 4 /*------------------------------------------------------------------------- 6 * -------------------- 14 * http://www.apache.org/licenses/LICENSE-2.0 22 *-------------------------------------------------------------------------*/ 32 vk::GlslSource glsl; 33 vk::HlslSource hlsl; 34 vk::SpirVAsmSource spirv; 55 VulkanJsonPipelineDescription (const vk::VkPipelineOfflineCreateInfo& id_, in VulkanJsonPipelineDescription() 59 const std::string& test) in VulkanJsonPipelineDescription() 68 tests.insert(test); in VulkanJsonPipelineDescription() [all …]
|