Searched refs:corner0 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 1753 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_linear() local 1778 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_linear() 1822 float corner0[TGSI_QUAD_SIZE], corner1[TGSI_QUAD_SIZE], in img_filter_cube_array_linear() local 1847 tx[0] = get_texel_cube_seamless(sp_sview, addr, x0, y0, corner0, layer, args->face_id); in img_filter_cube_array_linear()
|