| /third_party/mesa3d/src/freedreno/ci/ |
| D | gitlab-ci.yml | 1 .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/ |
| 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/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiExternalMemoryTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 20 *//*--------------------------------------------------------------------*/ 70 std::string getFormatCaseName (vk::VkFormat format) in getFormatCaseName() 75 vk::VkMemoryDedicatedRequirements getMemoryDedicatedRequirements (const vk::DeviceInterface& vkd, in getMemoryDedicatedRequirements() 76 vk::VkDevice device, in getMemoryDedicatedRequirements() 77 vk::VkBuffer buffer) in getMemoryDedicatedRequirements() 79 const vk::VkBufferMemoryRequirementsInfo2 requirementInfo = in getMemoryDedicatedRequirements() 81 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; 50 Move<VkPipelineLayout> createPipelineLayoutDestroyDescriptorSetLayout (const DeviceInterface& vk, c… in createPipelineLayoutDestroyDescriptorSetLayout() argument 61 …Unique<VkDescriptorSetLayout> descriptorSetLayout (createDescriptorSetLayout(vk, device, &desc… in createPipelineLayoutDestroyDescriptorSetLayout() 74 return createPipelineLayout(vk, device, &pipelineLayoutCreateInfo); in createPipelineLayoutDestroyDescriptorSetLayout() 79 const DeviceInterface& vk = context.getDeviceInterface(); in descriptorSetLayoutLifetimeGraphicsTest() local 84 …pelineLayout> pipelineLayout (createPipelineLayoutDestroyDescriptorSetLayout(vk, device)); in descriptorSetLayoutLifetimeGraphicsTest() [all …]
|
| D | vktApiPipelineTests.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 54 using namespace vk; 56 VkFormat getRenderTargetFormat (const InstanceInterface& vk, const VkPhysicalDevice& device) in getRenderTargetFormat() argument 61 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_B8G8R8A8_UNORM, &formatProperties); in getRenderTargetFormat() 66 vk.getPhysicalDeviceFormatProperties(device, VK_FORMAT_R8G8B8A8_UNORM, &formatProperties); in getRenderTargetFormat() 98 const DeviceInterface& vk = context.getDeviceInterface(); in drawTriangleTest() local 133 …const Unique<VkImage> attachmentImage (createImage(vk, device, &attachmentImageCreateInf… in drawTriangleTest() [all …]
|
| /third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/ |
| D | rasterization.txt | 1 dEQP-VK.rasterization.primitives.no_stipple.strict_lines 2 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip 3 dEQP-VK.rasterization.primitives.no_stipple.strict_lines_wide 4 dEQP-VK.rasterization.primitives.no_stipple.strict_line_strip_wide 5 dEQP-VK.rasterization.primitives.no_stipple.non_strict_lines 6 dEQP-VK.rasterization.primitives.no_stipple.non_strict_line_strip 7 dEQP-VK.rasterization.primitives.no_stipple.non_strict_lines_wide 8 dEQP-VK.rasterization.primitives.no_stipple.non_strict_line_strip_wide 9 dEQP-VK.rasterization.primitives.no_stipple.lines_factor_0 10 dEQP-VK.rasterization.primitives.no_stipple.line_strip_factor_0 [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineExtendedDynamicStateTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 68 inline vk::VkBool32 makeVkBool32(bool value) in makeVkBool32() 78 constexpr vk::VkFormat kUnormColorFormat = vk::VK_FORMAT_R8G8B8A8_UNORM; 79 constexpr vk::VkFormat kIntColorFormat = vk::VK_FORMAT_R8G8B8A8_UINT; 84 vk::VkFormat imageFormat; 90 { vk::VK_FORMAT_D32_SFLOAT_S8_UINT, 0.0f }, 91 { vk::VK_FORMAT_D24_UNORM_S8_UINT, 1.0e-07f }, // 1/(2**24-1) < 1.0e-07f < 2/(2**24-1) [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/ |
| D | README.md | 4 This document describes how to build and run Vulkan Conformance Test suite. 11 ------------ 30 * You can get this from the `mesa-common-dev` Ubuntu package. 42 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 49 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 53 ------------ 56 vulkan-docs, spirv-headers, and spirv-tools. 62 You may need to re-run `fetch_sources.py` to update to the latest glslang, 63 vulkan-docs and spirv-tools revisions occasionally. 67 python -m pip install lxml [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/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 …]
|
| D | vktProtectedMemStorageBufferTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 82 case SSBO_READ: return "Test for read storage buffer on protected memory."; in getSSBOTestDescription() 83 case SSBO_WRITE: return "Test for write storage buffer on protected memory."; in getSSBOTestDescription() 84 case SSBO_ATOMIC: return "Test for atomic storage buffer on protected memory."; in getSSBOTestDescription() 85 default: DE_FATAL("Invalid SSBO test type"); return ""; in getSSBOTestDescription() 95 default: DE_FATAL("Invalid SSBO test type"); return ""; in getSSBOTypeString() 115 void static addBufferCopyCmd (const vk::DeviceInterface& vk, in addBufferCopyCmd() argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/ |
| D | rasterization.txt | 1 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 …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationOperationResources.hpp | 3 /*------------------------------------------------------------------------ 5 * ------------------------ 13 * http://www.apache.org/licenses/LICENSE-2.0 24 *//*--------------------------------------------------------------------*/ 38 …FER, tcu::IVec4( 0x4000, 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFINED, (vk::VkImage… 39 …FER, tcu::IVec4(0x40000, 0, 0, 0), vk::VK_IMAGE_TYPE_LAST, vk::VK_FORMAT_UNDEFINED, (vk::VkImage… 41 …_IMAGE, tcu::IVec4(128, 0, 0, 0), vk::VK_IMAGE_TYPE_1D, vk::VK_FORMAT_R32_UINT, vk::VK_IMAGE_A… 43 …MAGE, tcu::IVec4(128, 128, 0, 0), vk::VK_IMAGE_TYPE_2D, vk::VK_FORMAT_R8_UNORM, vk::VK_IMAGE_A… 44 …MAGE, tcu::IVec4(128, 128, 0, 0), vk::VK_IMAGE_TYPE_2D, vk::VK_FORMAT_R16_UINT, vk::VK_IMAGE_A… 45 …GE, tcu::IVec4(128, 128, 0, 0), vk::VK_IMAGE_TYPE_2D, vk::VK_FORMAT_R8G8B8A8_UNORM, vk::VK_IMAGE… [all …]
|
| D | vktSynchronizationBasicSemaphoreTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 46 using namespace vk; 57 Move<VkSemaphore> createTestSemaphore(Context& context, const DeviceInterface& vk, const VkDevice d… in createTestSemaphore() argument 62 …hore>(config.useTypeCreate ? createSemaphoreType(vk, device, config.semaphoreType) : createSemapho… in createTestSemaphore() 69 const DeviceInterface& vk = context.getDeviceInterface(); in basicOneQueueCase() local 73 const Unique<VkSemaphore> semaphore (createTestSemaphore(context, vk, device, config)); in basicOneQueueCase() 74 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, VK_COMMAND_POOL_CREATE_RE… in basicOneQueueCase() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
| D | vktTransformFeedbackSimpleTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 22 *//*--------------------------------------------------------------------*/ 56 using namespace vk; 111 std::string topologyName; // The suffix for the name of test. 120 … , { 2, "line_strip_" ,[](deUint64 vertexCount) { return vertexCount - 1u; } ,[](deUint64 … in __anon9e2331600602() 122 … , { 3, "triangle_strip_" ,[](deUint64 vertexCount) { return vertexCount - 2u; } ,[](deUint64 … in __anon9e2331600b02() 123 … , { 3, "triangle_fan_" ,[](deUint64 vertexCount) { return vertexCount - 2u; } ,[](deUint64 … in __anon9e2331600d02() 125 …line_strip_with_adjacency_" ,[](deUint64 vertexCount) { return vertexCount - 3u; } ,[](deUint64 … in __anon9e2331601102() [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/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/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
| D | vktAmberTestCase.hpp | 3 /*------------------------------------------------------------------------ 5 * ------------------------ 14 * http://www.apache.org/licenses/LICENSE-2.0 25 *//*--------------------------------------------------------------------*/ 43 vk::VkFormat m_format; 44 vk::VkFormatFeatureFlags m_featureFlags; 74 // Check that the Vulkan implementation supports this test. 76 // determine if the test should be supported: 77 // - If any of the extensions registered via |addRequirement| is not 79 // - Otherwise, we do a secondary sanity check depending on code inside [all …]
|
| /third_party/mesa3d/src/intel/ci/ |
| D | gitlab-ci.yml | 1 .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/ |
| D | vktFragmentOperationsScissorTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 51 using namespace vk; 62 //! What primitives will be drawn by the test case. 78 //! Parameters used by the test case. 81 …Vec4 renderArea; //!< (ox, oy, w, h), where origin (0,0) is the top-left corner of the viewport… 115 Move<VkPipeline> makeGraphicsPipeline (const DeviceInterface& vk, in makeGraphicsPipeline() argument 168 return vk::makeGraphicsPipeline(vk, // const DeviceInterface& vk in makeGraphicsPipeline() [all …]
|
| /third_party/mesa3d/src/amd/ci/ |
| D | gitlab-ci.yml | 2 # 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/mesa3d/src/gallium/frontends/lavapipe/ci/ |
| D | gitlab-ci.yml | 1 .lavapipe-test: 2 stage: software-renderer 4 - .test-vk 5 - .lavapipe-rules 6 - .deqp-test-vk 15 - mesa-swrast 19 stage: software-renderer 21 - .lavapipe-test 23 lavapipe-vk-asan: 25 - .lavapipe-test [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
| D | vktTestPackage.cpp | 1 /*------------------------------------------------------------------------- 3 * ------------------------ 11 * http://www.apache.org/licenses/LICENSE-2.0 21 * \brief Vulkan Test Package 22 *//*--------------------------------------------------------------------*/ 115 vk::ProgramBinary* compileProgram (const vk::GlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() 117 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 120 vk::ProgramBinary* compileProgram (const vk::HlslSource& source, glu::ShaderProgramInfo* buildInfo,… in compileProgram() 122 return vk::buildProgram(source, buildInfo, commandLine); in compileProgram() 125 vk::ProgramBinary* compileProgram (const vk::SpirVAsmSource& source, vk::SpirVProgramInfo* buildInf… in compileProgram() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/ |
| D | rasterization.txt | 1 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 …]
|
| /third_party/vk-gl-cts/android/cts/master/vk-master/ |
| D | rasterization.txt | 1 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 …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateDSTests.cpp | 1 /*------------------------------------------------------------------------ 3 * ------------------------ 12 * http://www.apache.org/licenses/LICENSE-2.0 23 *//*--------------------------------------------------------------------*/ 63 , m_colorAttachmentFormat (vk::VK_FORMAT_R8G8B8A8_UNORM) in DepthStencilBaseCase() 64 , m_depthStencilAttachmentFormat (vk::VK_FORMAT_UNDEFINED) in DepthStencilBaseCase() 65 , m_topology (vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP) in DepthStencilBaseCase() 80 vk::VkFormat m_colorAttachmentFormat; 81 vk::VkFormat m_depthStencilAttachmentFormat; 83 vk::VkPrimitiveTopology m_topology; [all …]
|