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:clampDepth
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
H
A
D
WireExtensionTests.cpp
38
clientExt.
clampDepth
= true;
in TEST_F()
52
EXPECT_EQ(ext->
clampDepth
, true);
in TEST_F()
71
clientExt2.
clampDepth
= false;
in TEST_F()
76
clientExt1.
clampDepth
= true;
in TEST_F()
90
EXPECT_EQ(ext1->
clampDepth
, true);
in TEST_F()
95
EXPECT_EQ(ext2->
clampDepth
, false);
in TEST_F()
114
EXPECT_EQ(ext2->
clampDepth
, false);
in TEST_F()
119
EXPECT_EQ(ext1->
clampDepth
, true);
in TEST_F()
199
clientExt1.
clampDepth
= true;
in TEST_F()
213
EXPECT_EQ(ext->
clampDepth
, tru
in TEST_F()
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H
A
D
PrimitiveStateTests.cpp
151
clampingState.
clampDepth
= true;
in TEST_P()
178
clampingState.
clampDepth
= true;
in TEST_P()
205
clampingState.
clampDepth
= true;
in TEST_P()
223
clampingState.
clampDepth
= false;
in TEST_P()
243
// Test that fragments outside the view frustum are clipped if
clampDepth
is left unspecified.
264
// within the same render pass with differing
clampDepth
values.
267
clampingState.
clampDepth
= true;
in TEST_P()
270
clippingState.
clampDepth
= false;
in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
PixelRoutine.hpp
72
Float4
clampDepth
(const Float4 &z);
H
A
D
PixelRoutine.cpp
136
z[q] =
clampDepth
(z[q]);
in quad()
308
z[q] =
clampDepth
(z[q]);
in quad()
572
Float4 PixelRoutine::
clampDepth
(const Float4 &z)
in clampDepth()
function in sw::PixelRoutine
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H
A
D
RenderPipelineValidationTests.cpp
832
// Test that specifying a
clampDepth
value results in an error if the feature is not enabled.
839
clampingState.
clampDepth
= true;
in TEST_F()
848
clampingState.
clampDepth
= false;
in TEST_F()
1181
// Tests that specifying a
clampDepth
value succeeds if the feature is enabled.
1188
clampingState.
clampDepth
= true;
in TEST_F()
1197
clampingState.
clampDepth
= false;
in TEST_F()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
RenderPipeline.cpp
624
mClampDepth = clampInfo->
clampDepth
;
in RenderPipelineBase()
Completed in 11 milliseconds