Home
last modified time | relevance | path

Searched defs:constantVector (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp931 llvm::Constant *constantVector[16]; in createConstantVector() local
947 llvm::Constant *constantVector[8]; in createConstantVector() local
2060 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in Byte8() local
2275 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in SByte8() local
2584 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in Short4() local
2590 int64_t constantVector[4] = {x, y, z, w}; in Short4() local
2917 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in UShort4() local
2923 int64_t constantVector[4] = {x, y, z, w}; in UShort4() local
3110 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in Short8() local
3116 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in Short8() local
[all …]
DSubzeroReactor.cpp2550 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in Byte8() local
2885 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in SByte8() local
3262 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in Short4() local
3268 int64_t constantVector[4] = {x, y, z, w}; in Short4() local
3743 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in UShort4() local
3749 int64_t constantVector[4] = {x, y, z, w}; in UShort4() local
4075 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in Short8() local
4081 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in Short8() local
4191 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in UShort8() local
4197 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in UShort8() local
[all …]