Searched refs:CR_MAX_GENERAL_COMBINERS (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_regcombiner.h34 GLcolorf stageConstantColor0[CR_MAX_GENERAL_COMBINERS];
35 GLcolorf stageConstantColor1[CR_MAX_GENERAL_COMBINERS];
39 CRRegCombinerPortionState rgb[CR_MAX_GENERAL_COMBINERS];
40 CRRegCombinerPortionState alpha[CR_MAX_GENERAL_COMBINERS];
53 CRbitvalue regCombinerStageColor0[CR_MAX_GENERAL_COMBINERS][CR_MAX_BITARRAY];
54 CRbitvalue regCombinerStageColor1[CR_MAX_GENERAL_COMBINERS][CR_MAX_BITARRAY];
55 CRbitvalue regCombinerInput[CR_MAX_GENERAL_COMBINERS][CR_MAX_BITARRAY]; /* rgb/alpha[].a/b/c/d, .aMapping, .aPortion */
56 CRbitvalue regCombinerOutput[CR_MAX_GENERAL_COMBINERS][CR_MAX_BITARRAY]; /* rgb/alpha[].abOutput, .cdOutput, .sumOutput, .scale, .bias, .abDotProduct, .cdDotProduct, .muxSum */
H A Dcr_limits.h26 #define CR_MAX_GENERAL_COMBINERS 8 macro
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_regcombiner.c31 for( i=0; i<CR_MAX_GENERAL_COMBINERS; i++ )
106 for( i=0; i<CR_MAX_GENERAL_COMBINERS; i++ )
545 if (i < 0 || i >= CR_MAX_GENERAL_COMBINERS) {
H A Dstate_limits.c85 l->maxGeneralCombiners = CR_MAX_GENERAL_COMBINERS;
H A Dstate_bits_globalop.h274 for (i=0; i<CR_MAX_GENERAL_COMBINERS; ++i)

Completed in 61 milliseconds