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:statNdx1
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineExecutablePropertiesTests.cpp
371
deUint32
statNdx1
= 0;
in verifyStatistics()
local
372
for (;
statNdx1
< statistics[1].size();
statNdx1
++)
in verifyStatistics()
374
if (deMemCmp(statistics[0][statNdx0].name, statistics[1][
statNdx1
].name,
in verifyStatistics()
380
if (
statNdx1
>= statistics[1].size())
in verifyStatistics()
385
if (deMemCmp(statistics[0][statNdx0].description, statistics[1][
statNdx1
].description,
in verifyStatistics()
391
if (statistics[0][statNdx0].format != statistics[1][
statNdx1
].format)
in verifyStatistics()
400
bool match = statistics[0][statNdx0].value.b32 == statistics[1][
statNdx1
].value.b32;
in verifyStatistics()
411
bool match = statistics[0][statNdx0].value.i64 == statistics[1][
statNdx1
].value.i64;
in verifyStatistics()
422
bool match = statistics[0][statNdx0].value.u64 == statistics[1][
statNdx1
]
in verifyStatistics()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineExecutablePropertiesTests.cpp
397
deUint32
statNdx1
= 0;
in verifyStatistics()
local
398
for (;
statNdx1
< statistics[1].size();
statNdx1
++)
in verifyStatistics()
400
if (deMemCmp(statistics[0][statNdx0].name, statistics[1][
statNdx1
].name,
in verifyStatistics()
406
if (
statNdx1
>= statistics[1].size())
in verifyStatistics()
411
if (deMemCmp(statistics[0][statNdx0].description, statistics[1][
statNdx1
].description,
in verifyStatistics()
417
if (statistics[0][statNdx0].format != statistics[1][
statNdx1
].format)
in verifyStatistics()
426
bool match = statistics[0][statNdx0].value.b32 == statistics[1][
statNdx1
].value.b32;
in verifyStatistics()
437
bool match = statistics[0][statNdx0].value.i64 == statistics[1][
statNdx1
].value.i64;
in verifyStatistics()
448
bool match = statistics[0][statNdx0].value.u64 == statistics[1][
statNdx1
]
in verifyStatistics()
[all...]
Completed in 3 milliseconds