Searched refs:d3d12_bo (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_bufmgr.h | 44 struct d3d12_bo { struct 67 struct d3d12_bo *bo; 79 static inline struct d3d12_bo * 80 d3d12_bo_get_base(struct d3d12_bo *bo, uint64_t *offset) in d3d12_bo_get_base() 93 d3d12_bo_get_size(struct d3d12_bo *bo) in d3d12_bo_get_size() 102 d3d12_bo_is_suballocated(struct d3d12_bo *bo) in d3d12_bo_is_suballocated() 104 struct d3d12_bo *base_bo; in d3d12_bo_is_suballocated() 114 struct d3d12_bo * 117 struct d3d12_bo * 120 struct d3d12_bo * [all...] |
H A D | d3d12_bufmgr.cpp | 54 describe_direct_bo(char *buf, struct d3d12_bo *ptr) in describe_direct_bo() 56 sprintf(buf, "d3d12_bo<direct,%p,0x%x>", ptr->res, (unsigned)ptr->estimated_size); in describe_direct_bo() 60 describe_suballoc_bo(char *buf, struct d3d12_bo *ptr) in describe_suballoc_bo() 64 d3d12_bo *base = d3d12_bo_get_base(ptr, &offset); in describe_suballoc_bo() 66 sprintf(buf, "d3d12_bo<suballoc<%s>,0x%x,0x%x>", res, in describe_suballoc_bo() 71 d3d12_debug_describe_bo(char *buf, struct d3d12_bo *ptr) in d3d12_debug_describe_bo() 79 struct d3d12_bo * 82 struct d3d12_bo *bo; in d3d12_bo_wrap_res() 84 bo = CALLOC_STRUCT(d3d12_bo); in d3d12_bo_wrap_res() 112 struct d3d12_bo * [all...] |
H A D | d3d12_residency.cpp | 42 list_for_each_entry_safe(struct d3d12_bo, bo, &screen->residency_list, residency_list_entry) { in evict_aged_allocations() argument 77 list_for_each_entry_safe(struct d3d12_bo, bo, &screen->residency_list, residency_list_entry) { in evict_to_fence_or_budget() argument 146 struct d3d12_bo *bo = (struct d3d12_bo *)entry->key; in d3d12_process_batch_residency() 148 struct d3d12_bo *base_bo = d3d12_bo_get_base(bo, &offset); in d3d12_process_batch_residency() 190 struct d3d12_bo *oldest_resident_bo = in d3d12_process_batch_residency() 191 list_first_entry(&screen->residency_list, struct d3d12_bo, residency_list_entry); in d3d12_process_batch_residency() 198 struct d3d12_bo *bo = (struct d3d12_bo *)entry->key; in d3d12_process_batch_residency() 270 struct d3d12_bo *base_b [all...] |
H A D | d3d12_batch.h | 33 struct d3d12_bo; 73 struct d3d12_bo *bo,
|
H A D | d3d12_resource_state.cpp | 240 init_state_table_entry(d3d12_context_state_table_entry *bo_state, d3d12_bo *bo) in init_state_table_entry() 260 find_or_create_state_entry(struct hash_table_u64 *table, d3d12_bo *bo) in find_or_create_state_entry() 354 d3d12_bo *bo = (d3d12_bo *)bo_entry->key; in d3d12_context_state_resolve_submission() 384 d3d12_bo *bo, in append_barrier() 524 d3d12_bo *bo = (d3d12_bo *)entry->key; in d3d12_apply_resource_states()
|
H A D | d3d12_batch.cpp | 86 struct d3d12_bo *bo = (struct d3d12_bo *)entry->key; in delete_bo() 239 struct d3d12_bo *bo, in d3d12_batch_has_references()
|
H A D | d3d12_resource.h | 45 struct d3d12_bo *bo;
|
H A D | d3d12_context.cpp | 2212 struct d3d12_bo *old_bo = dst->bo;
|
Completed in 7 milliseconds