OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kb_used
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
genX_cmd_buffer.c
1944
uint32_t
kb_used
= 0;
local
1950
alloc.ConstantBufferOffset = (push_size > 0) ?
kb_used
: 0;
1953
kb_used
+= push_size;
1958
alloc.ConstantBufferOffset =
kb_used
;
1959
alloc.ConstantBufferSize = push_constant_kb -
kb_used
;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
genX_cmd_buffer.c
2532
uint32_t
kb_used
= 0;
local
2538
alloc.ConstantBufferOffset = (push_size > 0) ?
kb_used
: 0;
2541
kb_used
+= push_size;
2546
alloc.ConstantBufferOffset =
kb_used
;
2547
alloc.ConstantBufferSize = push_constant_kb -
kb_used
;
Completed in 13 milliseconds
Indexes created Sun Jul 26 00:24:00 UTC 2026