Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_common.h32 #define or_mask(d, mask) \ macro
38 #define or_mask(d, mask) \ macro
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3379 static inline unsigned ds_pattern_bitmode(unsigned and_mask, unsigned or_mask, unsigned xor_mask) in ds_pattern_bitmode()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp238 unsigned or_mask = (mask >> 5) & 0x1f; in emit_masked_swizzle() local