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:result_width
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/tests/
H
A
D
OpChainTest.cpp
40
static constexpr unsigned
result_width
() {
in result_width()
function
192
int result[
result_width
()];
in DEF_GPUTEST()
193
int validResult[
result_width
()];
in DEF_GPUTEST()
228
std::fill_n(result,
result_width
(), -1);
in DEF_GPUTEST()
229
std::fill_n(validResult,
result_width
(), -1);
in DEF_GPUTEST()
251
if (!std::equal(result, result +
result_width
(), validResult)) {
in DEF_GPUTEST()
256
REPORTER_ASSERT(reporter, std::equal(result, result +
result_width
(), validResult));
in DEF_GPUTEST()
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_query_pool.c
117
const size_t
result_width
= flags & VK_QUERY_RESULT_64_BIT ? 8 : 4;
in vn_GetQueryPoolResults()
local
118
const size_t result_size = pool->result_array_size *
result_width
;
in vn_GetQueryPoolResults()
127
packed_stride +=
result_width
;
in vn_GetQueryPoolResults()
153
(flags & VK_QUERY_RESULT_WITH_AVAILABILITY_BIT ?
result_width
: 0);
in vn_GetQueryPoolResults()
Completed in 2 milliseconds