Searched refs:apply_mirror (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c42 apply_mirror(float *coord0, float *coord1) function in typeref:typename:bool
367 bool mirror_x = apply_mirror(&src_x0, &src_x1);
368 bool mirror_y = apply_mirror(&src_y0, &src_y1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c42 apply_mirror(float *coord0, float *coord1) function in typeref:typename:bool
385 bool mirror_x = apply_mirror(&src_x0, &src_x1);
386 bool mirror_y = apply_mirror(&src_y0, &src_y1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c81 apply_mirror(float *coord0, float *coord1) function in typeref:typename:bool
468 bool mirror_x = apply_mirror(&src_x0, &src_x1);
469 bool mirror_y = apply_mirror(&src_y0, &src_y1);

Completed in 6 milliseconds