Home
last modified time | relevance | path

Searched refs:IR2_SWIZZLE_YXZZ (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h219 IR2_SWIZZLE_YXZZ = 1 << 0 | 3 << 2 | 0 << 4 | 3 << 6, enumerator
Dir2_nir.c715 instr->src[1].swizzle = IR2_SWIZZLE_YXZZ; in emit_tex()