Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_rect.c57 #define STAMP_SIZE 4 macro
59 static unsigned left_mask_tab[STAMP_SIZE] = {
66 static unsigned right_mask_tab[STAMP_SIZE] = {
73 static unsigned top_mask_tab[STAMP_SIZE] = {
80 static unsigned bottom_mask_tab[STAMP_SIZE] = {
95 task->x + ix * STAMP_SIZE, in full()
96 task->y + iy * STAMP_SIZE); in full()
115 task->x + ix * STAMP_SIZE, in partial()
116 task->y + iy * STAMP_SIZE, in partial()
187 left_mask = left_mask_tab [box.x0 & (STAMP_SIZE - 1)]; in lp_rast_rectangle()
[all …]
Dlp_rast_linear_fallback.c58 #define STAMP_SIZE 4 macro
60 static unsigned left_mask_tab[STAMP_SIZE] = {
67 static unsigned right_mask_tab[STAMP_SIZE] = {
74 static unsigned top_mask_tab[STAMP_SIZE] = {
81 static unsigned bottom_mask_tab[STAMP_SIZE] = {
179 ix * STAMP_SIZE, in full()
180 iy * STAMP_SIZE); in full()
201 ix * STAMP_SIZE, in partial()
202 iy * STAMP_SIZE, in partial()
237 left_mask = left_mask_tab [box->x0 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
[all …]
Dlp_rast_tri.c274 #define STAMP_SIZE 4 macro
275 static unsigned bottom_mask_tab[STAMP_SIZE] = {
282 static unsigned right_mask_tab[STAMP_SIZE] = {