Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_translate.c84 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro
87 static trans_1f_func _math_trans_1f_tab[MAX_TYPES];
88 static trans_1ui_func _math_trans_1ui_tab[MAX_TYPES];
89 static trans_1ub_func _math_trans_1ub_tab[MAX_TYPES];
90 static trans_3fn_func _math_trans_3fn_tab[MAX_TYPES];
91 static trans_4ub_func _math_trans_4ub_tab[5][MAX_TYPES];
92 static trans_4us_func _math_trans_4us_tab[5][MAX_TYPES];
93 static trans_4f_func _math_trans_4f_tab[5][MAX_TYPES];
94 static trans_4f_func _math_trans_4fn_tab[5][MAX_TYPES];
/external/deqp/modules/gles31/functional/
Des31fNegativeSampleVariablesTests.cpp231 const int MAX_TYPES = 2; in index_outside_sample_mask_range() local
236 std::string builtInType[MAX_TYPES]; in index_outside_sample_mask_range()
250 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++) in index_outside_sample_mask_range()
/external/mesa3d/src/mesa/tnl/
Dt_context.h548 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */ macro