Home
last modified time | relevance | path

Searched refs:numEndpoints (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DBC_Decoder.cpp672 int numEndpoints; member
680 , numEndpoints(0) in ModeDesc()
691 numEndpoints = partitionCount * 2; in ModeDesc()
990 for(int ep = 0; ep < modeDesc.numEndpoints; ep++) in decode()
998 for(int ep = 1; ep < modeDesc.numEndpoints; ep++) in decode()
1007 for(int ep = 1; ep < modeDesc.numEndpoints; ep++) in decode()
1013 for(int ep = 0; ep < modeDesc.numEndpoints; ep++) in decode()
/external/deqp/framework/common/
DtcuCompressedTexture.cpp1834 const deUint32 numEndpoints = numRegions * 2; in decompressBc6H() local
2149 for (deUint32 i = 1; i < numEndpoints; i++) in decompressBc6H()
2170 for (deUint32 i = 0; i < numEndpoints; i++) in decompressBc6H()
2267 const deUint32 numEndpoints = numSubsets * 2; in decompressBc7() local
2272 for (deUint32 ep = 0; ep < numEndpoints; ep++) in decompressBc7()
2288 for (deUint32 ep = 0; ep < numEndpoints; ep++) in decompressBc7()
2313 for (deUint32 ep = 0; ep < numEndpoints; ep++) in decompressBc7()
2323 for (deUint32 ep = 0; ep < numEndpoints; ep++) in decompressBc7()
2337 for (deUint32 ep = 0; ep < numEndpoints; ep++) in decompressBc7()
DtcuAstcUtil.cpp733 void unquantizeColorEndpoints (deUint32* dst, const ISEDecodedResult* iseResults, int numEndpoints,… in unquantizeColorEndpoints() argument
742 for (int endpointNdx = 0; endpointNdx < numEndpoints; endpointNdx++) in unquantizeColorEndpoints()
773 for (int endpointNdx = 0; endpointNdx < numEndpoints; endpointNdx++) in unquantizeColorEndpoints()
2227 …Block128& dst, const ISEParams& iseParams, const ISEInput& input, int numEndpoints, int numBitsFor… in writeColorEndpointData() argument
2230 encodeISE(access, iseParams, input, numEndpoints); in writeColorEndpointData()