Home
last modified time | relevance | path

Searched refs:get_texel_cube_seamless (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c897 get_texel_cube_seamless(const struct sp_sampler_view *sp_sview, in get_texel_cube_seamless() function
1643 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_linear()
1644 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_linear()
1645 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_linear()
1646 tx[3] = get_texel_cube_seamless(sp_sview, addr, x1, y1, corner3, layer, args->face_id); in img_filter_cube_linear()
1711 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_array_linear()
1712 tx[1] = get_texel_cube_seamless(sp_sview, addr, x1, y0, corner1, layer, args->face_id); in img_filter_cube_array_linear()
1713 tx[2] = get_texel_cube_seamless(sp_sview, addr, x0, y1, corner2, layer, args->face_id); in img_filter_cube_array_linear()
1714 tx[3] = get_texel_cube_seamless(sp_sview, addr, x1, y1, corner3, layer, args->face_id); in img_filter_cube_array_linear()