16060 lines
964 KiB
Plaintext
16060 lines
964 KiB
Plaintext
#sessionInfo releaseName vulkan-cts-1.4.3.3-120-g15a1b63c17b1b3828839712f7c7915fa52151a80
|
|
#sessionInfo releaseId 0x15a1b63c
|
|
#sessionInfo targetName "Default"
|
|
#sessionInfo logFormatVersion "0.3.4"
|
|
#sessionInfo vendorID 0x10008
|
|
#sessionInfo deviceID 0x600dcafe
|
|
#sessionInfo deviceName AMD Ryzen 7 5700G with Radeon Graphics [Soft StrollDriver]
|
|
#sessionInfo commandLineParameters "--deqp-caselist-file=/home/kbz8/.cache/zig/p/N-V-__8AAK0SyAbVT6fSdbtrr5f3TaxffmQDtge6sMrLN-R5/mustpass/1.0.0/vk-default.txt --deqp-vk-library-path=/home/kbz8/Documents/Code/Zig/VulkanDriver/zig-out/lib/libvulkan_soft.so"
|
|
|
|
#beginSession
|
|
|
|
#beginTestCaseResult dEQP-VK.info.build
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.info.build" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>DE_OS: DE_OS_UNIX
|
|
DE_CPU: DE_CPU_X86_64
|
|
DE_PTR_SIZE: 8
|
|
DE_ENDIANNESS: DE_LITTLE_ENDIAN
|
|
DE_COMPILER: DE_COMPILER_GCC
|
|
DE_DEBUG: false
|
|
</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">3556</Number>
|
|
<Result StatusCode="Pass">Not validated</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.info.device
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.info.device" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Using --deqp-vk-device-id=1</Text>
|
|
<Text>apiVersion: 1.0.0
|
|
driverVersion: 0x00000001
|
|
deviceName: AMD Ryzen 7 5700G with Radeon Graphics [Soft StrollDriver]
|
|
vendorID: 0x00010008
|
|
deviceID: 0x600dcafe
|
|
</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Not validated</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.info.platform
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.info.platform" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>OS: Linux 6.12.60-1-lts #1 SMP PREEMPT_DYNAMIC Mon, 01 Dec 2025 13:15:19 +0000
|
|
CPU: x86_64
|
|
</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">6</Number>
|
|
<Result StatusCode="Pass">Not validated</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.smoke.create_sampler
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.smoke.create_sampler" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">43</Number>
|
|
<Result StatusCode="Pass">Creating sampler succeeded</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.smoke.create_shader
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.smoke.create_shader" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="test" Description="Program: test">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<VertexShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) in highp vec4 a_position;
|
|
void main (void) { gl_Position = a_position; }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</VertexShader>
|
|
</ShaderProgram>
|
|
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">50.877998</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.004000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 18
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %14
|
|
OpDecorate %8 Block
|
|
OpMemberDecorate %8 0 BuiltIn Position
|
|
OpMemberDecorate %8 1 BuiltIn PointSize
|
|
OpDecorate %14 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypeStruct %7 %6
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypePointer Input %7
|
|
%14 = OpVariable %13 Input
|
|
%16 = OpTypePointer Output %7
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%15 = OpLoad %7 %14
|
|
%17 = OpAccessChain %16 %10 %12
|
|
OpStore %17 %15
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">51334</Number>
|
|
<Result StatusCode="Pass">Creating shader module succeeded</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.smoke.triangle
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.smoke.triangle" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="frag" Description="Program: frag">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<FragmentShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) out lowp vec4 o_color;
|
|
void main (void) { o_color = vec4(1.0, 0.0, 1.0, 1.0); }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</FragmentShader>
|
|
</ShaderProgram>
|
|
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">0.267000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.002000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 13
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %4 "main" %9
|
|
OpExecutionMode %4 OriginUpperLeft
|
|
OpDecorate %9 RelaxedPrecision
|
|
OpDecorate %9 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypePointer Output %7
|
|
%9 = OpVariable %8 Output
|
|
%10 = OpConstant %6 1
|
|
%11 = OpConstant %6 0
|
|
%12 = OpConstantComposite %7 %10 %11 %10 %10
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
OpStore %9 %12
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Section Name="vert" Description="Program: vert">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<VertexShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) in highp vec4 a_position;
|
|
void main (void) { gl_Position = a_position; }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</VertexShader>
|
|
</ShaderProgram>
|
|
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 18
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %14
|
|
OpDecorate %8 Block
|
|
OpMemberDecorate %8 0 BuiltIn Position
|
|
OpMemberDecorate %8 1 BuiltIn PointSize
|
|
OpDecorate %14 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypeStruct %7 %6
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypePointer Input %7
|
|
%14 = OpVariable %13 Input
|
|
%16 = OpTypePointer Output %7
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%15 = OpLoad %7 %14
|
|
%17 = OpAccessChain %16 %10 %12
|
|
OpStore %17 %15
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1033</Number>
|
|
<Result StatusCode="Fail">vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.smoke.asm_triangle
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.smoke.asm_triangle" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="frag" Description="Program: frag">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource> OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %4 "main" %10
|
|
OpExecutionMode %4 OriginUpperLeft
|
|
OpSource ESSL 300
|
|
OpName %4 "main"
|
|
OpName %10 "o_color"
|
|
OpDecorate %10 RelaxedPrecision
|
|
OpDecorate %10 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%7 = OpTypeFloat 32
|
|
%8 = OpTypeVector %7 4
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpConstant %7 1065353216
|
|
%12 = OpConstant %7 0
|
|
%13 = OpConstantComposite %8 %11 %12 %11 %11
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
OpStore %10 %13
|
|
OpBranch %6
|
|
%6 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Number Name="SpirVAssemblyTime" Description="SpirV assembly time" Tag="Time" Unit="ms">0.077000</Number>
|
|
</Section>
|
|
<Section Name="vert" Description="Program: vert">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource> OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %12 %16 %17
|
|
OpSource ESSL 300
|
|
OpName %4 "main"
|
|
OpName %10 "gl_Position"
|
|
OpName %12 "a_position"
|
|
OpName %16 "gl_VertexIndex"
|
|
OpName %17 "gl_InstanceIndex"
|
|
OpDecorate %10 BuiltIn Position
|
|
OpDecorate %12 Location 0
|
|
OpDecorate %16 BuiltIn VertexIndex
|
|
OpDecorate %17 BuiltIn InstanceIndex
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%7 = OpTypeFloat 32
|
|
%8 = OpTypeVector %7 4
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypePointer Input %8
|
|
%12 = OpVariable %11 Input
|
|
%14 = OpTypeInt 32 1
|
|
%15 = OpTypePointer Input %14
|
|
%16 = OpVariable %15 Input
|
|
%17 = OpVariable %15 Input
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%13 = OpLoad %8 %12
|
|
OpStore %10 %13
|
|
OpBranch %6
|
|
%6 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Number Name="SpirVAssemblyTime" Description="SpirV assembly time" Tag="Time" Unit="ms">0.049000</Number>
|
|
</Section>
|
|
<Text>vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">711</Number>
|
|
<Result StatusCode="Fail">vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">35</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">12</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">13</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">12</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">20</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">13</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">11</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">13</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">19</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">17</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">17</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">11</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">14</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">14</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">20</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">17</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_ATOMIC_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">22</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">11</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Fail">bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">16</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT|VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT|VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_BLIT_DST_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Text>ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">17</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">15</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Text>ERROR: optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">11</Number>
|
|
<Result StatusCode="Fail">optimalTilingFeatures: required: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT missing: VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT|VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT|VK_FORMAT_FEATURE_BLIT_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_SRC_BIT|VK_FORMAT_FEATURE_TRANSFER_DST_BIT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">12</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">11</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">12</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">10</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">9</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">7</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VkFormatProperties = {
|
|
linearTilingFeatures =
|
|
optimalTilingFeatures =
|
|
bufferFeatures =
|
|
}</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Pass">Pass</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.depth_stencil
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.depth_stencil" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">8</Number>
|
|
<Result StatusCode="Fail">Doesn't support one of VK_FORMAT_X8_D24_UNORM_PACK32 or VK_FORMAT_D32_SFLOAT</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.format_properties.compressed_formats
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.format_properties.compressed_formats" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>BC formats are not supported</Text>
|
|
<Text>ETC2 formats are not supported</Text>
|
|
<Text>ASTC LDR formats are not supported</Text>
|
|
<Text>No compressed format sets supported</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">19</Number>
|
|
<Result StatusCode="Fail">Compressed format support not valid</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1053</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1065</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1168</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1081</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">987</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">954</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">913</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1042</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1120</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1147</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">960</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1027</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1238</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1002</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1099</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1089</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1024</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1142</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">948</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">943</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1002</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">914</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">954</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1153</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1141</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1052</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">916</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1074</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">948</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1118</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1049</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">913</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1058</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1143</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1008</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1127</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1217</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1550</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">986</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">965</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1269</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1069</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">960</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">916</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1026</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1130</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">933</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">998</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">958</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1002</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">962</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1007</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">987</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1021</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1000</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1116</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1017</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">967</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1062</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">900</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1003</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1102</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1038</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">949</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">914</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1060</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">937</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1079</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">962</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1018</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">938</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1072</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1081</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1067</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1009</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1046</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1066</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1070</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">971</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1038</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1101</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1108</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1251</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1011</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1013</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">964</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">925</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">974</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1107</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">940</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1045</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1015</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1046</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1083</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">916</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1092</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1061</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1013</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">940</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1069</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1156</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">959</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1039</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">943</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1271</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1195</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">973</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1222</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">945</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1159</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1089</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">902</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">933</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1040</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1138</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1084</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">973</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">982</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1023</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">965</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1083</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">900</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">982</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">996</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">975</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1130</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">964</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">925</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1052</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1005</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1048</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">998</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1045</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1026</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">943</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">947</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1153</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1026</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">958</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1270</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1368</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1152</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1043</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1086</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1088</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1015</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">989</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">945</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">950</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">969</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">997</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">986</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">990</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1091</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">938</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1143</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">947</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1196</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1003</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1111</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">953</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1139</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">984</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1226</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">953</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">949</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">956</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">959</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">962</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1005</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1042</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">993</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1047</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1102</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">979</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1045</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1417</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">913</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1175</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">950</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1035</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">952</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1015</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1055</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1320</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1251</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1002</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">940</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1089</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1026</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1220</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">949</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1000</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">949</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">993</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1042</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">914</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">986</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1069</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1014</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1020</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1041</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1163</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1174</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1009</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1052</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1043</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1062</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1163</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1030</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1111</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">976</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1018</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">948</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">988</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">914</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1053</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">950</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1147</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">959</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">953</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">950</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1301</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1142</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">985</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1007</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1050</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1008</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">948</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">956</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1082</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">950</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1041</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">940</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1159</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">914</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1173</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">954</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">943</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">977</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1091</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1108</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">952</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">960</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1618</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1005</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">985</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">998</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">925</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">913</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">965</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">985</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1005</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1106</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">933</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1183</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1042</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">921</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">941</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1013</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1201</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1004</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1044</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1013</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">937</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1097</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">960</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1079</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1043</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1177</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1087</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1290</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1111</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1057</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">977</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1017</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1015</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1096</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">942</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">957</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">953</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">947</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">994</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1022</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1207</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1037</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1045</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">945</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">925</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1182</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1019</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1126</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1012</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">964</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1082</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1092</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1033</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1018</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">992</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1043</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1102</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1170</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">962</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1173</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">974</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">988</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1066</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">925</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1086</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1020</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1033</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1373</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">939</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">977</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1018</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1002</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1105</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1138</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1102</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1099</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">995</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">918</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1018</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">958</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">954</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">999</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1044</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">953</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">993</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1180</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">992</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1111</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1014</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">912</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">948</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1186</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">984</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">900</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1057</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1143</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">937</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1129</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1099</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1020</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">958</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1108</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1003</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">916</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1036</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">974</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1086</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">974</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">937</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">990</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1000</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">982</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1001</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">959</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">875</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1008</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">907</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1014</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1127</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">871</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">970</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">996</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">885</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">994</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1194</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1231</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1027</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">996</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1101</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">974</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1046</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1032</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1114</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1017</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">956</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">875</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1095</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">983</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1011</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1095</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">981</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1152</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">978</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1061</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1100</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">919</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">993</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1095</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">976</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">873</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">964</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">936</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">926</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">990</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">873</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1009</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">866</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">988</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">873</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">934</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">980</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">920</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">889</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1302</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">972</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">940</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1024</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">931</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">946</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">858</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1093</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r4g4_unorm_pack8
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r4g4_unorm_pack8" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">917</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r4g4b4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r4g4b4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">975</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b4g4r4a4_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b4g4r4a4_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r5g6b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r5g6b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">882</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b5g6r5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b5g6r5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r5g5b5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r5g5b5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">858</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b5g5r5a1_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b5g5r5a1_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a1r5g5b5_unorm_pack16
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a1r5g5b5_unorm_pack16" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">865</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">863</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">911</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1041</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">960</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">866</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1306</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">986</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1061</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">996</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1087</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">905</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">875</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">897</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">977</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">909</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">901</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">997</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1127</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1082</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1040</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">929</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_srgb
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_srgb" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">891</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">924</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">871</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">922</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_srgb_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_srgb_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">951</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">975</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1130</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">930</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">870</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">944</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">923</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_snorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_snorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1012</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">952</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sscaled_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sscaled_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sint_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sint_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">890</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">858</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1047</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1123</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1078</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1009</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">965</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">863</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">932</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">935</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">986</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">900</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1118</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">913</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1020</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1059</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_snorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_snorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">888</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sscaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sscaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">869</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">973</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">996</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1172</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1033</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">915</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">884</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">861</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">859</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1029</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1154</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1038</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1031</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">886</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1003</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1016</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">866</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b10g11r11_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.b10g11r11_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">873</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.e5b9g9r9_ufloat_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.e5b9g9r9_ufloat_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">928</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.x8_d24_unorm_pack32
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.x8_d24_unorm_pack32" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">977</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">963</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">982</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d24_unorm_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.d24_unorm_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">881</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat_s8_uint
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat_s8_uint" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">892</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">898</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">981</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc2_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc2_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">900</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc2_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc2_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">962</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc3_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc3_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1210</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc3_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc3_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">893</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc4_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc4_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">894</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">895</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc5_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc5_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">955</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_ufloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_ufloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">876</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_sfloat_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_sfloat_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">910</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc7_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc7_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc7_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.bc7_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">952</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1051</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1007</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1008</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">958</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">903</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">877</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1125</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">933</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">883</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_snorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_snorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">906</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">870</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">927</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1099</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1020</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">987</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">952</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">872</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">859</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">908</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">864</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">991</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">949</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">880</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">896</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">878</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">879</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">899</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">961</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">904</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">1047</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">887</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_unorm_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_unorm_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">867</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_srgb_block
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_srgb_block" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">874</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.instance
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.instance" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">181</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.device
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.device" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 is not supported at vktTestCase.cpp:1333</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">46</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 is not supported at vktTestCase.cpp:1333</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.device_memory_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.device_memory_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">55</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_uniform_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_uniform_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">29</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_uniform_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_uniform_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_storage_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_storage_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">23</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_storage_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_storage_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">25</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_view_uniform_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_view_uniform_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">207</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_view_storage_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.buffer_view_storage_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">78</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">26</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">22</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">78</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_1d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_1d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">77</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">78</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_2d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_2d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">82</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_cube
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_cube" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">79</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_cube_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_cube_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">14</Number>
|
|
<Result StatusCode="NotSupported">imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.image_view_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">81</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.semaphore
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.semaphore" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">27</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.event
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.event" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.fence
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.fence" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">23</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.fence_signaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.fence_signaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.query_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.query_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">23</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.sampler
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.sampler" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.shader_module
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.shader_module" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="test" Description="Program: test">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.349000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.004000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: test</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">586</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_cache
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.pipeline_cache" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">26</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.pipeline_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">28</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.pipeline_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">49</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.render_pass
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.render_pass" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">33</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.graphics_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.graphics_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="frag" Description="Program: frag">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<FragmentShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) out mediump vec4 o_color;
|
|
void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</FragmentShader>
|
|
</ShaderProgram>
|
|
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">0.309000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.002000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 14
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %4 "main" %9
|
|
OpExecutionMode %4 OriginUpperLeft
|
|
OpDecorate %9 RelaxedPrecision
|
|
OpDecorate %9 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypePointer Output %7
|
|
%9 = OpVariable %8 Output
|
|
%10 = OpConstant %6 1
|
|
%11 = OpConstant %6 0.5
|
|
%12 = OpConstant %6 0.25
|
|
%13 = OpConstantComposite %7 %10 %11 %12 %10
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
OpStore %9 %13
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Section Name="vert" Description="Program: vert">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<VertexShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) in highp vec4 a_position;
|
|
void main () { gl_Position = a_position; }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</VertexShader>
|
|
</ShaderProgram>
|
|
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.243000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.002000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 18
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %14
|
|
OpDecorate %8 Block
|
|
OpMemberDecorate %8 0 BuiltIn Position
|
|
OpMemberDecorate %8 1 BuiltIn PointSize
|
|
OpDecorate %14 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypeStruct %7 %6
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypePointer Input %7
|
|
%14 = OpVariable %13 Input
|
|
%16 = OpTypePointer Output %7
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%15 = OpLoad %7 %14
|
|
%17 = OpAccessChain %16 %10 %12
|
|
OpStore %17 %15
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: frag,vert</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">998</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.compute_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.compute_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="comp" Description="Program: comp">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: comp</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">216</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.descriptor_set_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">29</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.descriptor_set_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">32</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.descriptor_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">24</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_pool_free_descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.descriptor_pool_free_descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">22</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">81</Number>
|
|
<Result StatusCode="Fail">Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.framebuffer
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.framebuffer" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">197</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.command_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.command_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">34</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.command_pool_transient
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.command_pool_transient" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">34</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.command_buffer_primary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.command_buffer_primary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">61</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.single.command_buffer_secondary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.single.command_buffer_secondary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">60</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.instance
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.instance" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">666</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.device
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.device" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">36</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.device_memory_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.device_memory_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">116</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">102</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">104</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">102</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">90</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_uniform_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_uniform_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">335</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_storage_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_storage_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">316</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">100</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">89</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">87</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">299</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">314</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">362</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">337</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">354</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">22</Number>
|
|
<Result StatusCode="NotSupported">imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.image_view_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">338</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.semaphore
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.semaphore" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">126</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.event
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.event" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">134</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.fence
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.fence" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">119</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.fence_signaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.fence_signaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">103</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.query_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.query_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">102</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.sampler
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.sampler" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">98</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.shader_module
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.shader_module" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="test" Description="Program: test">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: test</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">232</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_cache
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.pipeline_cache" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">94</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">94</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">191</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.render_pass
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.render_pass" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">107</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.graphics_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.graphics_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="frag" Description="Program: frag">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<FragmentShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) out mediump vec4 o_color;
|
|
void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</FragmentShader>
|
|
</ShaderProgram>
|
|
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 14
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %4 "main" %9
|
|
OpExecutionMode %4 OriginUpperLeft
|
|
OpDecorate %9 RelaxedPrecision
|
|
OpDecorate %9 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypePointer Output %7
|
|
%9 = OpVariable %8 Output
|
|
%10 = OpConstant %6 1
|
|
%11 = OpConstant %6 0.5
|
|
%12 = OpConstant %6 0.25
|
|
%13 = OpConstantComposite %7 %10 %11 %12 %10
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
OpStore %9 %13
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Section Name="vert" Description="Program: vert">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<VertexShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) in highp vec4 a_position;
|
|
void main () { gl_Position = a_position; }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</VertexShader>
|
|
</ShaderProgram>
|
|
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 18
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %14
|
|
OpDecorate %8 Block
|
|
OpMemberDecorate %8 0 BuiltIn Position
|
|
OpMemberDecorate %8 1 BuiltIn PointSize
|
|
OpDecorate %14 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypeStruct %7 %6
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypePointer Input %7
|
|
%14 = OpVariable %13 Input
|
|
%16 = OpTypePointer Output %7
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%15 = OpLoad %7 %14
|
|
%17 = OpAccessChain %16 %10 %12
|
|
OpStore %17 %15
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: frag,vert</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">968</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.compute_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.compute_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="comp" Description="Program: comp">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: comp</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">704</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">125</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">140</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">94</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool_free_descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool_free_descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">90</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">217</Number>
|
|
<Result StatusCode="Fail">Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.framebuffer
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.framebuffer" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">803</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.command_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">145</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_pool_transient
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.command_pool_transient" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">132</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_primary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_primary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">243</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_secondary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_secondary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">243</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.device
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.device" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">26</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.device_memory_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.device_memory_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">114</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">95</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">105</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">90</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">91</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_uniform_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_uniform_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">147</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_storage_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_storage_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">143</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">91</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">100</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">91</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">145</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">144</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">141</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">145</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">141</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">18</Number>
|
|
<Result StatusCode="NotSupported">imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.image_view_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">146</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.semaphore
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.semaphore" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">93</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.event
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.event" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">91</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.fence
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.fence" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">92</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.fence_signaled
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.fence_signaled" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">92</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.query_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.query_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">88</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.sampler
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.sampler" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">90</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.shader_module
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.shader_module" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="test" Description="Program: test">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: test</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">205</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_cache
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.pipeline_cache" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">108</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">103</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">111</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.render_pass
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.render_pass" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">91</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.graphics_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.graphics_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="frag" Description="Program: frag">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<FragmentShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) out mediump vec4 o_color;
|
|
void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</FragmentShader>
|
|
</ShaderProgram>
|
|
<Number Name="FragmentCompileTime" Description="Fragment shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 14
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %4 "main" %9
|
|
OpExecutionMode %4 OriginUpperLeft
|
|
OpDecorate %9 RelaxedPrecision
|
|
OpDecorate %9 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypePointer Output %7
|
|
%9 = OpVariable %8 Output
|
|
%10 = OpConstant %6 1
|
|
%11 = OpConstant %6 0.5
|
|
%12 = OpConstant %6 0.25
|
|
%13 = OpConstantComposite %7 %10 %11 %12 %10
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
OpStore %9 %13
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Section Name="vert" Description="Program: vert">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<VertexShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(location = 0) in highp vec4 a_position;
|
|
void main () { gl_Position = a_position; }
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</VertexShader>
|
|
</ShaderProgram>
|
|
<Number Name="VertexCompileTime" Description="Vertex shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 18
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Vertex %4 "main" %10 %14
|
|
OpDecorate %8 Block
|
|
OpMemberDecorate %8 0 BuiltIn Position
|
|
OpMemberDecorate %8 1 BuiltIn PointSize
|
|
OpDecorate %14 Location 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeFloat 32
|
|
%7 = OpTypeVector %6 4
|
|
%8 = OpTypeStruct %7 %6
|
|
%9 = OpTypePointer Output %8
|
|
%10 = OpVariable %9 Output
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypePointer Input %7
|
|
%14 = OpVariable %13 Input
|
|
%16 = OpTypePointer Output %7
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%15 = OpLoad %7 %14
|
|
%17 = OpAccessChain %16 %10 %12
|
|
OpStore %17 %15
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: frag,vert</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">381</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.compute_pipeline
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.compute_pipeline" Version="0.3.4" CaseType="SelfValidate">
|
|
<Section Name="comp" Description="Program: comp">
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog>Loaded from cache</InfoLog>
|
|
<ComputeShader CompileStatus="OK">
|
|
<ShaderSource>#version 310 es
|
|
layout(binding = 0) buffer Input { highp uint dataIn[]; };
|
|
layout(binding = 1) buffer Output { highp uint dataOut[]; };
|
|
void main (void)
|
|
{
|
|
dataOut[gl_GlobalInvocationID.x] = ~dataIn[gl_GlobalInvocationID.x];
|
|
}
|
|
</ShaderSource>
|
|
<InfoLog></InfoLog>
|
|
</ComputeShader>
|
|
</ShaderProgram>
|
|
<Number Name="ComputeCompileTime" Description="Compute shader compile time" Tag="Time" Unit="ms">0.000000</Number>
|
|
<Number Name="LinkTime" Description="Link time" Tag="Time" Unit="ms">0.000000</Number>
|
|
</Section>
|
|
<ShaderProgram LinkStatus="OK">
|
|
<InfoLog></InfoLog>
|
|
<SpirVAssemblySource>; SPIR-V
|
|
; Version: 1.0
|
|
; Generator: Khronos Glslang Reference Front End; 11
|
|
; Bound: 31
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint GLCompute %4 "main" %15
|
|
OpExecutionMode %4 LocalSize 1 1 1
|
|
OpDecorate %7 ArrayStride 4
|
|
OpDecorate %8 BufferBlock
|
|
OpMemberDecorate %8 0 Offset 0
|
|
OpDecorate %10 Binding 1
|
|
OpDecorate %10 DescriptorSet 0
|
|
OpDecorate %15 BuiltIn GlobalInvocationId
|
|
OpDecorate %20 ArrayStride 4
|
|
OpDecorate %21 BufferBlock
|
|
OpMemberDecorate %21 0 Offset 0
|
|
OpDecorate %23 Binding 0
|
|
OpDecorate %23 DescriptorSet 0
|
|
%2 = OpTypeVoid
|
|
%3 = OpTypeFunction %2
|
|
%6 = OpTypeInt 32 0
|
|
%7 = OpTypeRuntimeArray %6
|
|
%8 = OpTypeStruct %7
|
|
%9 = OpTypePointer Uniform %8
|
|
%10 = OpVariable %9 Uniform
|
|
%11 = OpTypeInt 32 1
|
|
%12 = OpConstant %11 0
|
|
%13 = OpTypeVector %6 3
|
|
%14 = OpTypePointer Input %13
|
|
%15 = OpVariable %14 Input
|
|
%16 = OpConstant %6 0
|
|
%17 = OpTypePointer Input %6
|
|
%20 = OpTypeRuntimeArray %6
|
|
%21 = OpTypeStruct %20
|
|
%22 = OpTypePointer Uniform %21
|
|
%23 = OpVariable %22 Uniform
|
|
%26 = OpTypePointer Uniform %6
|
|
%4 = OpFunction %2 None %3
|
|
%5 = OpLabel
|
|
%18 = OpAccessChain %17 %15 %16
|
|
%19 = OpLoad %6 %18
|
|
%24 = OpAccessChain %17 %15 %16
|
|
%25 = OpLoad %6 %24
|
|
%27 = OpAccessChain %26 %23 %12 %25
|
|
%28 = OpLoad %6 %27
|
|
%29 = OpNot %6 %28
|
|
%30 = OpAccessChain %26 %10 %12 %19
|
|
OpStore %30 %29
|
|
OpReturn
|
|
OpFunctionEnd
|
|
</SpirVAssemblySource>
|
|
</ShaderProgram>
|
|
<Text>Unused shaders: comp</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">267</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_empty
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_empty" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">107</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_single
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_single" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">106</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">95</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool_free_descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool_free_descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">90</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">78</Number>
|
|
<Result StatusCode="Fail">Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.framebuffer
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.framebuffer" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">260</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_pool
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.command_pool" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">123</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_pool_transient
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.command_pool_transient" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">114</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_primary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_primary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">136</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_secondary
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_secondary" Version="0.3.4" CaseType="SelfValidate">
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">143</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.instance
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.instance" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 32 VkInstance objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">5279</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.device
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.device" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">27</Number>
|
|
<Result StatusCode="NotSupported">VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.device_memory_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.device_memory_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkDeviceMemory objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">54042</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_uniform_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_uniform_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkBuffer objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">49374</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_uniform_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_uniform_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkBuffer objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">51117</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_storage_small
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_storage_small" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkBuffer objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">55463</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_storage_large
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_storage_large" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkBuffer objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">50017</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_view_uniform_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_view_uniform_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 16384 VkBufferView objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">402640</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_view_storage_r8g8b8a8_unorm
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.buffer_view_storage_r8g8b8a8_unorm" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 16384 VkBufferView objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">424949</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkImage objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">57090</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_2d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkImage objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">59014</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_3d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_3d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 2048 VkImage objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">62148</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_1d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_view_1d" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 16384 VkImageView objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">400348</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_1d_arr
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_view_1d_arr" Version="0.3.4" CaseType="SelfValidate">
|
|
<Text>Creating 16384 VkImageView objects</Text>
|
|
<Number Name="TestDuration" Description="Test case duration in microseconds" Tag="Time" Unit="us">423908</Number>
|
|
<Result StatusCode="Pass">Ok</Result>
|
|
</TestCaseResult>
|
|
|
|
#endTestCaseResult
|
|
|
|
#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_2d
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestCaseResult CasePath="dEQP-VK.api.object_management.max_concurrent.image_view_2d" Version="0.3.4" CaseType="SelfValidate |