Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h376 #define LP_RAST_FLAGS_BLIT (0x8) macro
Dlp_rast.c734 #define BLIT ((LP_RAST_FLAGS_BLIT<<1)-1) /* write direct-to-dest */
1026 else if (info.type & LP_RAST_FLAGS_BLIT) in rasterize_bin()
Dlp_rast_debug.c163 if (info.type & LP_RAST_FLAGS_BLIT) in debug_bin()