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:typeCounts
(Results
1 - 8
of
8
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H
A
D
vktApiMaintenance3Check.cpp
109
TypeSet getAliveTypes (const TypeCounts&
typeCounts
)
in getAliveTypes()
argument
112
for (const auto& typeCount :
typeCounts
)
in getAliveTypes()
134
void distributeCounts (LimitsVector& limits, TypeCounts&
typeCounts
)
in distributeCounts()
argument
139
while ((aliveTypes = getAliveTypes(
typeCounts
)).size() > 0u)
in distributeCounts()
197
auto iter =
typeCounts
.find(type);
in distributeCounts()
198
DE_ASSERT(iter !=
typeCounts
.end());
in distributeCounts()
214
auto tc =
typeCounts
.find(affectedType);
in distributeCounts()
215
if (tc !=
typeCounts
.end())
in distributeCounts()
384
TypeCounts
typeCounts
;
in calculateBindings()
local
387
typeCounts
in calculateBindings()
[all...]
H
A
D
vktApiObjectManagementTests.cpp
2216
vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
2231
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
2234
return
typeCounts
;
in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H
A
D
vktApiMaintenance3Check.cpp
110
TypeSet getAliveTypes (const TypeCounts&
typeCounts
)
in getAliveTypes()
argument
113
for (const auto& typeCount :
typeCounts
)
in getAliveTypes()
135
void distributeCounts (LimitsVector& limits, TypeCounts&
typeCounts
)
in distributeCounts()
argument
140
while ((aliveTypes = getAliveTypes(
typeCounts
)).size() > 0u)
in distributeCounts()
198
auto iter =
typeCounts
.find(type);
in distributeCounts()
199
DE_ASSERT(iter !=
typeCounts
.end());
in distributeCounts()
215
auto tc =
typeCounts
.find(affectedType);
in distributeCounts()
216
if (tc !=
typeCounts
.end())
in distributeCounts()
385
TypeCounts
typeCounts
;
in calculateBindings()
local
388
typeCounts
in calculateBindings()
[all...]
H
A
D
vktApiObjectManagementTests.cpp
2216
vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
2231
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
2234
return
typeCounts
;
in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H
A
D
vktMemoryAddressBindingTests.cpp
1385
std::vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
1398
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
1401
return
typeCounts
;
in computePoolSizes()
H
A
D
vktMemoryDeviceMemoryReportTests.cpp
1370
std::vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
1383
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
1386
return
typeCounts
;
in computePoolSizes()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H
A
D
vktMemoryAddressBindingTests.cpp
1346
std::vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
1359
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
1362
return
typeCounts
;
in computePoolSizes()
H
A
D
vktMemoryDeviceMemoryReportTests.cpp
1364
std::vector<VkDescriptorPoolSize>
typeCounts
;
in computePoolSizes()
local
1377
typeCounts
.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type]));
in computePoolSizes()
1380
return
typeCounts
;
in computePoolSizes()
Completed in 23 milliseconds