Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.cpp173 inline int computeNumColorEndpointValues (deUint32 endpointMode) in computeNumColorEndpointValues() argument
175 DE_ASSERT(endpointMode < 16); in computeNumColorEndpointValues()
176 return (endpointMode/4 + 1) * 2; in computeNumColorEndpointValues()
1011 const deUint32 endpointMode = endpointModes[partitionNdx];
1016 unquantizedNdx += computeNumColorEndpointValues(endpointMode);
1018 switch (endpointMode)

Completed in 4 milliseconds