Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp1583 llvm::Constant *constantVector[16]; in createConstantVector() local
1599 llvm::Constant *constantVector[8]; in createConstantVector() local
2712 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in Byte8() local
2947 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in SByte8() local
3281 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in Short4() local
3287 int64_t constantVector[4] = {x, y, z, w}; in Short4() local
3667 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in UShort4() local
3673 int64_t constantVector[4] = {x, y, z, w}; in UShort4() local
3877 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in Short8() local
3883 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in Short8() local
[all …]
DSubzeroReactor.cpp2569 int64_t constantVector[8] = {x0, x1, x2, x3, x4, x5, x6, x7}; in Byte8() local
2904 int64_t constantVector[8] = { x0, x1, x2, x3, x4, x5, x6, x7 }; in SByte8() local
3281 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in Short4() local
3287 int64_t constantVector[4] = {x, y, z, w}; in Short4() local
3800 int64_t constantVector[4] = {xyzw, xyzw, xyzw, xyzw}; in UShort4() local
3806 int64_t constantVector[4] = {x, y, z, w}; in UShort4() local
4102 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in Short8() local
4108 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in Short8() local
4218 int64_t constantVector[8] = {c, c, c, c, c, c, c, c}; in UShort8() local
4224 int64_t constantVector[8] = {c0, c1, c2, c3, c4, c5, c6, c7}; in UShort8() local
[all …]