Searched refs:bilinear (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dcover-test.c29 * array bounds for scaled plots (both nearest-neighbour and bilinear) at or
167 pixman_bool_t bilinear)
173 ref_src = bilinear ? pixman_fixed_1 / 2 : pixman_fixed_e;
179 bilinear * pixman_fixed_1 / 2;
221 pixman_bool_t bilinear)
237 if (bilinear)
260 pixman_bool_t bilinear; local in function:test_cover
304 bilinear = prng_rand_n (2);
305 filter = bilinear ? PIXMAN_FILTER_BILINEAR : PIXMAN_FILTER_NEAREST;
324 x_scale, left_align, bilinear);
163 calc_translate(int dst_size,int src_size,pixman_fixed_t scale,pixman_bool_t low_align,pixman_bool_t bilinear) argument
218 check_transform(pixman_image_t * dst_img,pixman_image_t * src_img,pixman_transform_t * transform,pixman_bool_t bilinear) argument
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst40 - fixed bug when bilinear sampling 2d textures with borders
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dsampler.rst114 If set, the bilinear filter of a cube map may take samples from adjacent
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dsampler.rst114 If set, the bilinear filter of a cube map may take samples from adjacent
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen2_render.c3150 bool bilinear)
3205 if (bilinear)
3276 bool bilinear; local in function:gen2_render_video
3285 bilinear = src_width != dst_width || src_height != dst_height;
3332 dst_bo, dst_width, dst_height, bilinear);
3338 dst_bo, dst_width, dst_height, bilinear);
3144 gen2_emit_video_state(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,PixmapPtr pixmap,struct kgem_bo * dst_bo,int width,int height,bool bilinear) argument
H A Dgen3_render.c5121 bool bilinear)
5470 bool bilinear; local in function:gen3_render_video
5479 bilinear = src_width != dst_width || src_height != dst_height;
5516 dst_bo, dst_width, dst_height, bilinear);
5522 dst_bo, dst_width, dst_height, bilinear);
5115 gen3_emit_video_state(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,PixmapPtr pixmap,struct kgem_bo * dst_bo,int width,int height,bool bilinear) argument
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen3_render.c5051 bool bilinear)
5400 bool bilinear; local in function:gen3_render_video
5409 bilinear = src_width != dst_width || src_height != dst_height;
5456 dst_bo, dst_width, dst_height, bilinear);
5462 dst_bo, dst_width, dst_height, bilinear);
5045 gen3_emit_video_state(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,PixmapPtr pixmap,struct kgem_bo * dst_bo,int width,int height,bool bilinear) argument

Completed in 21 milliseconds