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_INCR
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_state_inlines.h
101
return
STENCILOP_INCR
;
in i915_translate_stencil_op()
H
A
D
i915_reg.h
907
#define
STENCILOP_INCR
0x5
macro
/third_party/vk-gl-cts/framework/referencerenderer/
H
A
D
rrRenderState.hpp
110
STENCILOP_INCR
, //!< Increment with saturation.
enumerator
H
A
D
rrFragmentOperations.cpp
153
case
STENCILOP_INCR
: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits) - 1)) break;
in executeStencilSFail()
341
case
STENCILOP_INCR
: SAMPLE_REGISTER_DPFAIL_OR_DPPASS(CONDITION, de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits) - 1)) break; \
in executeStencilDpFailAndPass()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrReferenceUtils.cpp
240
case GL_INCR: return rr::
STENCILOP_INCR
;
in mapGLStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
134
case VK_STENCIL_OP_INCREMENT_AND_CLAMP: return rr::
STENCILOP_INCR
;
in mapVkStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineReferenceRenderer.cpp
134
case VK_STENCIL_OP_INCREMENT_AND_CLAMP: return rr::
STENCILOP_INCR
;
in mapVkStencilOp()
/third_party/vk-gl-cts/modules/egl/
H
A
D
teglRenderTests.cpp
331
state.fragOps.stencilStates[0].dpFail = rr::
STENCILOP_INCR
;
in toReferenceRenderState()
332
state.fragOps.stencilStates[0].dpPass = rr::
STENCILOP_INCR
;
in toReferenceRenderState()
/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/mesa3d/src/intel/vulkan/
H
A
D
genX_pipeline.c
960
[VK_STENCIL_OP_INCREMENT_AND_WRAP] =
STENCILOP_INCR
,
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
178
PIPE_ASSERT(PIPE_STENCIL_OP_INCR_WRAP ==
STENCILOP_INCR
);
in pipe_asserts()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
177
PIPE_ASSERT(PIPE_STENCIL_OP_INCR_WRAP ==
STENCILOP_INCR
);
in pipe_asserts()
Completed in 69 milliseconds