Searched refs:neighbors1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1647 LLVMValueRef neighbors1[2][2][4]; local in function:lp_build_sample_image_linear
1657 data_ptr, mipoffsets, neighbors1[0][0]);
1662 data_ptr, mipoffsets, neighbors1[0][1]);
1667 data_ptr, mipoffsets, neighbors1[1][0]);
1672 data_ptr, mipoffsets, neighbors1[1][1]);
1679 neighbors1[0][0][chan],
1680 neighbors1[0][1][chan],
1681 neighbors1[1][0][chan],
1682 neighbors1[1][1][chan],
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c1678 LLVMValueRef neighbors1[2][2][4]; local in function:lp_build_sample_image_linear
1688 data_ptr, mipoffsets, neighbors1[0][0]);
1693 data_ptr, mipoffsets, neighbors1[0][1]);
1698 data_ptr, mipoffsets, neighbors1[1][0]);
1703 data_ptr, mipoffsets, neighbors1[1][1]);
1713 neighbors1[0][0],
1714 neighbors1[0][1],
1715 neighbors1[1][0],
1716 neighbors1[1][1],

Completed in 17 milliseconds