Home
last modified time | relevance | path

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

12

/external/autotest/client/site_tests/graphics_dEQP/expectations/haswell/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 57dEQP-GLES3.
/external/autotest/client/site_tests/graphics_dEQP/expectations/braswell/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 53dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 53dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 52dEQP-GLES3. ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/baytrail/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 57dEQP-GLES3.
/external/autotest/client/site_tests/graphics_dEQP/expectations/broadwell/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 53dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 53dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 52dEQP-GLES3. ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/ivybridge/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 58dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 57dEQP-GLES3.
/external/autotest/client/site_tests/graphics_dEQP/expectations/sandybridge/
DdEQP-GLES3.functional.hasty.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 96dEQP-GLES3. ...
DdEQP-GLES3.functional.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 96dEQP-GLES3. ...
Dgles3-master.NotSupported.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.block_size_remainder.10x10 95dEQP-GLES3. ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/mali-t604/
DdEQP-GLES3.functional.hasty.NotSupported.bz2
DdEQP-GLES3.functional.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
Dgles3-master.NotSupported.bz21dEQP-GLES3.functional.fbo.blit.conversion.r11f_g11f_b10f_to_r11f_g11f_b10f 2dEQP-GLES3. ...
/external/autotest/client/site_tests/graphics_dEQP/expectations/skylake/
Dgles3-master.Fail.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.endpoint_value_hdr_cem_15.10x10 5dEQP-GLES3. ...
DdEQP-GLES3.functional.Fail.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.endpoint_value_hdr_cem_15.10x10 92dEQP-GLES3. ...
DdEQP-GLES3.functional.hasty.Fail.bz2 ... dEQP-GLES3.functional.texture.compressed.astc.endpoint_value_hdr_cem_15.10x10 74dEQP-GLES3. ...
/external/deqp/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 = (const 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 …]

12