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:ELEM_NUM
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H
A
D
vktRasterizationOrderAttachmentAccessTests.cpp
70
ELEM_NUM
= 6
enumerator
695
params["PRIMITIVE_NUM"] = std::to_string(m_overlapPrimitives?
ELEM_NUM
:1);
in initPrograms()
696
params["INSTANCE_NUM"] = std::to_string(m_overlapInstances?
ELEM_NUM
:1);
in initPrograms()
697
params["DRAW_NUM"] = std::to_string(m_overlapDraws?
ELEM_NUM
:1);
in initPrograms()
1332
deUint32 primitiveNum = m_testCase->m_overlapPrimitives ? AttachmentAccessOrderTestCase::
ELEM_NUM
* 2: 2;
in createVertexBuffer()
1559
deUint32 numDraws = m_testCase->m_overlapDraws ? AttachmentAccessOrderTestCase::
ELEM_NUM
: 1;
in iterate()
1560
deUint32 numPrimitives = m_testCase->m_overlapPrimitives ? 2 * AttachmentAccessOrderTestCase::
ELEM_NUM
: 2;
in iterate()
1561
deUint32 numInstances = m_testCase->m_overlapInstances ? AttachmentAccessOrderTestCase::
ELEM_NUM
: 1;
in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/
H
A
D
vktRasterizationOrderAttachmentAccessTests.cpp
70
ELEM_NUM
= 6
enumerator
695
params["PRIMITIVE_NUM"] = std::to_string(m_overlapPrimitives?
ELEM_NUM
:1);
in initPrograms()
696
params["INSTANCE_NUM"] = std::to_string(m_overlapInstances?
ELEM_NUM
:1);
in initPrograms()
697
params["DRAW_NUM"] = std::to_string(m_overlapDraws?
ELEM_NUM
:1);
in initPrograms()
1329
deUint32 primitiveNum = m_testCase->m_overlapPrimitives ? AttachmentAccessOrderTestCase::
ELEM_NUM
* 2: 2;
in createVertexBuffer()
1556
deUint32 numDraws = m_testCase->m_overlapDraws ? AttachmentAccessOrderTestCase::
ELEM_NUM
: 1;
in iterate()
1557
deUint32 numPrimitives = m_testCase->m_overlapPrimitives ? 2 * AttachmentAccessOrderTestCase::
ELEM_NUM
: 2;
in iterate()
1558
deUint32 numInstances = m_testCase->m_overlapInstances ? AttachmentAccessOrderTestCase::
ELEM_NUM
: 1;
in iterate()
Completed in 7 milliseconds