OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stageref
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c
760
GLubyte
stageref
[7] = {0, 0, 0, 0, 0, 0, 0};
local
771
stageref
[maxunitused + 1] = REF_COLOR | REF_ALPHA;
778
if (
stageref
[j + 1]) {
799
stageref
[j] = REF_COLOR | REF_ALPHA;
812
if ((
stageref
[j + 1] & REF_COLOR) || isdot3rgba) {
819
stageref
[j] |= (op >> 1) + 1;
839
if ((
stageref
[j + 1] & REF_ALPHA) && !isdot3rgba) {
845
stageref
[j] |= REF_ALPHA;
880
if (ctx->Texture.Unit[i]._Current &&
stageref
[i+1]) {
[
all
...]
/external/mesa3d/src/compiler/glsl/
linker.cpp
4399
uint8_t
stageref
=
local
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
2686
uint8_t
stageref
;
member in struct:gl_uniform_block
[
all
...]
Completed in 308 milliseconds