HomeSort by: relevance | last modified time | path
    Searched refs:neighbors (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ local
681 neighbors[k][j][i] = rgba8;
697 &neighbors[0][0][0],
698 &neighbors[0][0][1],
707 &neighbors[0][0][0],
708 &neighbors[0][0][1],
709 &neighbors[0][1][0],
710 &neighbors[0][1][1],
720 &neighbors[0][0][0],
721 &neighbors[0][0][1]
    [all...]
lp_bld_sample_soa.c 1040 LLVMValueRef neighbors[2][2][4]; local
1353 data_ptr, mipoffsets, neighbors[0][0]);
1358 data_ptr, mipoffsets, neighbors[0][1]);
1368 neighbors[0][0],
1369 neighbors[0][1],
1374 cmpval0 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][0][0]);
1375 cmpval1 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][1][0]);
1392 data_ptr, mipoffsets, neighbors[1][0]);
1397 data_ptr, mipoffsets, neighbors[1][1]);
1474 neighbors[0][0][chan])
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ local
681 neighbors[k][j][i] = rgba8;
693 neighbors[0][0][0],
694 neighbors[0][0][1],
701 neighbors[0][0][0],
702 neighbors[0][0][1],
710 neighbors[0][0][0],
711 neighbors[0][0][1],
717 neighbors[0][0][0],
718 neighbors[0][0][1]
    [all...]
lp_bld_sample_soa.c 1030 LLVMValueRef neighbors[2][2][4]; local
1327 data_ptr, mipoffsets, neighbors[0][0]);
1332 data_ptr, mipoffsets, neighbors[0][1]);
1340 neighbors[0][0][chan],
1341 neighbors[0][1][chan],
1347 cmpval0 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][0][0]);
1348 cmpval1 = lp_build_sample_comparefunc(bld, coords[4], neighbors[0][1][0]);
1365 data_ptr, mipoffsets, neighbors[1][0]);
1370 data_ptr, mipoffsets, neighbors[1][1]);
1446 neighbors[0][0][chan])
    [all...]

Completed in 27 milliseconds