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:globalSampleNdx
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
523
for (std::size_t
globalSampleNdx
= 0;
globalSampleNdx
< sampleLocations.size(); ++
globalSampleNdx
)
in generateSubpixelTriangles()
525
const Vec2& loc = sampleLocations[
globalSampleNdx
];
in generateSubpixelTriangles()
526
const CompareData& cd = compareData [
globalSampleNdx
];
in generateSubpixelTriangles()
541
void reportSampleError (tcu::TestLog& log, const std::string& sampleDesc, UVec2& renderSize, const deUint32 numCoverageSamples, const deUint32
globalSampleNdx
)
in reportSampleError()
argument
543
const deUint32 pixelNdx =
globalSampleNdx
/ numCoverageSamples;
in reportSampleError()
546
const deUint32 sample =
globalSampleNdx
% numCoverageSamples;
in reportSampleError()
1385
for (deUint32
globalSampleNdx
= 0;
globalSampleNdx
< w
in test()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineMultisampleMixedAttachmentSamplesTests.cpp
521
for (std::size_t
globalSampleNdx
= 0;
globalSampleNdx
< sampleLocations.size(); ++
globalSampleNdx
)
in generateSubpixelTriangles()
523
const Vec2& loc = sampleLocations[
globalSampleNdx
];
in generateSubpixelTriangles()
524
const CompareData& cd = compareData [
globalSampleNdx
];
in generateSubpixelTriangles()
539
void reportSampleError (tcu::TestLog& log, const std::string& sampleDesc, UVec2& renderSize, const deUint32 numCoverageSamples, const deUint32
globalSampleNdx
)
in reportSampleError()
argument
541
const deUint32 pixelNdx =
globalSampleNdx
/ numCoverageSamples;
in reportSampleError()
544
const deUint32 sample =
globalSampleNdx
% numCoverageSamples;
in reportSampleError()
1393
for (deUint32
globalSampleNdx
= 0;
globalSampleNdx
< w
in test()
[all...]
Completed in 6 milliseconds