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:stageIdx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingDirectionTests.cpp
702
for (int
stageIdx
= 0;
stageIdx
< DE_LENGTH_OF_ARRAY(stages); ++
stageIdx
)
in createDirectionLengthTests()
704
const auto& stageData = stages[
stageIdx
];
in createDirectionLengthTests()
798
for (int
stageIdx
= 0;
stageIdx
< DE_LENGTH_OF_ARRAY(stages); ++
stageIdx
)
in createInsideAABBsTests()
800
const auto& stageData = stages[
stageIdx
];
in createInsideAABBsTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingDirectionTests.cpp
701
for (int
stageIdx
= 0;
stageIdx
< DE_LENGTH_OF_ARRAY(stages); ++
stageIdx
)
in createDirectionLengthTests()
703
const auto& stageData = stages[
stageIdx
];
in createDirectionLengthTests()
797
for (int
stageIdx
= 0;
stageIdx
< DE_LENGTH_OF_ARRAY(stages); ++
stageIdx
)
in createInsideAABBsTests()
799
const auto& stageData = stages[
stageIdx
];
in createInsideAABBsTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineNoPositionTests.cpp
734
for (deUint32
stageIdx
= 0u;
stageIdx
< kStageCount; ++
stageIdx
)
in iterate()
738
const deUint32 minVal = ((m_params.selectedStages & (1u <<
stageIdx
)) ? expectedCounters[
stageIdx
] : 0u);
in iterate()
739
const deUint32 storedVal = ssboCounters[
stageIdx
* m_params.numViews + viewIdx];
in iterate()
758
<< " for the " << stageNames[
stageIdx
] << " shader:"
in iterate()
H
A
D
vktPipelineShaderModuleIdentifierTests.cpp
779
for (size_t
stageIdx
= 0;
stageIdx
< stageCount; ++
stageIdx
)
in generateShaderConstants()
783
| ((static_cast<uint32_t>(
stageIdx
) & 0xFFu) )
in generateShaderConstants()
789
size_t getShaderIdx (uint8_t pipelineIdx, size_t
stageIdx
, size_t stageCount)
in getShaderIdx()
argument
792
return (pIdx * stageCount +
stageIdx
);
in getShaderIdx()
812
for (size_t
stageIdx
= 0;
stageIdx
< stageCount; ++
stageIdx
)
in generateSources()
816
: "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx,
stageIdx
, stageCoun
in generateSources()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineNoPositionTests.cpp
713
for (deUint32
stageIdx
= 0u;
stageIdx
< kStageCount; ++
stageIdx
)
in iterate()
716
const deUint32 minVal = ((m_params.selectedStages & (1u <<
stageIdx
)) ? expectedCounters[
stageIdx
] : 0u);
in iterate()
717
const deUint32 storedVal = ssboCounters[
stageIdx
+ viewIdx * kStageCount];
in iterate()
732
<< " for the " << stageNames[
stageIdx
] << " shader:"
in iterate()
H
A
D
vktPipelineShaderModuleIdentifierTests.cpp
773
for (size_t
stageIdx
= 0;
stageIdx
< stageCount; ++
stageIdx
)
in generateShaderConstants()
777
| ((static_cast<uint32_t>(
stageIdx
) & 0xFFu) )
in generateShaderConstants()
783
size_t getShaderIdx (uint8_t pipelineIdx, size_t
stageIdx
, size_t stageCount)
in getShaderIdx()
argument
786
return (pIdx * stageCount +
stageIdx
);
in getShaderIdx()
806
for (size_t
stageIdx
= 0;
stageIdx
< stageCount; ++
stageIdx
)
in generateSources()
810
: "const uint stageConstant = " + std::to_string(constantValues.at(getShaderIdx(pipelineIdx,
stageIdx
, stageCoun
in generateSources()
[all...]
Completed in 13 milliseconds