Home
last modified time | relevance | path

Searched refs:astc (Results 1 – 25 of 75) sorted by relevance

123

/third_party/mesa3d/src/intel/ci/
Diris-cml-fails.txt2 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
3 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
4 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
5 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
6 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
7 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
8 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
9 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
10 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
11 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-whl-fails.txt2 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
3 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
4 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
5 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
6 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
7 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
8 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
9 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
10 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
11 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-amly-fails.txt2 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
3 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
4 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
5 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
6 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
7 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
8 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
9 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
10 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
11 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-kbl-fails.txt2 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
3 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
4 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
5 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
6 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
7 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
8 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
9 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
10 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
11 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
/third_party/vk-gl-cts/modules/internal/
DditAstcTests.cpp90 if (!astc::isValidBlock(data + blockNdx*astc::BLOCK_SIZE_BYTES, format, mode)) in verifyBlocksValid()
97 TCU_CHECK(numBytes % astc::BLOCK_SIZE_BYTES == 0); in getNumBlocksFromBytes()
98 return (numBytes / astc::BLOCK_SIZE_BYTES); in getNumBlocksFromBytes()
106 for (int blockTestTypeNdx = 0; blockTestTypeNdx < astc::BLOCK_TEST_TYPE_LAST; blockTestTypeNdx++) in iterate()
108 const astc::BlockTestType blockTestType = (astc::BlockTestType)blockTestTypeNdx; in iterate()
110 if (astc::isBlockTestTypeHDROnly(blockTestType) && isAstcSRGBFormat(m_format)) in iterate()
114 astc::generateBlockCaseTestData(generatedData, m_format, blockTestType); in iterate()
119 if (blockTestType != astc::BLOCK_TEST_TYPE_RANDOM) in iterate()
122 if (!astc::isBlockTestTypeHDROnly(blockTestType) && in iterate()
123 (blockTestType != astc::BLOCK_TEST_TYPE_CEMS)) in iterate()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBUILD.gn32 "../../third_party/astc-encoder/Source/astc_codec_internals.h",
33 "../../third_party/astc-encoder/Source/astc_mathlib.h",
50 # TODO: Write Build.gn for third_party/astc-encoder
51 "../../third_party/astc-encoder/Source/astc_block_sizes2.cpp",
52 "../../third_party/astc-encoder/Source/astc_color_unquantize.cpp",
53 "../../third_party/astc-encoder/Source/astc_decompress_symbolic.cpp",
54 "../../third_party/astc-encoder/Source/astc_image_load_store.cpp",
55 "../../third_party/astc-encoder/Source/astc_integer_sequence.cpp",
56 "../../third_party/astc-encoder/Source/astc_mathlib.cpp",
57 "../../third_party/astc-encoder/Source/astc_mathlib_softfloat.cpp",
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/
Dgles3-master-NOT_SUPPORTED.txt146 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10
147 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10_srgb
148 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x5
149 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x5_srgb
150 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x6
151 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x6_srgb
152 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x8
153 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x8_srgb
154 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.12x10
155 dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.12x10_srgb
[all …]
/third_party/mesa3d/src/mesa/main/
Dformats.csv320 MESA_FORMAT_RGBA_ASTC_4x4 , astc , 4, 4, 1, x128, , , , xyzw, rgb
321 MESA_FORMAT_RGBA_ASTC_5x4 , astc , 5, 4, 1, x128, , , , xyzw, rgb
322 MESA_FORMAT_RGBA_ASTC_5x5 , astc , 5, 5, 1, x128, , , , xyzw, rgb
323 MESA_FORMAT_RGBA_ASTC_6x5 , astc , 6, 5, 1, x128, , , , xyzw, rgb
324 MESA_FORMAT_RGBA_ASTC_6x6 , astc , 6, 6, 1, x128, , , , xyzw, rgb
325 MESA_FORMAT_RGBA_ASTC_8x5 , astc , 8, 5, 1, x128, , , , xyzw, rgb
326 MESA_FORMAT_RGBA_ASTC_8x6 , astc , 8, 6, 1, x128, , , , xyzw, rgb
327 MESA_FORMAT_RGBA_ASTC_8x8 , astc , 8, 8, 1, x128, , , , xyzw, rgb
328 MESA_FORMAT_RGBA_ASTC_10x5 , astc ,10, 5, 1, x128, , , , xyzw, rgb
329 MESA_FORMAT_RGBA_ASTC_10x6 , astc ,10, 6, 1, x128, , , , xyzw, rgb
[all …]
/third_party/mesa3d/src/intel/isl/
Disl_format_layout.csv293 …2D_4X4_U8SRGB , 128, 4, 4, 1, un8, un8, un8, un8, , , , , srgb, astc
294 …2D_5X4_U8SRGB , 128, 5, 4, 1, un8, un8, un8, un8, , , , , srgb, astc
295 …2D_5X5_U8SRGB , 128, 5, 5, 1, un8, un8, un8, un8, , , , , srgb, astc
296 …2D_6X5_U8SRGB , 128, 6, 5, 1, un8, un8, un8, un8, , , , , srgb, astc
297 …2D_6X6_U8SRGB , 128, 6, 6, 1, un8, un8, un8, un8, , , , , srgb, astc
298 …2D_8X5_U8SRGB , 128, 8, 5, 1, un8, un8, un8, un8, , , , , srgb, astc
299 …2D_8X6_U8SRGB , 128, 8, 6, 1, un8, un8, un8, un8, , , , , srgb, astc
300 …2D_8X8_U8SRGB , 128, 8, 8, 1, un8, un8, un8, un8, , , , , srgb, astc
301 …2D_10X5_U8SRGB , 128, 10, 5, 1, un8, un8, un8, un8, , , , , srgb, astc
302 …2D_10X6_U8SRGB , 128, 10, 6, 1, un8, un8, un8, un8, , , , , srgb, astc
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/ci/
Diris-kbl-fails.txt24 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
25 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
26 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
27 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
28 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
29 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
30 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
31 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
32 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
33 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-cml-fails.txt24 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
25 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
26 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
27 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
28 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
29 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
30 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
31 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
32 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
33 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-whl-fails.txt24 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
25 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
26 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
27 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
28 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
29 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
30 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
31 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
32 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
33 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
Diris-amly-fails.txt24 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x10,Fail
25 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x5,Fail
26 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x6,Fail
27 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.10x8,Fail
28 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x10,Fail
29 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.12x12,Fail
30 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.4x4,Fail
31 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.5x4,Fail
32 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x5,Fail
33 dEQP-GLES3.functional.texture.compressed.astc.void_extent_ldr.6x6,Fail
[all …]
/third_party/mesa3d/src/util/format/
Du_format.csv248 PIPE_FORMAT_ASTC_4x4 , astc, 4, 4, 1, x128, , , , xyzw, rgb
249 PIPE_FORMAT_ASTC_5x4 , astc, 5, 4, 1, x128, , , , xyzw, rgb
250 PIPE_FORMAT_ASTC_5x5 , astc, 5, 5, 1, x128, , , , xyzw, rgb
251 PIPE_FORMAT_ASTC_6x5 , astc, 6, 5, 1, x128, , , , xyzw, rgb
252 PIPE_FORMAT_ASTC_6x6 , astc, 6, 6, 1, x128, , , , xyzw, rgb
253 PIPE_FORMAT_ASTC_8x5 , astc, 8, 5, 1, x128, , , , xyzw, rgb
254 PIPE_FORMAT_ASTC_8x6 , astc, 8, 6, 1, x128, , , , xyzw, rgb
255 PIPE_FORMAT_ASTC_8x8 , astc, 8, 8, 1, x128, , , , xyzw, rgb
256 PIPE_FORMAT_ASTC_10x5 , astc,10, 5, 1, x128, , , , xyzw, rgb
257 PIPE_FORMAT_ASTC_10x6 , astc,10, 6, 1, x128, , , , xyzw, rgb
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp71 using tcu::astc::BlockTestType;
99 for (int i = tcu::astc::BLOCK_SIZE_BYTES-1; i >= 0; i--) in astcBlockDataStr()
114 for (int i = tcu::astc::BLOCK_SIZE_BYTES-1; i >= 0; i--) in astcBlockDataStr()
381 …DE_ASSERT(!(tcu::isAstcSRGBFormat(m_format) && tcu::astc::isBlockTestTypeHDROnly(m_testType))); //… in ASTCBlockCase2D()
391 …m_renderer->initialize(64, 64, tcu::astc::getBlockTestTypeColorScale(m_testType), tcu::astc::getBl… in init()
395 DE_ASSERT(m_blockData.size() % tcu::astc::BLOCK_SIZE_BYTES == 0); in init()
397 …m_testCtx.getLog() << TestLog::Message << "Total " << m_blockData.size() / tcu::astc::BLOCK_SIZE_B… in init()
411 …if (m_renderer->getASTCSupport() == ASTCSUPPORTLEVEL_LDR && tcu::astc::isBlockTestTypeHDROnly(m_te… in iterate()
419 const int totalNumBlocks = (int)m_blockData.size() / tcu::astc::BLOCK_SIZE_BYTES; in iterate()
441 DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*tcu::astc::BLOCK_SIZE_BYTES); in iterate()
[all …]
Des3fCompressedTextureTests.cpp73 for (int astcTestTypeI = 0; astcTestTypeI < tcu::astc::BLOCK_TEST_TYPE_LAST; astcTestTypeI++) in init()
75 const tcu::astc::BlockTestType astcTestType = (tcu::astc::BlockTestType)astcTestTypeI; in init()
85 if (tcu::isAstcSRGBFormat(format) && tcu::astc::isBlockTestTypeHDROnly(astcTestType)) in init()
Des3fASTCDecompressionCases.hpp55 tcu::astc::BlockTestType testType,
67 const tcu::astc::BlockTestType m_testType;
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/
DCMakeLists.txt36 add_library(astc-encoder STATIC EXCLUDE_FROM_ALL
40 set_target_properties(astc-encoder PROPERTIES
44 target_include_directories(astc-encoder
49 target_compile_definitions(astc-encoder
55 target_compile_options(astc-encoder
/third_party/vk-gl-cts/android/cts/master/src/
Dgles3-hw-issues.txt66 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10
67 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10_srgb
68 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5
69 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5_srgb
70 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6
71 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6_srgb
72 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8
73 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8_srgb
74 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10
75 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10_srgb
[all …]
/third_party/vk-gl-cts/android/cts/main/src/
Dgles3-hw-issues.txt66 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10
67 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10_srgb
68 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5
69 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5_srgb
70 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6
71 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6_srgb
72 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8
73 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8_srgb
74 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10
75 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10_srgb
[all …]
/third_party/skia/site/docs/dev/testing/
Dtesting.md32 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
33 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
34 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
35 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
36 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
37 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
91 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
113 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an
139 mandrill_132x132_12x12.astc-5-subsets", can be found at
140 `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
/third_party/flutter/skia/site/dev/testing/
Dtesting.md28 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
29 ( 25MB 1856) 1.41ms 8888 image mandrill_132x132_6x6.astc-5-subsets
30 ( 25MB 1855) 1.35ms 8888 image mandrill_132x130_6x5.astc-5-subsets
31 ( 25MB 1854) 1.41ms 8888 image mandrill_132x130_12x10.astc-5-subsets
32 ( 25MB 1853) 151µs 8888 image mandrill_130x132_10x6.astc-5-subsets
33 ( 25MB 1852) 154µs 8888 image mandrill_130x130_5x5.astc-5-subsets
84 ( 25MB 1857) 1.36ms 8888 image mandrill_132x132_12x12.astc-5-subsets
106 "mandrill_132x132_12x12.astc-5-subsets", which is an "image" source, into an
130 The image from the task we just looked at, "8888 image mandrill_132x132_12x12.astc-5-subsets",
131 can be found at `dm_output/8888/image/mandrill_132x132_12x12.astc-5-subsets.png`.
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_mathlib.cpp32 void astc::rand_init(uint64_t state[2]) in rand_init()
39 uint64_t astc::rand(uint64_t state[2]) in rand()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c403 cfg.astc._3d.block_width = panfrost_astc_dim_3d(desc->block.width); in panfrost_emit_plane()
404 … cfg.astc._3d.block_height = panfrost_astc_dim_3d(desc->block.height); in panfrost_emit_plane()
405 cfg.astc._3d.block_depth = panfrost_astc_dim_3d(desc->block.depth); in panfrost_emit_plane()
408 cfg.astc._2d.block_width = panfrost_astc_dim_2d(desc->block.width); in panfrost_emit_plane()
409 … cfg.astc._2d.block_height = panfrost_astc_dim_2d(desc->block.height); in panfrost_emit_plane()
415 cfg.astc.decode_hdr = false; in panfrost_emit_plane()
424 cfg.astc.decode_wide = !srgb; in panfrost_emit_plane()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c170 const bool astc = !!(format & ASTC_FORMAT); in etna_create_sampler_view_state() local
194 COND(!ext && !astc, VIVS_TE_SAMPLER_CONFIG0_FORMAT(format)); in etna_create_sampler_view_state()
235 COND(astc, VIVS_TE_SAMPLER_CONFIG1_FORMAT_EXT(TEXTURE_FORMAT_EXT_ASTC)) | in etna_create_sampler_view_state()
238 sv->astc0 = COND(astc, VIVS_NTE_SAMPLER_ASTC0_ASTC_FORMAT(format)) | in etna_create_sampler_view_state()
239 COND(astc && srgb, VIVS_NTE_SAMPLER_ASTC0_ASTC_SRGB) | in etna_create_sampler_view_state()
248 COND(util_format_is_srgb(so->format) && !astc, VIVS_TE_SAMPLER_LOG_SIZE_SRGB) | in etna_create_sampler_view_state()
249 COND(astc, VIVS_TE_SAMPLER_LOG_SIZE_ASTC); in etna_create_sampler_view_state()

123