Home
last modified time | relevance | path

Searched defs:VC4_MASK (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_packet.h129 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low)) macro
[all...]
/third_party/libdrm/vc4/
H A Dvc4_packet.h126 #define VC4_MASK(high, low) (((1 << ((high) - (low) + 1)) - 1) << (low)) macro
[all...]

Completed in 3 milliseconds