Searched refs:bumpmap_index (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.c1916 int bumpmap_index = -1; local in function:CSMT_ITEM_NO_WAIT
1921 bumpmap_index = 4 * Stage;
1924 bumpmap_index = 4 * Stage + 1;
1927 bumpmap_index = 4 * Stage + 2;
1930 bumpmap_index = 4 * Stage + 3;
1933 bumpmap_index = 4 * 8 + 2 * Stage;
1936 bumpmap_index = 4 * 8 + 2 * Stage + 1;
1945 if (bumpmap_index >= 0) {
1946 context->bumpmap_vars[bumpmap_index] = Value;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.c1967 int bumpmap_index = -1; local in function:CSMT_ITEM_NO_WAIT
1972 bumpmap_index = 4 * Stage;
1975 bumpmap_index = 4 * Stage + 1;
1978 bumpmap_index = 4 * Stage + 2;
1981 bumpmap_index = 4 * Stage + 3;
1984 bumpmap_index = 4 * 8 + 2 * Stage;
1987 bumpmap_index = 4 * 8 + 2 * Stage + 1;
1996 if (bumpmap_index >= 0) {
1997 context->bumpmap_vars[bumpmap_index] = Value;

Completed in 10 milliseconds