Home
last modified time | relevance | path

Searched defs:bit_or (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp420 bit_or(operand a, operand b) in bit_or() function
/external/skia/src/core/
DSkVM.h894 I32 bit_or(I32 x, int y) { return bit_or(x, splat(y)); } in abs() function
895 I32 bit_or(int x, I32 y) { return bit_or(splat(x), y); } in abs() function
DSkVM.cpp1094 I32 Builder::bit_or(I32 x, I32 y) { in bit_or() function in skvm::Builder