Searched refs:get_texel_cube_seamless (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1033 get_texel_cube_seamless(const struct sp_sampler_view *sp_sview, in get_texel_cube_seamless() function 1778 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_linear() 1779 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_linear() 1780 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_linear() 1781 tx[3] = get_texel_cube_seamless(sp_sview, addr, x1, y1, corner3, layer, args->face_id); in img_filter_cube_linear() 1847 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_array_linear() 1848 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_array_linear() 1849 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_array_linear() 1850 tx[3] = get_texel_cube_seamless(sp_sview, addr, x1, y1, corner3, layer, args->face_id); in img_filter_cube_array_linear()
|