Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_private.h210 IR2_SWIZZLE_YXW = 1 << 0 | 3 << 2 | 1 << 4, enumerator
Dir2_nir.c734 instr->src[0].swizzle = is_cube ? IR2_SWIZZLE_YXW : 0; in emit_tex()