OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DepthLog2
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c
191
tx_format = ti->
DepthLog2
<< 28
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv20_state_tex.c
191
tx_format = ti->
DepthLog2
<< 28
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
teximage.c
816
img->
DepthLog2
= 0;
880
img->
DepthLog2
= 0;
890
img->
DepthLog2
= 0;
913
img->
DepthLog2
= 0;
924
img->
DepthLog2
= 0; /* not used */
930
img->Depth2 = depth - 2 * border; /* == 1 << img->
DepthLog2
; */
931
img->
DepthLog2
= _mesa_logbase2(img->Depth2);
mtypes.h
885
GLuint Depth; /**< = 2^
DepthLog2
+ 2*Border */
891
GLuint
DepthLog2
; /**< = log2(Depth2) */
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
teximage.c
799
img->
DepthLog2
= 0;
863
img->
DepthLog2
= 0;
873
img->
DepthLog2
= 0;
896
img->
DepthLog2
= 0;
907
img->
DepthLog2
= 0; /* not used */
913
img->Depth2 = depth - 2 * border; /* == 1 << img->
DepthLog2
; */
914
img->
DepthLog2
= util_logbase2(img->Depth2);
mtypes.h
862
GLuint Depth; /**< = 2^
DepthLog2
+ 2*Border */
868
GLuint
DepthLog2
; /**< = log2(Depth2) */
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
1301
log2Depth = firstImage->
DepthLog2
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
r200_texstate.c
1307
log2Depth = firstImage->
DepthLog2
;
Completed in 21 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026