Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:liveAllocations
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkAllocationCallbackUtil.cpp
324
liveAllocations
.clear();
in clear()
367
DE_ASSERT(results->
liveAllocations
.empty() && results->violations.empty());
in validateAllocationCallbacks()
571
results->
liveAllocations
.push_back(slotIter->record);
in validateAllocationCallbacks()
595
for (size_t liveNdx = 0; liveNdx < results.
liveAllocations
.size(); ++liveNdx)
in checkAndLog()
597
const AllocationCallbackRecord& record = results.
liveAllocations
[liveNdx];
in checkAndLog()
652
for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.
liveAllocations
.begin();
in getLiveSystemAllocationTotal()
653
alloc != validationResults.
liveAllocations
.end();
in getLiveSystemAllocationTotal()
H
A
D
vkAllocationCallbackUtil.hpp
216
std::vector<AllocationCallbackRecord>
liveAllocations
;
member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryMappingTests.cpp
305
+ sizeof(void*)*validateRes.
liveAllocations
.size(); // allocation overhead
871
if (!results.
liveAllocations
.empty())
H
A
D
vktMemoryAllocationTests.cpp
616
+ sizeof(void*)*validateRes.
liveAllocations
.size(); // allocation overhead
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryMappingTests.cpp
344
+ sizeof(void*)*validateRes.
liveAllocations
.size(); // allocation overhead
920
if (!results.
liveAllocations
.empty())
H
A
D
vktMemoryAllocationTests.cpp
620
+ sizeof(void*)*validateRes.
liveAllocations
.size(); // allocation overhead
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
391
return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.
liveAllocations
.size();
in getCurrentSystemMemoryUsage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiObjectManagementTests.cpp
391
return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.
liveAllocations
.size();
in getCurrentSystemMemoryUsage()
Completed in 18 milliseconds