OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_idx
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
nir_lower_dynamic_bo_access.c
115
unsigned first_idx = UINT_MAX,
last_idx
;
local
119
last_idx
= first_idx + b->shader->info.num_ssbos;
123
last_idx
= first_idx + b->shader->info.num_ubos;
130
first_idx,
last_idx
);
138
generate_store_ssbo_ssa_def(b, instr, instr->src[block_idx].ssa, first_idx,
last_idx
);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_batch_chain.c
1762
uint32_t
last_idx
= execbuf->bo_count - 1;
local
1767
execbuf->objects[idx] = execbuf->objects[
last_idx
];
1768
execbuf->bos[idx] = execbuf->bos[
last_idx
];
1771
execbuf->objects[
last_idx
] = tmp_obj;
1772
execbuf->bos[
last_idx
] = first_batch_bo->bo;
1773
first_batch_bo->bo->index =
last_idx
;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_batch_chain.c
1472
uint32_t
last_idx
= execbuf->bo_count - 1;
local
1477
execbuf->objects[idx] = execbuf->objects[
last_idx
];
1478
execbuf->bos[idx] = execbuf->bos[
last_idx
];
1481
execbuf->objects[
last_idx
] = tmp_obj;
1482
execbuf->bos[
last_idx
] = &first_batch_bo->bo;
1483
first_batch_bo->bo.index =
last_idx
;
Completed in 7 milliseconds
Indexes created Fri Jul 24 00:25:35 UTC 2026