Home
last modified time | relevance | path

Searched refs:LP_MAX_LINEAR_CONSTANTS (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c88 uint8_t constants[LP_MAX_LINEAR_CONSTANTS * 4]; in lp_fs_linear_run()
224 uint8_t constants[LP_MAX_LINEAR_CONSTANTS][4]; in check_linear_interp_mask_a()
291 if (info->base.file_max[TGSI_FILE_CONSTANT] >= LP_MAX_LINEAR_CONSTANTS || in lp_linear_check_variant()
Dlp_jit.h331 #define LP_MAX_LINEAR_CONSTANTS 16 macro