OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_MEMORY_ALLOCATION_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_device.c
1505
props->maxMemoryAllocationSize =
MAX_MEMORY_ALLOCATION_SIZE
;
2133
if (unlikely(alloc_size >
MAX_MEMORY_ALLOCATION_SIZE
)) {
v3dv_private.h
116
#define
MAX_MEMORY_ALLOCATION_SIZE
(1ull << 30)
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c
2008
p->maxMemoryAllocationSize =
MAX_MEMORY_ALLOCATION_SIZE
;
3624
if (aligned_alloc_size >
MAX_MEMORY_ALLOCATION_SIZE
)
anv_private.h
232
#define
MAX_MEMORY_ALLOCATION_SIZE
(1ull << 31)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c
1495
props->maxMemoryAllocationSize =
MAX_MEMORY_ALLOCATION_SIZE
;
2730
if (pAllocateInfo->allocationSize >
MAX_MEMORY_ALLOCATION_SIZE
)
anv_private.h
195
#define
MAX_MEMORY_ALLOCATION_SIZE
(1ull << 31)
Completed in 50 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026