Searched refs:endpointMode (Results 1 – 1 of 1) sorted by relevance
173 inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() argument175 DE_ASSERT(endpointMode < 16); in computeNumColorEndpointValues()176 return (endpointMode/4 + 1) * 2; in computeNumColorEndpointValues()1011 const deUint32 endpointMode = endpointModes[partitionNdx]; in decodeColorEndpoints() local1016 unquantizedNdx += computeNumColorEndpointValues(endpointMode); in decodeColorEndpoints()1018 switch (endpointMode) in decodeColorEndpoints()