Searched refs:sample_3d_nearest (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | crash-greedy-v6.ll | 22 …tail call fastcc void @sample_3d_nearest(i8* %tObj, i8* undef, float undef, float %tmp12, float un… 31 declare fastcc void @sample_3d_nearest(i8* nocapture, i8* nocapture, float, float, float, i8* nocap…
|
/external/llvm/test/CodeGen/ARM/ |
D | crash-greedy-v6.ll | 42 …tail call fastcc void @sample_3d_nearest(i8* %tObj, i8* undef, float undef, float %tmp12, float un… 51 declare fastcc void @sample_3d_nearest(i8* nocapture, i8* nocapture, float, float, float, i8* nocap…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | crash-greedy-v6.ll | 42 …tail call fastcc void @sample_3d_nearest(i8* %tObj, i8* undef, float undef, float %tmp12, float un… 51 declare fastcc void @sample_3d_nearest(i8* nocapture, i8* nocapture, float, float, float, i8* nocap…
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 2018 sample_3d_nearest(struct gl_context *ctx, in sample_3d_nearest() function 2155 sample_3d_nearest(ctx, samp, tObj->Image[0][level], texcoord[i], rgba[i]); in sample_3d_nearest_mipmap_nearest() 2188 sample_3d_nearest(ctx, samp, tObj->Image[0][tObj->_MaxLevel], in sample_3d_nearest_mipmap_linear() 2194 sample_3d_nearest(ctx, samp, tObj->Image[0][level ], texcoord[i], t0); in sample_3d_nearest_mipmap_linear() 2195 sample_3d_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1); in sample_3d_nearest_mipmap_linear() 2240 sample_3d_nearest(ctx, samp, image, texcoords[i], rgba[i]); in sample_nearest_3d() 2284 sample_3d_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_3d() 2319 sample_3d_nearest(ctx, samp, _mesa_base_tex_image(tObj), in sample_lambda_3d()
|