OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bo_infos
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_cmd_buffer.c
42
list->
bo_infos
= NULL;
48
free(list->
bo_infos
);
65
if (list->
bo_infos
[i].handle == bo_info->handle) {
66
assert(list->
bo_infos
[i].presumed == bo_info->presumed);
67
list->
bo_infos
[i].flags |= bo_info->flags;
72
/* grow list->
bo_infos
if needed */
76
list->
bo_infos
, new_capacity * sizeof(struct drm_msm_gem_submit_bo));
79
list->
bo_infos
= new_bo_infos;
83
list->
bo_infos
[list->count] = *bo_info;
103
if (tu_bo_list_add_info(list, other->
bo_infos
+ i) == TU_BO_LIST_FAILED
[
all
...]
tu_private.h
883
struct drm_msm_gem_submit_bo *
bo_infos
;
member in struct:tu_bo_list
tu_device.c
1255
.bos = (uint64_t)(uintptr_t) bo_list.
bo_infos
,
Completed in 9 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026