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:dpPass
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
192
StencilOp
dpPass
;
member
201
,
dpPass
(STENCILOP_KEEP)
in StencilState()
H
A
D
rrFragmentOperations.cpp
353
SWITCH_DPFAIL_OR_DPPASS(
dpPass
, m_sampleRegister[regSampleNdx].depthPassed)
in executeStencilDpFailAndPass()
881
// \note Current value of isAlive is needed for
dpPass
and dpFail, so it's only updated after them and not right after depth test.
in render()
891
// Do dpFail and
dpPass
stencil writes.
in render()
H
A
D
rrRenderer.cpp
1074
noStencilDepthWriteState.stencilStates[facetype].
dpPass
= STENCILOP_KEEP;
in writeFragmentPackets()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineStencilTests.cpp
807
refStencilFront.
dpPass
= mapVkStencilOp(m_stencilOpStateFront.passOp);
in verifyImage()
811
refStencilBack.
dpPass
= mapVkStencilOp(m_stencilOpStateBack.passOp);
in verifyImage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineStencilTests.cpp
802
refStencilFront.
dpPass
= mapVkStencilOp(m_stencilOpStateFront.passOp);
in verifyImage()
806
refStencilBack.
dpPass
= mapVkStencilOp(m_stencilOpStateBack.passOp);
in verifyImage()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fRandomFragmentOpTests.cpp
84
dst.
dpPass
= sglr::rr_util::mapGLStencilOp(src.depthPassOp);
in translateStencilState()
H
A
D
es3fDepthStencilTests.cpp
375
dst.
dpPass
= sglr::rr_util::mapGLStencilOp(src.depthPassOp);
in translateStencilState()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fRandomFragmentOpTests.cpp
84
dst.
dpPass
= sglr::rr_util::mapGLStencilOp(src.depthPassOp);
in translateStencilState()
H
A
D
es2fDepthStencilTests.cpp
375
dst.
dpPass
= sglr::rr_util::mapGLStencilOp(src.depthPassOp);
in translateStencilState()
/third_party/vk-gl-cts/modules/internal/
H
A
D
ditFrameworkTests.cpp
792
state.fragOps.stencilStates[rr::FACETYPE_BACK].
dpPass
= rr::STENCILOP_INCR;
in runCase()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglRenderTests.cpp
332
state.fragOps.stencilStates[0].
dpPass
= rr::STENCILOP_INCR;
in toReferenceRenderState()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceContext.cpp
4358
state.fragOps.stencilStates[faceType].
dpPass
= sglr::rr_util::mapGLStencilOp(m_stencil[faceType].opDepthPass);
Completed in 27 milliseconds