Searched refs:bVec (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcLimitTest.inl | 266 tcu::BVec3 bVec = tcu::equal(a, b); local 267 return tcu::boolAll(bVec); 279 tcu::BVec3 bVec = tcu::greaterThan(a, b); local 280 return tcu::boolAll(bVec); 292 tcu::BVec3 bVec = tcu::lessThan(a, b); local 293 return tcu::boolAll(bVec);
|
/third_party/flutter/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils_unittest.cpp | 241 Mat4 bVec(elementsVector); in TEST() local 244 CheckMat4ExactlyEq(b, bVec); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | matrix_utils_unittest.cpp | 241 Mat4 bVec(elementsVector); in TEST() local 244 CheckMat4ExactlyEq(b, bVec); in TEST()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 1272 LLVMValueRef bVec = LLVMBuildAlloca(builder, fFloat32VectorType, "bVec"); in compileStageFunctionLoop() local 1273 LLVMBuildStore(builder, params.get()[6], bVec); in compileStageFunctionLoop() 1331 LLVMBuildInsertElement(builder, LLVMBuildLoad(builder, bVec, "bVec"), in compileStageFunctionLoop() 1337 bVec); in compileStageFunctionLoop() 1370 LLVMBuildLoad(builder, bVec, "bVec"), in compileStageFunctionLoop()
|