OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zuint
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c
46
uint32_t
zuint
= (uint32_t)(depth * 4294967295.0);
local
48
return (
zuint
& 0xffffff00) | (stencil & 0xff);
49
return
zuint
>> 16;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_clear.c
46
uint32_t
zuint
= (uint32_t)(depth * 4294967295.0);
local
48
return (
zuint
& 0xffffff00) | (stencil & 0xff);
49
return
zuint
>> 16;
Completed in 19 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026