Searched defs:DstScalarType (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder() 155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev() 167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev() 228 inline void read (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in read()
|
/external/gemmlowp/internal/ |
D | unpack.h | 155 using DstScalarType = typename ResultBlockType::Scalar; in UnpackResult() local
|