Home
last modified time | relevance | path

Searched +full:test +full:- +full:vk (Results 1 – 25 of 1008) sorted by relevance

12345678910>>...41

/third_party/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml1 .freedreno-test:
3 - .baremetal-test-arm64
4 - .freedreno-rules
7 FLAKES_CHANNEL: "#freedreno-ci"
11 - ./install/bare-metal/fastboot.sh
13 - google-freedreno-db410c
15 .baremetal-deqp-test-freedreno-vk:
17 - .baremetal-deqp-test
19 DEQP_VER: vk
24 .freedreno-test-traces:
[all …]
/third_party/vk-gl-cts/scripts/log/
DREADME.md18 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/vk-gl-cts/android/cts/main/vk-master-2021-03-01/
Drasterization.txt1 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/
DvktShaderObjectApiTests.cpp1 /*------------------------------------------------------------------------
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/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp1 /*-------------------------------------------------------------------------
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 …]
DvktProtectedMemStackTests.cpp1 /*------------------------------------------------------------------------
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/
DAndroidTest.xml1 <?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-&gt;/data/local/tmp/deqp-binary32"/>
29 <option name="push" value="deqp-binary64-&gt;/data/local/tmp/deqp-binary64"/>
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp1 /*-------------------------------------------------------------------------
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 …]
DvktApiDescriptorSetTests.cpp1 /*-------------------------------------------------------------------------
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/
DvktApiDescriptorSetTests.cpp1 /*-------------------------------------------------------------------------
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 …]
DvktApiExternalMemoryTests.cpp1 /*-------------------------------------------------------------------------
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/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp1 /*------------------------------------------------------------------------
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/vulkan/amber/
DvktAmberTestCase.hpp3 /*------------------------------------------------------------------------
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/
DREADME.md4 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/
DAndroidTest.xml1 <?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_no_buildgn/vulkan/protected_memory/
DvktProtectedMemStackTests.cpp1 /*------------------------------------------------------------------------
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/scripts/
Dcheck_swiftshader_runtime.py8 # 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/modules_no_buildgn/vulkan/amber/
DvktAmberTestCase.hpp3 /*------------------------------------------------------------------------
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/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
59 using namespace vk;
86 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass() argument
92 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass()
95 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() argument
135 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
155 void commandClearStencilAttachment (const DeviceInterface& vk, in commandClearStencilAttachment() argument
[all …]
/third_party/mesa3d/src/intel/ci/
Dgitlab-ci.yml1 .intel-common-test:
3 - .lava-test:amd64
8 FLAKES_CHANNEL: "#intel-ci"
11 .anv-test:
13 - .intel-common-test
14 - .anv-rules
18 .iris-test:
20 - .intel-common-test
21 - .iris-rules
25 .intel-test:
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
59 using namespace vk;
86 Move<VkRenderPass> makeRenderPass (const DeviceInterface& vk, in makeRenderPass() argument
92 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass()
95 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() argument
135 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline()
155 void commandClearStencilAttachment (const DeviceInterface& vk, in commandClearStencilAttachment() argument
[all …]
/third_party/mesa3d/src/amd/ci/
Dgitlab-ci.yml2 # Run three jobs in parallel each running 1/30th of the test suite
5 - .lava-test:amd64
6 - .radv-rules
9 DEQP_VER: vk
13 DEVICE_TYPE: hp-11A-G6-EE-grunt
15 GPU_VERSION: radv-stoney-aco
22 RUNNER_TAG: mesa-ci-x86-64-lava-hp-11A-G6-EE-grunt
25 .test-radv:
27 - .radv-rules
31 # The SPIRV -> NIR code generator generates so many harmless
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicSemaphoreTests.cpp1 /*------------------------------------------------------------------------
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/vkscserver/
DvksStructsVKSC.hpp4 /*-------------------------------------------------------------------------
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 …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Drasterization.txt1 dEQP-VK.rasterization.primitives.no_stipple.triangles
2 dEQP-VK.rasterization.primitives.no_stipple.triangle_strip
3 dEQP-VK.rasterization.primitives.no_stipple.triangle_fan
4 dEQP-VK.rasterization.primitives.no_stipple.points
5 dEQP-VK.rasterization.primitives.no_stipple.strict_lines
6 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip
7 dEQP-VK.rasterization.primitives.no_stipple.strict_lines_wide
8 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip_wide
9 dEQP-VK.rasterization.primitives.no_stipple.non_strict_lines
10 dEQP-VK.rasterization.primitives.no_stipple.non_strict_line_strip
[all …]

12345678910>>...41