Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dir_builder.cpp414 bit_and(operand a, operand b) in bit_and() function
/external/skia/src/core/
DSkVM.h893 I32 bit_and(I32 x, int y) { return bit_and(x, splat(y)); } in abs() function
894 I32 bit_and(int x, I32 y) { return bit_and(splat(x), y); } in abs() function
DSkVM.cpp1097 I32 Builder::bit_and(I32 x, I32 y) { in bit_and() function in skvm::Builder