diff --git a/.gitignore b/.gitignore
index 3afd3a3..f6a2075 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ zig-out/
.gdb_history
*.json
*.png
+*.bin
+*.qpa
diff --git a/TestResults.qpa b/TestResults.qpa
deleted file mode 100644
index 9d9819c..0000000
--- a/TestResults.qpa
+++ /dev/null
@@ -1,16060 +0,0 @@
-#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
-
-
- 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
-
- 3556
- Not validated
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.info.device
-
-
- Using --deqp-vk-device-id=1
- apiVersion: 1.0.0
-driverVersion: 0x00000001
-deviceName: AMD Ryzen 7 5700G with Radeon Graphics [Soft StrollDriver]
-vendorID: 0x00010008
-deviceID: 0x600dcafe
-
- 8
- Not validated
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.info.platform
-
-
- OS: Linux 6.12.60-1-lts #1 SMP PREEMPT_DYNAMIC Mon, 01 Dec 2025 13:15:19 +0000
-CPU: x86_64
-
- 6
- Not validated
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.smoke.create_sampler
-
-
- 43
- Creating sampler succeeded
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.smoke.create_shader
-
-
-
-
-
-
- #version 310 es
-layout(location = 0) in highp vec4 a_position;
-void main (void) { gl_Position = a_position; }
-
-
-
-
- 50.877998
- 0.004000
-
-
-
- ; 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
-
-
- 51334
- Creating shader module succeeded
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.smoke.triangle
-
-
-
-
-
-
- #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); }
-
-
-
-
- 0.267000
- 0.002000
-
-
-
- ; 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
-
-
-
-
- Loaded from cache
-
- #version 310 es
-layout(location = 0) in highp vec4 a_position;
-void main (void) { gl_Position = a_position; }
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404
- 1033
- vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.smoke.asm_triangle
-
-
-
-
-
- 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
-
-
- 0.077000
-
-
-
-
- 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
-
-
- 0.049000
-
- vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404
- 711
- vkd.flushMappedMemoryRanges(device, 1u, &range): VK_ERROR_UNKNOWN at vkMemUtil.cpp:404
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r4g4_unorm_pack8
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 35
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r4g4b4a4_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b4g4r4a4_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 24
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r5g6b5_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b5g6r5_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 12
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r5g5b5a1_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b5g5r5a1_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a1r5g5b5_unorm_pack16
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 13
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 12
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 20
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r8g8b8a8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 13
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 11
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b8g8r8a8_srgb
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 13
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_unorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 19
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_snorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_uscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_sscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_uint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_sint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a8b8g8r8_srgb_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_unorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_snorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_uscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_sscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_uint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2r10g10b10_sint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_unorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_snorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_uscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_sscaled_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_uint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.a2b10g10r10_sint_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 9
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 17
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 17
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 11
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 14
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 14
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_snorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_uscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sscaled
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r16g16b16a16_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 20
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 17
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 22
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 11
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
- 10
- bufferFeatures: required: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT missing: VK_FORMAT_FEATURE_VERTEX_BUFFER_BIT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 16
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r32g32b32a32_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 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
- 18
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_sint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.r64g64b64a64_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.b10g11r11_ufloat_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- ERROR: bufferFeatures: required: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT missing: VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT
- 17
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.e5b9g9r9_ufloat_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 15
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.d16_unorm
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 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
- 11
- 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
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.x8_d24_unorm_pack32
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.d32_sfloat
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.s8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.d16_unorm_s8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.d24_unorm_s8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.d32_sfloat_s8_uint
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgb_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgb_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgba_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc1_rgba_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc2_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc2_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc3_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc3_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc4_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc4_snorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc5_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc5_snorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc6h_ufloat_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc6h_sfloat_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc7_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.bc7_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a1_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 12
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.etc2_r8g8b8a8_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11_snorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11g11_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.eac_r11g11_snorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_4x4_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_4x4_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x4_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x4_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x5_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_5x5_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x5_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x5_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x6_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_6x6_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x5_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x5_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x6_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x6_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x8_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_8x8_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x5_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x5_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x6_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x6_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x8_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x8_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 11
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x10_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 12
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_10x10_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x10_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 10
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x10_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 9
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x12_unorm_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 7
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.astc_12x12_srgb_block
-
-
- VkFormatProperties = {
- linearTilingFeatures =
- optimalTilingFeatures =
- bufferFeatures =
-}
- 8
- Pass
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.depth_stencil
-
-
- 8
- Doesn't support one of VK_FORMAT_X8_D24_UNORM_PACK32 or VK_FORMAT_D32_SFLOAT
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.format_properties.compressed_formats
-
-
- BC formats are not supported
- ETC2 formats are not supported
- ASTC LDR formats are not supported
- No compressed format sets supported
- 19
- Compressed format support not valid
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1053
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1065
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1168
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1081
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 987
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 954
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 913
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1042
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1120
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1147
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 960
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1027
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1238
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1002
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1099
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1089
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1024
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1142
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 948
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 943
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1002
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 914
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 954
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1153
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1141
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1052
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 916
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1074
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 948
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1118
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1049
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 913
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1058
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1143
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1008
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1127
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1217
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1550
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 986
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 965
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1269
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1069
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 960
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 916
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1026
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1130
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 933
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 998
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 958
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1002
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 962
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1007
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 987
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1021
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1000
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1116
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1017
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 967
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1062
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 900
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1003
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1102
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1038
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 949
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 914
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1060
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 937
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1079
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 962
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1018
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 938
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1072
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1081
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1067
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1009
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1046
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1066
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1070
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 971
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1038
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1101
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.optimal.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1108
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1251
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1011
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1013
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 964
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 925
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 974
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1107
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 940
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1045
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1015
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1046
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1083
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 916
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1092
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1061
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1013
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 940
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1069
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1156
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 959
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1039
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 943
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1271
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1195
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 973
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1222
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 945
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1159
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1089
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 902
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 933
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1040
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1138
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1084
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 973
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 982
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1023
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 965
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1083
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 900
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 982
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 996
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 975
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1130
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 964
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 925
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1052
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1005
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1048
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 998
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1045
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1026
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 943
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 947
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1153
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1026
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 958
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1270
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1368
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1152
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1043
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1086
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1088
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1015
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 989
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 945
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 950
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 969
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.1d.linear.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 997
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 986
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 990
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1091
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 938
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1143
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 947
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1196
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1003
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1111
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 953
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1139
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 984
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1226
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 953
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 949
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 956
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 959
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 962
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1005
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1042
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 993
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1047
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1102
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 979
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1045
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1417
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 913
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1175
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 950
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1035
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 952
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1015
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1055
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1320
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1251
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1002
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 940
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1089
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1026
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1220
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 949
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1000
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 949
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 993
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1042
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 914
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 986
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1069
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1014
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1020
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1041
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1163
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1174
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1009
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1052
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1043
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1062
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1163
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1030
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1111
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 976
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1018
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 948
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 988
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 914
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1053
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 950
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1147
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 959
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 953
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 950
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1301
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1142
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 985
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1007
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1050
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1008
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 948
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 956
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1082
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 950
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1041
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 940
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1159
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 914
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1173
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 954
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 943
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 977
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1091
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1108
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 952
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 960
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1618
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.optimal.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1005
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 985
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 998
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 925
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 913
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 965
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 985
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1005
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1106
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 933
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1183
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1042
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 921
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 941
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1013
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1201
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1004
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1044
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1013
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 937
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1097
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 960
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1079
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1043
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1177
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1087
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1290
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1111
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1057
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 977
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1017
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1015
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1096
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 942
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 957
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 953
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 947
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 994
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1022
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1207
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1037
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1045
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 945
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 925
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1182
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1019
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1126
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1012
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 964
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1082
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1092
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1033
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1018
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 992
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1043
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1102
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1170
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 962
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1173
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 974
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 988
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1066
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 925
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1086
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1020
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1033
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1373
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 939
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 977
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1018
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1002
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1105
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1138
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1102
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1099
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 995
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 918
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1018
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 958
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 954
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 999
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1044
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 953
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 993
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1180
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 992
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1111
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1014
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 912
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 948
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1186
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 984
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 900
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1057
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1143
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 937
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.2d.linear.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1129
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1099
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1020
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 958
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1108
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1003
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 916
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1036
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 974
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1086
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 974
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 937
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 990
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1000
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 982
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1001
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 959
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 875
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1008
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 907
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1014
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1127
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 871
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 970
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 996
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 885
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 994
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1194
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1231
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1027
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 996
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1101
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 974
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1046
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1032
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1114
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1017
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 956
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 875
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1095
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 983
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1011
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1095
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 981
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1152
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 978
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1061
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1100
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 919
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 993
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1095
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 976
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 873
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 964
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 936
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 926
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 990
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 873
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1009
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 866
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 988
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 873
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 934
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 980
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 920
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 889
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1302
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 972
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 940
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1024
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 931
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 946
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 858
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1093
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.optimal.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r4g4_unorm_pack8
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 917
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r4g4b4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 975
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b4g4r4a4_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r5g6b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 882
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b5g6r5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r5g5b5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 858
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b5g5r5a1_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a1r5g5b5_unorm_pack16
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 865
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 968
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 863
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 911
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1041
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 960
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 866
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1306
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 986
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1061
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 996
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1087
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 905
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 875
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 897
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 977
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 909
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 901
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 997
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r8g8b8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1127
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1082
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1040
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 929
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b8g8r8a8_srgb
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 891
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 924
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 871
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 922
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a8b8g8r8_srgb_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 951
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 975
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1130
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 930
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 870
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2r10g10b10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 944
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 923
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_snorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1012
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 952
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sscaled_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_uint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.a2b10g10r10_sint_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 890
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 858
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1047
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1123
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1078
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1009
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 965
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 863
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 932
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 935
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 986
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 900
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1118
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 913
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1020
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1059
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_snorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 888
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sscaled
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 869
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 973
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 996
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r16g16b16a16_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1172
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1033
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 915
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 884
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 861
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 859
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1029
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1154
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1038
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r32g32b32a32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1031
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 886
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1003
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1016
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 866
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.r64g64b64a64_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.b10g11r11_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 873
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.e5b9g9r9_ufloat_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 928
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.x8_d24_unorm_pack32
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 977
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 963
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d16_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 982
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d24_unorm_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 881
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.d32_sfloat_s8_uint
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgb_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 892
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 898
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc1_rgba_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 981
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc2_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 900
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc2_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 962
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc3_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1210
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc3_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 893
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc4_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 894
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 895
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc5_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 955
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_ufloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 876
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc6h_sfloat_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 910
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc7_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.bc7_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 952
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1051
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1007
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1008
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a1_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 958
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 903
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.etc2_r8g8b8a8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 877
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1125
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 933
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 883
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.eac_r11g11_snorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 906
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 870
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_4x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 927
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1099
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x4_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1020
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 987
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_5x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 952
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 872
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 859
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_6x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 908
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 864
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 991
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 949
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_8x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 880
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x5_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 896
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 878
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x6_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 879
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x8_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 899
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 961
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_10x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 904
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 1047
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x10_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 887
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_unorm_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 867
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.info.image_format_properties.3d.linear.astc_12x12_srgb_block
-
-
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
- 874
- VK_KHR_get_physical_device_properties2 not supported by device at vktApiFeatureInfo.cpp:825
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.instance
-
-
- 181
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.device
-
-
- VK_KHR_get_physical_device_properties2 is not supported at vktTestCase.cpp:1333
- 46
- VK_KHR_get_physical_device_properties2 is not supported at vktTestCase.cpp:1333
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.device_memory_small
-
-
- 55
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_uniform_small
-
-
- 29
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_uniform_large
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_storage_small
-
-
- 23
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_storage_large
-
-
- 25
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_view_uniform_r8g8b8a8_unorm
-
-
- 207
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.buffer_view_storage_r8g8b8a8_unorm
-
-
- 78
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_1d
-
-
- 26
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_2d
-
-
- 22
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_3d
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_1d
-
-
- 78
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_1d_arr
-
-
- 77
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_2d
-
-
- 78
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_2d_arr
-
-
- 82
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_cube
-
-
- 79
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_cube_arr
-
-
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
- 14
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.image_view_3d
-
-
- 81
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.semaphore
-
-
- 27
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.event
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.fence
-
-
- 23
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.fence_signaled
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.query_pool
-
-
- 23
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.sampler
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.shader_module
-
-
-
-
-
-
- #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];
-}
-
-
-
-
- 0.349000
- 0.004000
-
-
-
- ; 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
-
-
- Unused shaders: test
- 586
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_cache
-
-
- 26
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_layout_empty
-
-
- 28
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.pipeline_layout_single
-
-
- 49
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.render_pass
-
-
- 33
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.graphics_pipeline
-
-
-
-
-
-
- #version 310 es
-layout(location = 0) out mediump vec4 o_color;
-void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }
-
-
-
- 0.309000
- 0.002000
-
-
-
- ; 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
-
-
-
-
-
-
- #version 310 es
-layout(location = 0) in highp vec4 a_position;
-void main () { gl_Position = a_position; }
-
-
-
-
- 0.243000
- 0.002000
-
-
-
- ; 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
-
-
- Unused shaders: frag,vert
- 998
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.compute_pipeline
-
-
-
-
- Loaded from cache
-
- #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];
-}
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: comp
- 216
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set_layout_empty
-
-
- 29
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set_layout_single
-
-
- 32
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_pool
-
-
- 24
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_pool_free_descriptor_set
-
-
- 22
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.descriptor_set
-
-
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
- 81
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.framebuffer
-
-
- 197
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.command_pool
-
-
- 34
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.command_pool_transient
-
-
- 34
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.command_buffer_primary
-
-
- 61
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.single.command_buffer_secondary
-
-
- 60
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.instance
-
-
- 666
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.device
-
-
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
- 36
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.device_memory_small
-
-
- 116
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_small
-
-
- 102
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_uniform_large
-
-
- 104
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_small
-
-
- 102
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_storage_large
-
-
- 90
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_uniform_r8g8b8a8_unorm
-
-
- 335
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.buffer_view_storage_r8g8b8a8_unorm
-
-
- 316
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_1d
-
-
- 100
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_2d
-
-
- 89
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_3d
-
-
- 87
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d
-
-
- 299
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_1d_arr
-
-
- 314
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d
-
-
- 362
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_2d_arr
-
-
- 337
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube
-
-
- 354
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_cube_arr
-
-
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
- 22
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.image_view_3d
-
-
- 338
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.semaphore
-
-
- 126
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.event
-
-
- 134
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.fence
-
-
- 119
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.fence_signaled
-
-
- 103
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.query_pool
-
-
- 102
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.sampler
-
-
- 98
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.shader_module
-
-
-
-
- Loaded from cache
-
- #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];
-}
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: test
- 232
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_cache
-
-
- 94
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_empty
-
-
- 94
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.pipeline_layout_single
-
-
- 191
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.render_pass
-
-
- 107
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.graphics_pipeline
-
-
-
-
- Loaded from cache
-
- #version 310 es
-layout(location = 0) out mediump vec4 o_color;
-void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
-
-
- Loaded from cache
-
- #version 310 es
-layout(location = 0) in highp vec4 a_position;
-void main () { gl_Position = a_position; }
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: frag,vert
- 968
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.compute_pipeline
-
-
-
-
- Loaded from cache
-
- #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];
-}
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: comp
- 704
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_empty
-
-
- 125
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set_layout_single
-
-
- 140
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool
-
-
- 94
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_pool_free_descriptor_set
-
-
- 90
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.descriptor_set
-
-
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
- 217
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.framebuffer
-
-
- 803
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_pool
-
-
- 145
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_pool_transient
-
-
- 132
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_primary
-
-
- 243
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_unique_resources.command_buffer_secondary
-
-
- 243
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.device
-
-
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
- 26
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.device_memory_small
-
-
- 114
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_small
-
-
- 95
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_uniform_large
-
-
- 105
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_small
-
-
- 90
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_storage_large
-
-
- 91
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_uniform_r8g8b8a8_unorm
-
-
- 147
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.buffer_view_storage_r8g8b8a8_unorm
-
-
- 143
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_1d
-
-
- 91
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_2d
-
-
- 100
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_3d
-
-
- 91
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d
-
-
- 145
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_1d_arr
-
-
- 144
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d
-
-
- 141
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_2d_arr
-
-
- 145
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube
-
-
- 141
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_cube_arr
-
-
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
- 18
- imageCubeArray feature is not supported by this implementation at vktApiObjectManagementTests.cpp:3487
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.image_view_3d
-
-
- 146
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.semaphore
-
-
- 93
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.event
-
-
- 91
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.fence
-
-
- 92
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.fence_signaled
-
-
- 92
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.query_pool
-
-
- 88
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.sampler
-
-
- 90
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.shader_module
-
-
-
-
- Loaded from cache
-
- #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];
-}
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: test
- 205
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_cache
-
-
- 108
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_empty
-
-
- 103
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.pipeline_layout_single
-
-
- 111
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.render_pass
-
-
- 91
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.graphics_pipeline
-
-
-
-
- Loaded from cache
-
- #version 310 es
-layout(location = 0) out mediump vec4 o_color;
-void main () { o_color = vec4(1.0, 0.5, 0.25, 1.0); }
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
-
-
- Loaded from cache
-
- #version 310 es
-layout(location = 0) in highp vec4 a_position;
-void main () { gl_Position = a_position; }
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: frag,vert
- 381
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.compute_pipeline
-
-
-
-
- Loaded from cache
-
- #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];
-}
-
-
-
-
- 0.000000
- 0.000000
-
-
-
- ; 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
-
-
- Unused shaders: comp
- 267
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_empty
-
-
- 107
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set_layout_single
-
-
- 106
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool
-
-
- 95
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_pool_free_descriptor_set
-
-
- 90
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.descriptor_set
-
-
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
- 78
- Object check() failed: 'VkDescriptorSet = 0' at vkRef.hpp:56
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.framebuffer
-
-
- 260
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_pool
-
-
- 123
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_pool_transient
-
-
- 114
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_primary
-
-
- 136
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.multiple_shared_resources.command_buffer_secondary
-
-
- 143
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.instance
-
-
- Creating 32 VkInstance objects
- 5279
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.device
-
-
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
- 27
- VK_KHR_get_physical_device_properties2 is not supported at vktApiObjectManagementTests.cpp:520
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.device_memory_small
-
-
- Creating 2048 VkDeviceMemory objects
- 54042
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_uniform_small
-
-
- Creating 2048 VkBuffer objects
- 49374
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_uniform_large
-
-
- Creating 2048 VkBuffer objects
- 51117
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_storage_small
-
-
- Creating 2048 VkBuffer objects
- 55463
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_storage_large
-
-
- Creating 2048 VkBuffer objects
- 50017
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_view_uniform_r8g8b8a8_unorm
-
-
- Creating 16384 VkBufferView objects
- 402640
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.buffer_view_storage_r8g8b8a8_unorm
-
-
- Creating 16384 VkBufferView objects
- 424949
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_1d
-
-
- Creating 2048 VkImage objects
- 57090
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_2d
-
-
- Creating 2048 VkImage objects
- 59014
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_3d
-
-
- Creating 2048 VkImage objects
- 62148
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_1d
-
-
- Creating 16384 VkImageView objects
- 400348
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_1d_arr
-
-
- Creating 16384 VkImageView objects
- 423908
- Ok
-
-
-#endTestCaseResult
-
-#beginTestCaseResult dEQP-VK.api.object_management.max_concurrent.image_view_2d
-
-