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/
H A Dlp_rast_linear_fallback.c58 #define STAMP_SIZE 4 macro
60 static const unsigned left_mask_tab[STAMP_SIZE] = {
67 static const unsigned right_mask_tab[STAMP_SIZE] = {
74 static const unsigned top_mask_tab[STAMP_SIZE] = {
81 static const unsigned bottom_mask_tab[STAMP_SIZE] = {
139 shade_quads(task, inputs, ix * STAMP_SIZE, iy * STAMP_SIZE, mask); in partial()
165 const unsigned left_mask = left_mask_tab [box->x0 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
166 const unsigned right_mask = right_mask_tab [box->x1 & (STAMP_SIZE - 1)]; in lp_rast_linear_rect_fallback()
167 const unsigned top_mask = top_mask_tab [box->y0 & (STAMP_SIZE in lp_rast_linear_rect_fallback()
[all...]
H A 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 in lp_rast_rectangle()
[all...]
H A Dlp_rast_tri.c273 #define STAMP_SIZE 4 macro
274 static unsigned bottom_mask_tab[STAMP_SIZE] = {
281 static unsigned right_mask_tab[STAMP_SIZE] = {

Completed in 3 milliseconds