OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mem_bind
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_bo.c
690
VkSparseMemoryBind
mem_bind
;
local
691
mem_bind
.resourceOffset = offset;
692
mem_bind
.size = MIN2(res->base.b.width0 - offset, size);
693
mem_bind
.memory = commit ? bo->mem : VK_NULL_HANDLE;
694
mem_bind
.memoryOffset = 0;
695
mem_bind
.flags = 0;
696
sparse_bind.pBinds = &
mem_bind
;
Completed in 28 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026