Home
last modified time | relevance | path

Searched refs:estimated_size (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_residency.cpp92 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()
Dd3d12_bufmgr.cpp56 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()
Dd3d12_bufmgr.h58 uint64_t estimated_size; member
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc87 GrowingArrayByteSink::GrowingArrayByteSink(size_t estimated_size) in GrowingArrayByteSink() argument
88 : capacity_(estimated_size), in GrowingArrayByteSink()
89 buf_(new char[estimated_size]), in GrowingArrayByteSink()
Dbytestream.h229 explicit GrowingArrayByteSink(size_t estimated_size);