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:m_useEarlyTests
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
348
const bool
m_useEarlyTests
;
member in vkt::FragmentOperations::__anon29204::EarlyFragmentTestInstance
357
,
m_useEarlyTests
((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0)
in EarlyFragmentTestInstance()
582
const bool expectPartialResult = (
m_useEarlyTests
&& m_useTestAttachment);
in iterate()
637
const bool
m_useEarlyTests
;
member in vkt::FragmentOperations::__anon29204::EarlyFragmentDiscardTestInstance
646
,
m_useEarlyTests
((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0)
in EarlyFragmentDiscardTestInstance()
866
if (
m_useEarlyTests
&& ((x + y) < 31) && depthValue >= 0.50 + tolerance)
in iterate()
874
if (!
m_useEarlyTests
&& deAbs(depthValue - 0.5f) > tolerance)
in iterate()
884
if (
m_useEarlyTests
&& ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u)))
in iterate()
892
if (!
m_useEarlyTests
&& ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u)))
in iterate()
908
const bool expectPartialResult =
m_useEarlyTests
;
in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
H
A
D
vktFragmentOperationsEarlyFragmentTests.cpp
348
const bool
m_useEarlyTests
;
member in vkt::FragmentOperations::__anon27970::EarlyFragmentTestInstance
357
,
m_useEarlyTests
((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0)
in EarlyFragmentTestInstance()
582
const bool expectPartialResult = (
m_useEarlyTests
&& m_useTestAttachment);
in iterate()
637
const bool
m_useEarlyTests
;
member in vkt::FragmentOperations::__anon27970::EarlyFragmentDiscardTestInstance
646
,
m_useEarlyTests
((flags & FLAG_DONT_USE_EARLY_FRAGMENT_TESTS) == 0)
in EarlyFragmentDiscardTestInstance()
866
if (
m_useEarlyTests
&& ((x + y) < 31) && depthValue >= 0.50 + tolerance)
in iterate()
874
if (!
m_useEarlyTests
&& deAbs(depthValue - 0.5f) > tolerance)
in iterate()
884
if (
m_useEarlyTests
&& ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u)))
in iterate()
892
if (!
m_useEarlyTests
&& ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u)))
in iterate()
908
const bool expectPartialResult =
m_useEarlyTests
;
in iterate()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderImageLoadStoreTests.cpp
2984
,
m_useEarlyTests
(useEarlyTests)
in EarlyFragmentTestsCase()
3022
const bool
m_useEarlyTests
;
member in deqp::gles31::Functional::__anon30903::EarlyFragmentTestsCase
3034
const bool expectPartialResult =
m_useEarlyTests
&& m_renderTarget != RENDERTARGET_FBO_WITHOUT_TEST_ATTACHMENT;
in iterate()
3148
+ string(
m_useEarlyTests
? "layout (early_fragment_tests) in;\n\n" : "") +
in iterate()
Completed in 10 milliseconds