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:cellIndex
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/tests/
H
A
D
PDFTaggedTableTest.cpp
76
int
cellIndex
= rowIndex * kColCount + colIndex;
in DEF_TEST()
local
77
cell->fNodeId = 10 +
cellIndex
;
in DEF_TEST()
78
if (!cellData[
cellIndex
]) {
in DEF_TEST()
91
if (
cellIndex
== 13) {
in DEF_TEST()
93
} else if (
cellIndex
== 14 ||
cellIndex
== 18) {
in DEF_TEST()
122
int
cellIndex
= rowIndex * kColCount + colIndex;
in DEF_TEST()
local
123
const char* str = cellData[
cellIndex
];
in DEF_TEST()
130
SkPDF::SetNodeId(canvas, 10 +
cellIndex
);
in DEF_TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingMiscTests.cpp
687
for (deUint32
cellIndex
= nPrimitivesPerBLAS * nBottomLevelAS;
cellIndex
< nPrimitivesPerBLAS * (nBottomLevelAS + 1);
cellIndex
++)
689
const auto cellX = (((
cellIndex
) % m_gridSizeXYZ.x() ));
690
const auto cellY = (((
cellIndex
/ m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() ));
691
const auto cellZ = (((
cellIndex
/ m_gridSizeXYZ.x() ) / m_gridSizeXYZ.y() ) % m_gridSizeXYZ.z() );
763
for (deUint32
cellIndex
= nPrimitivesPerBLAS * nBottomLevelAS;
cellIndex
< nPrimitivesPerBLAS * (nBottomLevelAS + 1);
cellIndex
++)
765
const auto cellX = (((
cellIndex
)
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingMiscTests.cpp
686
for (deUint32
cellIndex
= nPrimitivesPerBLAS * nBottomLevelAS;
cellIndex
< nPrimitivesPerBLAS * (nBottomLevelAS + 1);
cellIndex
++)
688
const auto cellX = (((
cellIndex
) % m_gridSizeXYZ.x() ));
689
const auto cellY = (((
cellIndex
/ m_gridSizeXYZ.x() ) % m_gridSizeXYZ.y() ));
690
const auto cellZ = (((
cellIndex
/ m_gridSizeXYZ.x() ) / m_gridSizeXYZ.y() ) % m_gridSizeXYZ.z() );
762
for (deUint32
cellIndex
= nPrimitivesPerBLAS * nBottomLevelAS;
cellIndex
< nPrimitivesPerBLAS * (nBottomLevelAS + 1);
cellIndex
++)
764
const auto cellX = (((
cellIndex
)
[all...]
Completed in 10 milliseconds