Home | History | Annotate | Download | only in common

Lines Matching defs:astc

21  * \brief ASTC Utilities.
33 namespace astc
302 // Data from an ASTC block's "block mode" part (i.e. bits [0,10]).
523 throw InternalError("Infinity or NaN color component in HDR void extent block in ASTC texture (behavior undefined by ASTC specification)");
1762 // An input array of ISE inputs for an entire ASTC block. Can be given as either single values in the
1777 //!< \note 64 comes from the maximum number of weight values in an ASTC block.
1886 // Write bits 0 to 10 of an ASTC block.
1921 // Find block mode layout index, i.e. appropriate row in the "2d block mode layout" table in ASTC spec.
2009 // Write color endpoint mode data of an ASTC block.
3016 case tcu::astc::BLOCK_TEST_TYPE_VOID_EXTENT_HDR: return Vec4(0.5f/65504.0f);
3017 case tcu::astc::BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_NO_15: return Vec4(1.0f/65504.0f, 1.0f/65504.0f, 1.0f/65504.0f, 1.0f);
3018 case tcu::astc::BLOCK_TEST_TYPE_ENDPOINT_VALUE_HDR_15: return Vec4(1.0f/65504.0f);
3027 case tcu::astc::BLOCK_TEST_TYPE_VOID_EXTENT_HDR: return Vec4(0.5f);
3032 } // astc