Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DConstants.cpp28 static const unsigned int transposeBit0[16] = in Constants() local
88 memcpy(&this->transposeBit0, transposeBit0, sizeof(transposeBit0)); in Constants()
DConstants.hpp26 unsigned int transposeBit0[16]; member
DSamplerCore.cpp1608 face[0] = *Pointer<Int>(constants + OFFSET(Constants,transposeBit0) + negative * 4); in cubeFace()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DConstants.cpp30 static const unsigned int transposeBit0[16] = { in Constants() local
87 memcpy(&this->transposeBit0, transposeBit0, sizeof(transposeBit0)); in Constants()
DConstants.hpp28 unsigned int transposeBit0[16]; member
DSamplerCore.cpp1270 Int faces = *Pointer<Int>(constants + OFFSET(Constants, transposeBit0) + negative * 4); in cubeFace()