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:m_heaps
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryAllocationTests.cpp
665
vector<Heap>
m_heaps
;
in iterate()
member in vkt::memory::__anon28046::RandomAllocFreeTestInstance
688
m_heaps
.resize(m_memoryProperties.memoryHeapCount);
in iterate()
692
m_heaps
[heapNdx].heap = m_memoryProperties.memoryHeaps[heapNdx];
in iterate()
693
m_heaps
[heapNdx].memoryUsage = 0;
in iterate()
694
m_heaps
[heapNdx].maxMemoryUsage =
m_heaps
[heapNdx].heap.size / 8; /* Use at maximum 12.5% of heap */
in iterate()
696
m_heaps
[heapNdx].objects.reserve(100);
in iterate()
715
m_heaps
[type.type.heapIndex].types.push_back(type);
in iterate()
725
for (deUint32 heapNdx = 0; heapNdx < (deUint32)
m_heaps
.size(); heapNdx++)
in iterate()
727
const Heap& heap =
m_heaps
[heapNd
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryAllocationTests.cpp
661
vector<Heap>
m_heaps
;
in iterate()
member in vkt::memory::__anon29277::RandomAllocFreeTestInstance
684
m_heaps
.resize(m_memoryProperties.memoryHeapCount);
in iterate()
688
m_heaps
[heapNdx].heap = m_memoryProperties.memoryHeaps[heapNdx];
in iterate()
689
m_heaps
[heapNdx].memoryUsage = 0;
in iterate()
690
m_heaps
[heapNdx].maxMemoryUsage =
m_heaps
[heapNdx].heap.size / 8; /* Use at maximum 12.5% of heap */
in iterate()
692
m_heaps
[heapNdx].objects.reserve(100);
in iterate()
711
m_heaps
[type.type.heapIndex].types.push_back(type);
in iterate()
721
for (deUint32 heapNdx = 0; heapNdx < (deUint32)
m_heaps
.size(); heapNdx++)
in iterate()
723
const Heap& heap =
m_heaps
[heapNd
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoBaseDecodeUtils.cpp
844
,
m_heaps
()
2663
appendHeap(incSizeSafe(
m_heaps
), heap);
2665
m_pVulkanParserDecodePictureInfo.push_back((VulkanParserDecodePictureInfo*)copyToHeap(
m_heaps
[ndx], pVulkanParserDecodePictureInfo, sizeof(*pVulkanParserDecodePictureInfo)));
2666
appendPerFrameDecodeParameters(pPerFrameDecodeParameters, m_pPerFrameDecodeParameters,
m_heaps
[ndx]);
2699
m_heaps
.clear();
2718
m_heaps
.reserve(size);
H
A
D
vktVideoBaseDecodeUtils.hpp
617
vector<HeapType>
m_heaps
;
member in vkt::video::VideoBaseDecoder
Completed in 8 milliseconds