Home
last modified time | relevance | path

Searched refs:cem (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel.cpp1717 int cem { 255 };
1721 cem = info.color_endpoint_modes[partition] * 16;
1724 return vint4(cem, cem, cem, 255);
1750 uint8_t cem = info.color_endpoint_modes[partition];
1752 switch (cem)
1802 uint8_t cem = info.color_endpoint_modes[partition];
1804 switch (cem)
1856 uint8_t cem
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp824 uint32_t cem = in.get_bits(23, 6); in decode_cem() local
826 if ((cem & 0x3) == 0x0) { in decode_cem()
827 cem >>= 2; in decode_cem()
828 cem_base_class = cem >> 2; in decode_cem()
832 cems[i] = cem; in decode_cem()
835 in.printf_bits(23, 6, "CEM (single, %d)", cem); in decode_cem()
838 cem_base_class = (cem & 0x3) - 1; in decode_cem()
919 uint32_t cem = in.get_bits(13, 4); in decode_cem() local
921 cem_base_class = cem >> 2; in decode_cem()
924 cems[0] = cem; in decode_cem()
[all...]
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp2683 for (deUint32 cem = 0; cem < 16; cem++)
2685 const bool isHDRCem = cem == 2 ||
2686 cem == 3 ||
2687 cem == 7 ||
2688 cem == 11 ||
2689 cem == 14 ||
2690 cem == 15;
2693 (testType == BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_NO_15 && (!isHDRCem || cem
[all...]

Completed in 7 milliseconds