Home | History | Annotate | Download | only in radeonsi

Lines Matching refs:gather_comp

4827 		unsigned gather_comp = 0;
4845 gather_comp = LLVMConstIntGetZExtValue(comp_imm);
4846 gather_comp = CLAMP(gather_comp, 0, 3);
4849 dmask = 1 << gather_comp;