Home
last modified time | relevance | path

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

12345678910>>...41

/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_CTS_P.py4 # Use of this source code is governed by a BSD-style license that can be
13 CONFIG['DOC_TITLE'] = 'Android Compatibility Test Suite (CTS)'
15 CONFIG['MOBLAB_HARDWARE_SUITE_NAME'] = 'suite:cts-hardware'
20 # 1000MB should be sufficient for CTS tests and dump logs for android-cts.
32 CONFIG['TRADEFED_EXECUTABLE_PATH'] = 'android-cts/tools/cts-tradefed'
35 # module runs in suite:arc-cts on boards, and each module runs in
36 # suite:arc-cts-unibuild on selected models.
37 CONFIG['INTERNAL_SUITE_NAMES'] = ['suite:arc-cts', 'suite:arc-cts-unibuild']
38 CONFIG['QUAL_SUITE_NAMES'] = ['suite:arc-cts-qual']
39 CONFIG['HARDWARE_SUITE_NAME'] = 'suite:arc-cts-hardware'
[all …]
Dgenerate_controlfiles_CTS_R.py4 # Use of this source code is governed by a BSD-style license that can be
12 CONFIG['DOC_TITLE'] = 'Android Compatibility Test Suite (CTS)'
14 CONFIG['MOBLAB_HARDWARE_SUITE_NAME'] = 'suite:cts-hardware'
19 # 1000MB should be sufficient for CTS tests and dump logs for android-cts.
31 CONFIG['TRADEFED_EXECUTABLE_PATH'] = 'android-cts/tools/cts-tradefed'
36 'suite:arc-cts-r', 'suite:arc-cts', 'suite:arc-cts-unibuild'
38 CONFIG['QUAL_SUITE_NAMES'] = ['suite:arc-cts-qual']
39 CONFIG['HARDWARE_SUITE_NAME'] = 'suite:arc-cts-hardware'
47 # tag) that contain 'tradefed-run-collect-tests'. b/119640440
49 _COLLECT = 'tradefed-run-collect-tests-only-internal'
[all …]
/external/deqp/android/cts/main/vk-main-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 …]
/external/deqp/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 …]
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci.yml2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml'
6 - .baremetal-deqp-test
7 - .a306-test
9 DEQP_SUITE: freedreno-a307
15 - .a306_piglit
20 a306-traces:
22 - .google-freedreno-test-traces
23 - .a306-test
25 PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a306"
26 PIGLIT_RESULTS: "freedreno-a306-replay"
[all …]
/external/deqp/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;
77 … if (!isExtensionStructSupported(supportedExtensions, vk::RequiredExtension(*requiredExtName))) in checkAllSupported()
82 std::vector<std::string> getRequiredWsiExtensions(const Extensions &supportedExtensions, vk::wsi::T… in getRequiredWsiExtensions()
96 // 1) Filter out non-core formats to stay within valid usage. in getRequiredWsiExtensions()
101 …if (isExtensionStructSupported(supportedExtensions, vk::RequiredExtension("VK_EXT_swapchain_colors… in getRequiredWsiExtensions()
109 …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 *//*--------------------------------------------------------------------*/
96 …bool validateResult(vk::VkImage image, vk::VkImageLayout imageLayout, const tcu::Texture2D &textur…
109 , m_validator(vk::VK_FORMAT_R8G8B8A8_UNORM) in StackTestCase()
121 virtual void initPrograms(vk::SourceCollections &programCollection) const;
128 void StackTestCase::initPrograms(vk::SourceCollections &programCollection) const in initPrograms()
132 // Test validates handling of protected memory allocated on stack. in initPrograms()
133 // The test copies protected memory content into temporary variable allocated inside function p. in initPrograms()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/shader_object/
DvktShaderObjectApiTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
65 const vk::InstanceInterface &vki = m_context.getInstanceInterface(); in iterate()
66 const vk::PlatformInterface &vkp = m_context.getPlatformInterface(); in iterate()
69 vk::VkPhysicalDeviceFeatures2 deviceFeatures = vk::initVulkanStructure(); in iterate()
74 const vk::VkDeviceQueueCreateInfo queueInfo{ in iterate()
75 vk::VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, // VkStructureType sType; in iterate()
85 vk::VkPhysicalDeviceShaderObjectFeaturesEXT shaderObjectFeaturesEXT = vk::initVulkanStructure(); in iterate()
[all …]
/external/deqp/external/vulkancts/modules/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, vk in getMemoryDedicatedRequirements()
92 vk::VkBuffer buffer) in getMemoryDedicatedRequirements()
94 const vk::VkBufferMemoryRequirementsInfo2 requirementInfo = { in getMemoryDedicatedRequirements()
95 vk::VK_STRUCTURE_TYPE_BUFFER_MEMORY_REQUIREMENTS_INFO_2, DE_NULL, buffer}; in getMemoryDedicatedRequirements()
96vk::VkMemoryDedicatedRequirements dedicatedRequirements = {vk::VK_STRUCTURE_TYPE_MEMORY_DEDICATED_… 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
66 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout()
71 const DeviceInterface &vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeGraphicsTest() local
79 createShaderModule(vk, device, context.getBinaryCollection().get("vertex"), 0)); in descriptorSetLayoutLifetimeGraphicsTest()
150 Unique<VkRenderPass> renderPass(createRenderPass(vk, device, &renderPassCreateInfo)); in descriptorSetLayoutLifetimeGraphicsTest()
[all …]
/external/mesa3d/src/broadcom/ci/
Dgitlab-ci.yml2 - local: 'src/broadcom/ci/gitlab-ci-inc.yml'
4 vc4-rpi3-gl:arm32:
6 - .igalia-bcm2837-rpi-3-b:arm64
7 - .broadcom-test:arm32
8 - .vc4-rules
11 DEQP_SUITE: broadcom-rpi3
14 vc4-rpi3-gl-piglit-full:arm32:
16 - vc4-rpi3-gl:arm32
17 - .vc4-manual-rules
19 - igalia-rpi3
[all …]
/external/deqp/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, const VkDevice device, const VkFormat … in makeRenderPass() argument
89 return makeRenderPass(vk, device, colorFormat, in makeRenderPass()
93 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface &vk, const VkDevice device, in makeGraphicsPipeline() argument
127 return vk::makeGraphicsPipeline( in makeGraphicsPipeline()
128 vk, // const DeviceInterface& vk in makeGraphicsPipeline()
[all …]
DvktFragmentOperationsScissorTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
50 using namespace vk;
61 //! What primitives will be drawn by the test case.
77 //! Parameters used by the test case.
81 …renderArea; //!< (ox, oy, w, h), where origin (0,0) is the top-left corner of the viewport. Width …
114 Move<VkPipeline> makeGraphicsPipeline(const DeviceInterface &vk, const VkDevice device, in makeGraphicsPipeline() argument
159 return vk::makeGraphicsPipeline( in makeGraphicsPipeline()
[all …]
/external/deqp/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
71 …return Move<VkSemaphore>(config.useTypeCreate ? createSemaphoreType(vk, device, config.semaphoreTy… in createTestSemaphore()
72 createSemaphore(vk, device)); in createTestSemaphore()
97 const DeviceInterface &vk = getSyncDeviceInterface(videoDevice, context); in basicOneQueueCase() local
101 const Unique<VkSemaphore> semaphore(createTestSemaphore(context, vk, device, config)); in basicOneQueueCase()
[all …]
DvktSynchronizationOperationResources.hpp3 /*------------------------------------------------------------------------
5 * ------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
37 …{RESOURCE_TYPE_BUFFER, tcu::IVec4(0x4000, 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFINE…
38 (vk::VkImageAspectFlags)0, vk::VK_SAMPLE_COUNT_1_BIT}, // 16 KiB (min max UBO range)
39 …{RESOURCE_TYPE_BUFFER, tcu::IVec4(0x40000, 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFIN…
40 (vk::VkImageAspectFlags)0, vk::VK_SAMPLE_COUNT_1_BIT}, // 256 KiB
42 {RESOURCE_TYPE_IMAGE, tcu::IVec4(128, 0, 0, 0), vk::VK_IMAGE_TYPE_1D, vk::VK_FORMAT_R32_UINT,
43 vk::VK_IMAGE_ASPECT_COLOR_BIT, vk::VK_SAMPLE_COUNT_1_BIT},
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawVertexAttribDivisorTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
141 …::SharedPtr<Buffer> createAndUploadBuffer(const std::vector<T> data, const vk::DeviceInterface &vk, in createAndUploadBuffer() argument
142 const Context &context, vk::VkBufferUsageFlags usage) in createAndUploadBuffer()
144 const vk::VkDeviceSize dataSize = data.size() * sizeof(T); in createAndUploadBuffer()
146 Buffer::createAndAlloc(vk, context.getDevice(), BufferCreateInfo(dataSize, usage), in createAndUploadBuffer()
147 context.getDefaultAllocator(), vk::MemoryRequirement::HostVisible); in createAndUploadBuffer()
149 uint8_t *ptr = reinterpret_cast<uint8_t *>(buffer->getBoundMemory().getHostPtr()); in createAndUploadBuffer()
[all …]
/external/deqp/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="push" value="deqp-binary32-&gt;/data/local/tmp/deqp-binary32"/>
27 <option name="push" value="deqp-binary64-&gt;/data/local/tmp/deqp-binary64"/>
[all …]
/external/deqp-deps/SPIRV-Tools/test/
Dtarget_env_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
19 #include "test/unit_spirv.h"
40 ASSERT_THAT(description, StartsWith("SPIR-V ")); in TEST_P()
51 TEST(GetContextTest, InvalidTargetEnvProducesNull) { in TEST() function
57 // A test case for parsing an environment string.
107 // A test case for parsing an environment string.
126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) macro
132 {VK(1, 0), SPV(1, 0), true, SPV_ENV_VULKAN_1_0},
133 {VK(1, 0), SPV(1, 1), true, SPV_ENV_VULKAN_1_1},
134 {VK(1, 0), SPV(1, 2), true, SPV_ENV_VULKAN_1_1},
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtarget_env_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
19 #include "test/unit_spirv.h"
40 ASSERT_THAT(description, StartsWith("SPIR-V ")); in TEST_P()
51 TEST(GetContextTest, InvalidTargetEnvProducesNull) { in TEST() function
57 // A test case for parsing an environment string.
107 // A test case for parsing an environment string.
126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) macro
132 {VK(1, 0), SPV(1, 0), true, SPV_ENV_VULKAN_1_0},
133 {VK(1, 0), SPV(1, 1), true, SPV_ENV_VULKAN_1_1},
134 {VK(1, 0), SPV(1, 2), true, SPV_ENV_VULKAN_1_1},
[all …]
/external/angle/third_party/spirv-tools/src/test/
Dtarget_env_test.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
19 #include "test/unit_spirv.h"
40 ASSERT_THAT(description, StartsWith("SPIR-V ")); in TEST_P()
51 TEST(GetContextTest, InvalidTargetEnvProducesNull) { in TEST() function
57 // A test case for parsing an environment string.
107 // A test case for parsing an environment string.
126 #define VK(MAJ, MIN) ((MAJ << 22) | (MIN << 12)) macro
132 {VK(1, 0), SPV(1, 0), true, SPV_ENV_VULKAN_1_0},
133 {VK(1, 0), SPV(1, 1), true, SPV_ENV_VULKAN_1_1},
134 {VK(1, 0), SPV(1, 2), true, SPV_ENV_VULKAN_1_1},
[all …]
/external/deqp/external/vulkancts/modules/vulkan/amber/
DvktAmberTestCase.hpp3 /*------------------------------------------------------------------------
5 * ------------------------
14 * http://www.apache.org/licenses/LICENSE-2.0
25 *//*--------------------------------------------------------------------*/
47 vk::VkFormat m_format;
48 vk::VkFormatFeatureFlags m_featureFlags;
54 AmberTestInstance(Context &context, amber::Recipe *recipe, vk::VkDevice customDevice) in AmberTestInstance()
65 vk::VkDevice m_customDevice;
78 // Check that the Vulkan implementation supports this test.
80 // determine if the test should be supported:
[all …]
/external/deqp/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;
56 …VulkanJsonPipelineDescription(const vk::VkPipelineOfflineCreateInfo &id_, const string &pipelineCo… in VulkanJsonPipelineDescription()
58 const std::string &test) in VulkanJsonPipelineDescription()
67 tests.insert(test); in VulkanJsonPipelineDescription()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingLocalReadTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
11 * http://www.apache.org/licenses/LICENSE-2.0
22 *//*--------------------------------------------------------------------*/
55 using namespace vk;
59 // Test maximum number of attachments(color + depth + stencil) readback as input
62 // Test maximum attachments remapped repeatedly
65 …// Test that color attachment locations set to ATTACHMENT_UNUSED are not written, and that writes …
68 // Test mapping depth + stencil to no index
71 // Test mapping depth + stencil to the same index
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
14 * http://www.apache.org/licenses/LICENSE-2.0
25 *//*--------------------------------------------------------------------*/
77 inline vk::VkBool32 makeVkBool32(bool value) in makeVkBool32()
83 vk::VkProvokingVertexModeEXT makeProvokingVertexMode(bool lastVertex) in makeProvokingVertexMode()
85 …return (lastVertex ? vk::VK_PROVOKING_VERTEX_MODE_LAST_VERTEX_EXT : vk::VK_PROVOKING_VERTEX_MODE_F… in makeProvokingVertexMode()
92 const auto kFramebufferExtent = vk::makeExtent3D(kFramebufferWidth, kFramebufferHeight, 1u);
95 constexpr vk::VkFormat kUnormColorFormat = vk::VK_FORMAT_R8G8B8A8_UNORM;
96 constexpr vk::VkFormat kIntColorFormat = vk::VK_FORMAT_R8G8B8A8_UINT;
[all …]
/external/deqp/scripts/
Dbuild_android_mustpass.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
37 http://www.apache.org/licenses/LICENSE-2.0
50 EGL_MODULE = getModuleByName("dEQP-EGL")
51 GLES2_MODULE = getModuleByName("dEQP-GLES2")
52 GLES3_MODULE = getModuleByName("dEQP-GLES3")
53 GLES31_MODULE = getModuleByName("dEQP-GLES31")
[all …]

12345678910>>...41