Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp801 …bool dstIsInt = dstClass == TEXTURECHANNELCLASS_SIGNED_INTEGER || dstClass == TEXTURECHANNELCL… in copy() local
803 if (srcIsInt && dstIsInt) in copy()