Searched refs:estimated_size (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_residency.cpp | 92 current_usage -= bo->estimated_size; in evict_to_fence_or_budget() 156 size_to_make_resident += base_bo->estimated_size; in d3d12_process_batch_residency() 200 (int64_t)(batch_memory_size + bo->estimated_size) > available_memory) in d3d12_process_batch_residency() 203 batch_memory_size += bo->estimated_size; in d3d12_process_batch_residency()
|
D | d3d12_bufmgr.cpp | 56 sprintf(buf, "d3d12_bo<direct,%p,0x%x>", ptr->res, (unsigned)ptr->estimated_size); in describe_direct_bo() 102 …opyableFootprints(&desc, 0, total_subresources, 0, nullptr, nullptr, nullptr, &bo->estimated_size); in d3d12_bo_wrap_res()
|
D | d3d12_bufmgr.h | 58 uint64_t estimated_size; member
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | bytestream.cc | 87 GrowingArrayByteSink::GrowingArrayByteSink(size_t estimated_size) in GrowingArrayByteSink() argument 88 : capacity_(estimated_size), in GrowingArrayByteSink() 89 buf_(new char[estimated_size]), in GrowingArrayByteSink()
|
D | bytestream.h | 229 explicit GrowingArrayByteSink(size_t estimated_size);
|