/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/ |
H A D | dcfmtest.txt | 19 # Format Test Case Line: 20 # format pattern round-mode "decimal number" "expected formatted result" 44 format 0.0000E0 default "1234.01" "1.2340E3" 46 format 00 default "1234" "1234" 47 format 00 default ".01" "00" 48 format 00 default "1" "01" 49 format 00 default "1.9" "02" 51 format #.# default "12.34" "12.3" 53 format @@@ default "12.3456" "12.3" 54 format @@@ default "123456" "123000" [all …]
|
/aosp_15_r20/external/icu/icu4c/source/test/testdata/ |
H A D | dcfmtest.txt | 19 # Format Test Case Line: 20 # format pattern round-mode "decimal number" "expected formatted result" 44 format 0.0000E0 default "1234.01" "1.2340E3" 46 format 00 default "1234" "1234" 47 format 00 default ".01" "00" 48 format 00 default "1" "01" 49 format 00 default "1.9" "02" 51 format #.# default "12.34" "12.3" 53 format @@@ default "12.3456" "12.3" 54 format @@@ default "123456" "123000" [all …]
|
/aosp_15_r20/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_format_traits.hpp | 17 //=== Format Traits === 21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 23 switch( format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return {{ 4, 4, 1 }}; in blockExtent() [all …]
|
D | vulkan_format_traits.hpp | 17 //=== Format Traits === 21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 23 switch( format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return {{ 4, 4, 1 }}; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return {{ 4, 4, 1 }}; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return {{ 4, 4, 1 }}; in blockExtent() [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2020-03-01/ |
H A D | pipeline.txt | 7 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mca_rsub_alpha_o_… 8 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mca_sub_alpha_o_1… 9 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mda_add_alpha_1md… 10 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mda_sub_alpha_cc_… 11 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mdc_add_alpha_1ms… 12 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_da_add_alpha_sas_1… 13 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_dc_add_alpha_1msa_… 14 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_sa_min_alpha_cc_sa… 15 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mca_z_min_alpha_1mcc_c… 16 dEQP-VK.pipeline.monolithic.blend.format.a1r5g5b5_unorm_pack16.states.color_1mcc_1mcc_rsub_alpha_z_… [all …]
|
/aosp_15_r20/external/vulkan-headers/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 17 //=== Format Traits === 21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 23 switch ( format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/external/swiftshader/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 17 //=== Format Traits === 21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 23 switch ( format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/include/vulkan/ |
H A D | vulkan_format_traits.hpp | 17 //=== Format Traits === 21 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 23 switch ( format ) in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 31 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 16 //=== Format Traits === 20 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 22 switch ( format ) in blockExtent() 24 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 16 //=== Format Traits === 20 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 22 switch ( format ) in blockExtent() 24 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 16 //=== Format Traits === 20 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 22 switch ( format ) in blockExtent() 24 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/vulkan-headers/include/vulkan/ |
D | vulkan_format_traits.hpp | 16 //=== Format Traits === 20 …E VULKAN_HPP_CONSTEXPR_14 std::array<uint8_t, 3> blockExtent( VULKAN_HPP_NAMESPACE::Format format ) in blockExtent() argument 22 switch ( format ) in blockExtent() 24 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 25 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 26 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaUnormBlock: return { { 4, 4, 1 } }; in blockExtent() 27 case VULKAN_HPP_NAMESPACE::Format::eBc1RgbaSrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 28 case VULKAN_HPP_NAMESPACE::Format::eBc2UnormBlock: return { { 4, 4, 1 } }; in blockExtent() 29 case VULKAN_HPP_NAMESPACE::Format::eBc2SrgbBlock: return { { 4, 4, 1 } }; in blockExtent() 30 case VULKAN_HPP_NAMESPACE::Format::eBc3UnormBlock: return { { 4, 4, 1 } }; in blockExtent() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vksc-default/pipeline/ |
H A D | monolithic.txt | 63 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mcc… 64 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mdc… 65 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mdc… 66 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1msc… 67 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_ca_m… 68 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_cc_m… 69 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_da_m… 70 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_s1c_… 71 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mcc_cc_r… 72 dEQP-VKSC.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mcc_da_s… [all …]
|
/aosp_15_r20/external/mesa3d/src/panfrost/ci/ |
H A D | panfrost-g52-fails.txt | 96 spec@ext_framebuffer_object@fbo-blending-format-quirks,Fail 301 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_always_nev… 302 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_equal_alwa… 303 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_equal_less… 304 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_greater_le… 305 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_greater_or… 306 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_less_great… 307 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_less_or_eq… 308 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_never_equa… 309 dEQP-VK.pipeline.fast_linked_library.depth.format.d16_unorm.compare_ops.line_list_always_not_equal_… [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2019-03-01/ |
H A D | pipeline.txt | 1 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_1mca_rsub_alpha… 2 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_1mca_sub_alpha_… 3 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_1mda_add_alpha_… 4 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_1mda_sub_alpha_… 5 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_1mdc_add_alpha_… 6 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_da_add_alpha_sa… 7 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_dc_add_alpha_1m… 8 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_sa_min_alpha_cc… 9 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mca_z_min_alpha_1mc… 10 dEQP-VK.pipeline.monolithic.blend.format.a2r10g10b10_unorm_pack32.states.color_1mcc_1mcc_rsub_alpha… [all …]
|
/aosp_15_r20/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/pkt_proc_logs/ |
H A D | trc_pkt_lister_0x10.ppl | 70 Idx:1692; ID:10; I_ATOM_F1 : Atom format 1.; E 72 Idx:1703; ID:10; I_ATOM_F1 : Atom format 1.; E 74 Idx:1707; ID:10; I_ATOM_F3 : Atom format 3.; ENN 75 Idx:1708; ID:10; I_ATOM_F1 : Atom format 1.; E 77 Idx:1715; ID:10; I_ATOM_F2 : Atom format 2.; EE 79 Idx:1721; ID:10; I_ATOM_F3 : Atom format 3.; NNE 84 Idx:1737; ID:10; I_ATOM_F3 : Atom format 3.; ENE 86 Idx:1741; ID:10; I_ATOM_F2 : Atom format 2.; EE 88 Idx:1745; ID:10; I_ATOM_F6 : Atom format 6.; EEEN 89 Idx:1746; ID:10; I_ATOM_F2 : Atom format 2.; EE [all …]
|
H A D | trc_pkt_lister_all.ppl | 75 Idx:1692; ID:10; I_ATOM_F1 : Atom format 1.; E 77 Idx:1703; ID:10; I_ATOM_F1 : Atom format 1.; E 79 Idx:1707; ID:10; I_ATOM_F3 : Atom format 3.; ENN 80 Idx:1708; ID:10; I_ATOM_F1 : Atom format 1.; E 82 Idx:1715; ID:10; I_ATOM_F2 : Atom format 2.; EE 84 Idx:1721; ID:10; I_ATOM_F3 : Atom format 3.; NNE 89 Idx:1737; ID:10; I_ATOM_F3 : Atom format 3.; ENE 91 Idx:1741; ID:10; I_ATOM_F2 : Atom format 2.; EE 93 Idx:1745; ID:10; I_ATOM_F6 : Atom format 6.; EEEN 94 Idx:1746; ID:10; I_ATOM_F2 : Atom format 2.; EE [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2023-03-01/pipeline/ |
H A D | pipeline-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|
H A D | fast-linked-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|
/aosp_15_r20/external/deqp/android/cts/main/vk-main-2021-03-01/ |
H A D | pipeline.txt | 1297 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mcc_m… 1298 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mdc_m… 1299 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1mdc_r… 1300 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_1msc_s… 1301 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_ca_max… 1302 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_cc_max… 1303 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_da_min… 1304 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mca_s1c_rs… 1305 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mcc_cc_rsu… 1306 dEQP-VK.pipeline.monolithic.blend.dual_source.format.a1r5g5b5_unorm_pack16.states.color_1mcc_da_sub… [all …]
|
/aosp_15_r20/external/swiftshader/tests/regres/testlists/vk-default/pipeline/ |
H A D | pipeline-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|
H A D | fast-linked-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|
/aosp_15_r20/external/autotest/client/site_tests/graphics_parallel_dEQP/boards/ |
H A D | pyro-fails.txt | 6 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.always_not_equal_never_not_equal,Fail 7 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.less_greater_equal_equal,Fail 8 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.never_less_greater_or_equal_less_or_equal,Fail 9 dEQP-VK.pipeline.depth.format.d16_unorm.compare_ops.never_never_less_greater,Fail 10 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.always_greater_or_equal_greater_or_equa… 11 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.always_less_greater_greater,Fail 12 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.always_never_equal_less,Fail 13 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.equal_not_equal_equal_equal,Fail 14 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.greater_greater_not_equal_greater,Fail 15 dEQP-VK.pipeline.depth.format.d24_unorm_s8_uint.compare_ops.greater_never_greater_or_equal_equal,Fa… [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/mustpass/main/vk-default/pipeline/ |
H A D | pipeline-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|
H A D | fast-linked-library.txt | 1 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 2 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 3 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 4 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 5 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 6 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 7 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 8 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 9 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_depth_re… 10 …chment_feedback_loop_layout.sampler.combined_image_sampler.image_type.1d.format.d16_unorm_s8_uint_… [all …]
|