Searched refs:neighbors (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ local in function:lp_build_sample_fetch_image_linear 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[ [all...] |
| H A D | lp_bld_sample_soa.c | 1040 LLVMValueRef neighbors[2][2][4]; local in function:lp_build_sample_image_linear 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[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_sample_aos.c | 576 LLVMValueRef neighbors[2][2][2]; /* [z][y][x] */ local in function:lp_build_sample_fetch_image_linear 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[ [all...] |
| H A D | lp_bld_sample_soa.c | 1030 LLVMValueRef neighbors[2][2][4]; local in function:lp_build_sample_image_linear 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[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/freedreno/ |
| H A D | ir3-notes.rst | 404 In the grouping pass, instructions which need to be grouped (for ``fanin``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (ie. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/freedreno/ |
| H A D | ir3-notes.rst | 375 In the grouping pass, instructions which need to be grouped (for ``collect``\s, etc) have their ``left`` / ``right`` neighbor pointers setup. In cases where there is a conflict (i.e. one instruction cannot have two unique left or right neighbors), an additional ``mov`` instruction is inserted. This ensures that there is some possible valid `register assignment`_ at the later stages.
|
Completed in 14 milliseconds