OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:once
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_common.c
39
static once_flag
once
= ONCE_FLAG_INIT;
local
40
call_once(&
once
, vn_debug_init_once);
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdec.h
60
/* In "
once
" mode, only decode a cmdstream buffer
once
(per draw
63
* encountered (ie.
once
per tile/bin in GMEM draw passes)
65
int
once
;
member in struct:cffdec_options
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_batchbuffer.c
284
static int
once
;
local
285
if (!
once
) {
298
once
= 1;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_batchbuffer.c
273
static int
once
;
local
274
if (!
once
) {
287
once
= 1;
/xsrc/external/mit/xorg-server/dist/os/
client.c
84
* information. This should be called only
once
when new client has
118
* some operating systems. This should be called only
once
when a new
155
static dispatch_once_t
once
;
local
157
dispatch_once(&
once
, ^{
/xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_measure.c
59
static bool
once
= false;
local
61
if (unlikely(!
once
)) {
62
once
= true;
/xsrc/external/mit/libvdpau/dist/src/
vdpau_wrapper.c
404
static pthread_once_t
once
= PTHREAD_ONCE_INIT;
local
409
pthread_once(&
once
, init_fixes);
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
intel_dump_gpu.c
602
static bool
once
;
local
603
if (!
once
) {
606
once
= true;
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
intel_dump_gpu.c
456
static bool
once
;
local
457
if (!
once
) {
460
once
= true;
/xsrc/external/mit/libdrm/dist/nouveau/
nouveau.c
55
static bool
once
= false;
local
58
if (
once
)
60
once
= true;
/xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_audio.c
308
/* Setting closed_fifos will only have an effect
once
400
static int
once
= 0;
local
401
if (!
once
) {
403
++
once
;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
kgem.c
3772
static int
once
;
local
3777
if (!
once
&& find_hang_state(kgem, path, sizeof(path))) {
3781
once
= 1;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
kgem.c
411
static int
once
;
local
417
if (!
once
&&
423
once
= 1;
Completed in 25 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026