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:STENCILOP_KEEP
(Results
1 - 12
of
12
) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
107
STENCILOP_KEEP
= 0,
enumerator
199
, sFail (
STENCILOP_KEEP
)
in StencilState()
200
, dpFail (
STENCILOP_KEEP
)
in StencilState()
201
, dpPass (
STENCILOP_KEEP
)
in StencilState()
H
A
D
rrRenderer.cpp
1072
noStencilDepthWriteState.stencilStates[facetype].sFail =
STENCILOP_KEEP
;
in writeFragmentPackets()
1073
noStencilDepthWriteState.stencilStates[facetype].dpFail =
STENCILOP_KEEP
;
in writeFragmentPackets()
1074
noStencilDepthWriteState.stencilStates[facetype].dpPass =
STENCILOP_KEEP
;
in writeFragmentPackets()
H
A
D
rrFragmentOperations.cpp
150
case
STENCILOP_KEEP
: SAMPLE_REGISTER_SFAIL(stencilBufferValue) break;
in executeStencilSFail()
338
case
STENCILOP_KEEP
: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, stencilBufferValue) break; \
in executeStencilDpFailAndPass()
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_state_inlines.h
91
return
STENCILOP_KEEP
;
in i915_translate_stencil_op()
H
A
D
i915_reg.h
902
#define
STENCILOP_KEEP
0
macro
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceUtils.cpp
237
case GL_KEEP: return rr::
STENCILOP_KEEP
;
in mapGLStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
131
case VK_STENCIL_OP_KEEP: return rr::
STENCILOP_KEEP
;
in mapVkStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
131
case VK_STENCIL_OP_KEEP: return rr::
STENCILOP_KEEP
;
in mapVkStencilOp()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglRenderTests.cpp
330
state.fragOps.stencilStates[0].sFail = rr::
STENCILOP_KEEP
;
in toReferenceRenderState()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
954
[VK_STENCIL_OP_KEEP] =
STENCILOP_KEEP
,
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
173
PIPE_ASSERT(PIPE_STENCIL_OP_KEEP ==
STENCILOP_KEEP
);
in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
172
PIPE_ASSERT(PIPE_STENCIL_OP_KEEP ==
STENCILOP_KEEP
);
in pipe_asserts()
Completed in 43 milliseconds