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:numPasses
(Results
1 - 10
of
10
) sorted by relevance
/third_party/lzma/C/
H
A
D
Lzma86Enc.c
63
int
numPasses
= (filterMode == SZ_FILTER_AUTO) ? 3 : 1;
in Lzma86_Encode()
local
66
for (i = 0; i <
numPasses
; i++)
in Lzma86_Encode()
71
BoolInt curModeIsFiltered = (
numPasses
> 1 && i ==
numPasses
- 1);
in Lzma86_Encode()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H
A
D
event_bench.cpp
44
run(state, [&](int
numPasses
) {
in BENCHMARK_DEFINE_F()
52
for (int i = 0; i <
numPasses
; i++) {
in BENCHMARK_DEFINE_F()
61
for (int i = 0; i <
numPasses
; i++) {
in BENCHMARK_DEFINE_F()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
283
const auto
numPasses
= (m_params.multiview ? m_params.numLayers : 1u);
in iterate()
local
363
pipelines.reserve(
numPasses
);
in iterate()
364
for (deUint32 subpassIdx = 0u; subpassIdx <
numPasses
; ++subpassIdx)
in iterate()
399
for (uint32_t subpassIdx = 0u; subpassIdx <
numPasses
; ++subpassIdx)
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H
A
D
vktMeshShaderBuiltinTestsEXT.cpp
283
const auto
numPasses
= (m_params.multiview ? m_params.numLayers : 1u);
in iterate()
local
363
pipelines.reserve(
numPasses
);
in iterate()
364
for (deUint32 subpassIdx = 0u; subpassIdx <
numPasses
; ++subpassIdx)
in iterate()
399
for (uint32_t subpassIdx = 0u; subpassIdx <
numPasses
; ++subpassIdx)
in iterate()
/third_party/vk-gl-cts/modules/gles2/stress/
H
A
D
es2sSpecialFloatTests.cpp
1545
const int
numPasses
= 5;
1567
for (int passNdx = 0; passNdx <
numPasses
; ++passNdx)
/third_party/vk-gl-cts/modules/gles3/stress/
H
A
D
es3sSpecialFloatTests.cpp
1913
const int
numPasses
= 5;
1935
for (int passNdx = 0; passNdx <
numPasses
; ++passNdx)
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H
A
D
vulkan_raii.hpp
13060
uint32_t
numPasses
;
variable
13064
&
numPasses
);
variable
13065
return
numPasses
;
H
A
D
vulkan_funcs.hpp
12376
uint32_t
numPasses
;
variable
12380
&
numPasses
);
12381
return
numPasses
;
[all...]
/third_party/vulkan-headers/include/vulkan/
H
A
D
vulkan_funcs.hpp
12727
uint32_t
numPasses
;
variable
12729
m_physicalDevice, reinterpret_cast<const VkQueryPoolPerformanceCreateInfoKHR *>( &performanceQueryCreateInfo ), &
numPasses
);
12731
return
numPasses
;
[all...]
H
A
D
vulkan_raii.hpp
17076
uint32_t
numPasses
;
variable
17080
&
numPasses
);
variable
17082
return
numPasses
;
[all...]
Completed in 129 milliseconds