Searched refs:gather0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 660 Value *gather0 = GATHERPS(src0, pBase, indices0, mask0, scale); in GATHERPS_16() local 663 vGather = JOIN_16(gather0, gather1); in GATHERPS_16() 742 Value *gather0 = GATHERDD(src0, pBase, indices0, mask0, scale); in GATHERDD_16() local 745 vGather = JOIN_16(gather0, gather1); in GATHERDD_16()
|