OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handle_count
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_non_uniform_access.c
49
unsigned
handle_count
= 0;
local
70
assert(
handle_count
< 2);
71
handles[
handle_count
++] = tex->src[i].src.ssa;
74
if (
handle_count
== 0)
82
for (unsigned i = 0; i <
handle_count
; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_fence.c
349
unsigned int
handle_count
= 0;
local
357
handles[
handle_count
++] = fine->syncobj->handle;
360
if (
handle_count
== 0)
365
.count_handles =
handle_count
,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_fence.c
416
unsigned int
handle_count
= 0;
local
424
handles[
handle_count
++] = fine->syncobj->handle;
427
if (
handle_count
== 0)
432
.count_handles =
handle_count
,
iris_bufmgr.c
437
int
handle_count
= 0;
local
444
handles[
handle_count
++] = r->handle;
446
handles[
handle_count
++] = w->handle;
450
if (
handle_count
== 0)
461
.count_handles =
handle_count
,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_pipe.c
524
unsigned
handle_count
=
local
529
uint32_t *handles = calloc(sizeof(uint32_t),
handle_count
);
543
assert(handle_i ==
handle_count
);
563
demo_mem_map(dev->memmap.ptr.cpu, dev->memmap.size, handles,
handle_count
,
Completed in 9 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026