OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:host_size
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/
oacc-mem.c
451
size_t
host_size
= n->host_end - n->host_start;
local
457
(void *) n->host_start, (int)
host_size
, (void *) h);
464
(void *) h, (int)
host_size
);
671
size_t
host_size
= n->host_end - n->host_start;
local
674
(void *) h, (int) s, (void *) n->host_start, (int)
host_size
);
/src/external/gpl3/gcc.old/dist/libgomp/
oacc-mem.c
450
size_t
host_size
= n->host_end - n->host_start;
local
456
(void *) n->host_start, (int)
host_size
, (void *) h);
468
(void *) h, (int)
host_size
);
675
size_t
host_size
= n->host_end - n->host_start;
local
678
(void *) h, (int) s, (void *) n->host_start, (int)
host_size
);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_descriptor_set.c
424
uint64_t
host_size
=
local
426
host_size
+= sizeof(struct v3dv_descriptor) * descriptor_count;
427
size +=
host_size
;
531
uint32_t
host_size
= pool->host_memory_end - pool->host_memory_base;
local
532
memset(pool->host_memory_base, 0,
host_size
);
1104
uint32_t
host_size
= sizeof(struct v3dv_descriptor_set);
local
1109
if ((UINT32_MAX -
host_size
) / desc_host_size < binding->descriptorCount) {
1121
host_size
+= binding->descriptorCount * desc_host_size;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_descriptor_set.c
627
uint64_t
host_size
= pCreateInfo->maxSets * sizeof(struct tu_descriptor_set);
local
628
host_size
+= sizeof(struct tu_bo*) * bo_count;
629
host_size
+= A6XX_TEX_CONST_DWORDS * 4 * dynamic_count;
630
size +=
host_size
;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_descriptor_set.c
681
uint64_t
host_size
= pCreateInfo->maxSets * sizeof(struct radv_descriptor_set);
local
682
host_size
+= sizeof(struct radeon_winsys_bo*) * bo_count;
683
host_size
+= sizeof(struct radv_descriptor_range) * range_count;
684
size +=
host_size
;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_descriptor_set.c
795
uint64_t
host_size
= pCreateInfo->maxSets * sizeof(struct radv_descriptor_set);
local
796
host_size
+= sizeof(struct radeon_winsys_bo *) * bo_count;
797
host_size
+= sizeof(struct radv_descriptor_range) * range_count;
798
size +=
host_size
;
Completed in 32 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026