OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModeRGB
(Results
1 - 18
of
18
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i830_texblend.c
167
switch (combine->
ModeRGB
) {
185
switch (combine->
ModeRGB
) {
271
if (combine->
ModeRGB
== GL_DOT3_RGBA_EXT ||
272
combine->
ModeRGB
== GL_DOT3_RGBA) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i830_texblend.c
167
switch (combine->
ModeRGB
) {
185
switch (combine->
ModeRGB
) {
271
if (combine->
ModeRGB
== GL_DOT3_RGBA_EXT ||
272
combine->
ModeRGB
== GL_DOT3_RGBA) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
ff_fragment_shader.cpp
102
GLuint
ModeRGB
:4;
292
key->unit[i].
ModeRGB
= comb->
ModeRGB
;
599
switch (key->unit[unit].
ModeRGB
) {
619
else if (need_saturate(key->unit[unit].
ModeRGB
))
637
if (key->unit[unit].
ModeRGB
== key->unit[unit].ModeA &&
641
key->unit[unit].
ModeRGB
,
649
else if (key->unit[unit].
ModeRGB
== TEXENV_MODE_DOT3_RGBA_EXT ||
650
key->unit[unit].
ModeRGB
== TEXENV_MODE_DOT3_RGBA) {
653
key->unit[unit].
ModeRGB
,
[
all
...]
texstate.c
135
printf(" GL_COMBINE_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
ModeRGB
));
283
state->
ModeRGB
= (state->SourceRGB[0] != GL_PREVIOUS)
497
packed->
ModeRGB
= tex_combine_translate_mode(texUnit->EnvMode, state->
ModeRGB
);
554
switch (combine->
ModeRGB
) {
texenv.c
152
if (texUnit->Combine.
ModeRGB
== mode)
155
texUnit->Combine.
ModeRGB
= mode;
647
return texUnit->Combine.
ModeRGB
;
mtypes.h
1034
GLenum16
ModeRGB
; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1118
uint32_t
ModeRGB
:4; /**< Effective mode for RGB as 4 bits */
attrib.c
596
unit->Combine.
ModeRGB
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
ff_fragment_shader.cpp
102
GLuint
ModeRGB
:4;
293
key->unit[i].
ModeRGB
= comb->
ModeRGB
;
608
switch (key->unit[unit].
ModeRGB
) {
628
else if (need_saturate(key->unit[unit].
ModeRGB
))
646
if (key->unit[unit].
ModeRGB
== key->unit[unit].ModeA &&
650
key->unit[unit].
ModeRGB
,
658
else if (key->unit[unit].
ModeRGB
== TEXENV_MODE_DOT3_RGBA_EXT ||
659
key->unit[unit].
ModeRGB
== TEXENV_MODE_DOT3_RGBA) {
662
key->unit[unit].
ModeRGB
,
[
all
...]
texstate.c
131
printf(" GL_COMBINE_RGB = %s\n", _mesa_enum_to_string(texUnit->Combine.
ModeRGB
));
279
state->
ModeRGB
= (state->SourceRGB[0] != GL_PREVIOUS)
487
packed->
ModeRGB
= tex_combine_translate_mode(texUnit->EnvMode, state->
ModeRGB
);
544
switch (combine->
ModeRGB
) {
texenv.c
152
if (texUnit->Combine.
ModeRGB
== mode)
155
texUnit->Combine.
ModeRGB
= mode;
585
return texUnit->Combine.
ModeRGB
;
mtypes.h
1034
GLenum16
ModeRGB
; /**< GL_REPLACE, GL_DECAL, GL_ADD, etc. */
1118
uint32_t
ModeRGB
:4; /**< Effective mode for RGB as 4 bits */
attrib.c
854
unit->Combine.
ModeRGB
);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c
344
switch ( texUnit->_CurrentCombine->
ModeRGB
) {
410
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT)
411
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ) {
520
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGB_EXT)
521
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGB) ) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
radeon_texstate.c
345
switch ( texUnit->_CurrentCombine->
ModeRGB
) {
411
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT)
412
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ) {
521
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGB_EXT)
522
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGB) ) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
445
switch ( texUnit->_CurrentCombine->
ModeRGB
) {
608
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT)
609
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ) {
804
const GLboolean isdot3rgba = (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ||
805
(texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT);
881
if ( (ctx->Texture.FixedFuncUnit[i]._CurrentCombine->
ModeRGB
== GL_REPLACE) &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
445
switch ( texUnit->_CurrentCombine->
ModeRGB
) {
608
if ( (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT)
609
|| (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ) {
810
const GLboolean isdot3rgba = (texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA) ||
811
(texUnit->_CurrentCombine->
ModeRGB
== GL_DOT3_RGBA_EXT);
887
if ( (ctx->Texture.FixedFuncUnit[i]._CurrentCombine->
ModeRGB
== GL_REPLACE) &&
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_texcombine.c
129
printf("
modeRGB
0x%x modeA 0x%x srcRGB1 0x%x srcA1 0x%x srcRGB2 0x%x srcA2 0x%x\n",
130
combine->
ModeRGB
,
306
switch (combine->
ModeRGB
) {
527
if (combine->
ModeRGB
== GL_DOT3_RGBA_EXT ||
528
combine->
ModeRGB
== GL_DOT3_RGBA) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_texcombine.c
129
printf("
modeRGB
0x%x modeA 0x%x srcRGB1 0x%x srcA1 0x%x srcRGB2 0x%x srcA2 0x%x\n",
130
combine->
ModeRGB
,
306
switch (combine->
ModeRGB
) {
527
if (combine->
ModeRGB
== GL_DOT3_RGBA_EXT ||
528
combine->
ModeRGB
== GL_DOT3_RGBA) {
Completed in 32 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026