Searched refs:LP_MAX_LINEAR_CONSTANTS (Results 1 – 2 of 2) sorted by relevance
88 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()
331 #define LP_MAX_LINEAR_CONSTANTS 16 macro