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:stencil_test
(Results
1 - 14
of
14
) sorted by relevance
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_pipeline.c
1225
(pipeline->zsa.
stencil_test
.dynamic_compare_mask ||
in translate_stencil_test()
1231
(pipeline->zsa.
stencil_test
.dynamic_compare_mask ||
in translate_stencil_test()
1234
if (front_test_uses_ref && pipeline->zsa.
stencil_test
.dynamic_compare_mask)
in translate_stencil_test()
1235
pipeline->zsa.
stencil_test
.front.compare_mask = UINT32_MAX;
in translate_stencil_test()
1237
pipeline->zsa.
stencil_test
.front.compare_mask = in_zsa->front.compareMask;
in translate_stencil_test()
1239
pipeline->zsa.
stencil_test
.front.compare_mask = 0;
in translate_stencil_test()
1241
if (back_test_uses_ref && pipeline->zsa.
stencil_test
.dynamic_compare_mask)
in translate_stencil_test()
1242
pipeline->zsa.
stencil_test
.back.compare_mask = UINT32_MAX;
in translate_stencil_test()
1244
pipeline->zsa.
stencil_test
.back.compare_mask = in_zsa->back.compareMask;
in translate_stencil_test()
1246
pipeline->zsa.
stencil_test
in translate_stencil_test()
[all...]
H
A
D
dzn_cmd_buffer.c
2498
gfx->zsa.
stencil_test
.front.uses_ref ?
in dzn_cmd_buffer_update_zsa()
2499
cmdbuf->state.zsa.
stencil_test
.front.ref :
in dzn_cmd_buffer_update_zsa()
2500
cmdbuf->state.zsa.
stencil_test
.back.ref;
in dzn_cmd_buffer_update_zsa()
3707
if (gfx->zsa.
stencil_test
.enable && !gfx->zsa.
stencil_test
.dynamic_ref) {
in dzn_CmdBindPipeline()
3708
cmdbuf->state.zsa.
stencil_test
.front.ref = gfx->zsa.
stencil_test
.front.ref;
in dzn_CmdBindPipeline()
3709
cmdbuf->state.zsa.
stencil_test
.back.ref = gfx->zsa.
stencil_test
.back.ref;
in dzn_CmdBindPipeline()
4506
cmdbuf->state.zsa.
stencil_test
in dzn_CmdSetStencilCompareMask()
[all...]
H
A
D
dzn_private.h
472
}
stencil_test
;
member
509
}
stencil_test
;
member
802
}
stencil_test
;
member
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_state.h
113
VkBool32
stencil_test
;
member
H
A
D
zink_pipeline.c
214
depth_stencil_state.stencilTestEnable = state->dyn_state1.depth_stencil_alpha_state->
stencil_test
;
in zink_create_gfx_pipeline()
H
A
D
zink_state.c
505
cso->hw_state.
stencil_test
= VK_TRUE;
in zink_create_depth_stencil_alpha_state()
H
A
D
zink_draw.cpp
650
VKCTX(CmdSetStencilTestEnableEXT)(batch->state->cmdbuf, dsa_state->hw_state.
stencil_test
);
in zink_draw()
651
if (dsa_state->hw_state.
stencil_test
) {
in zink_draw()
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_draw.c
653
render->
stencil_test
= (stencil[0].writemask & 0xff) | (stencil[0].writemask & 0xff) << 8;
in lima_pack_render_state()
661
render->
stencil_test
= (stencil[0].writemask & 0xff) | (stencil[1].writemask & 0xff) << 8;
in lima_pack_render_state()
673
render->
stencil_test
= 0x0000ffff;
in lima_pack_render_state()
700
render->
stencil_test
|= float_to_ubyte(ctx->zsa->base.alpha_ref_value) << 16;
in lima_pack_render_state()
H
A
D
lima_gpu.h
92
uint32_t
stencil_test
;
member
H
A
D
lima_blit.c
96
reload_render_state.
stencil_test
= 0x0000ffff;
in lima_pack_blit_cmd()
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pRedundantStateChangeTests.cpp
211
ADD_TESTCASE(
stencil_test
, "Enable/Disable stencil test.",
in init()
H
A
D
es3pStateChangeTests.cpp
230
ADD_TESTCASE(
stencil_test
, "Enable/Disable stencil test.",
in init()
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pRedundantStateChangeTests.cpp
211
ADD_TESTCASE(
stencil_test
, "Enable/Disable stencil test.",
in init()
H
A
D
es2pStateChangeTests.cpp
230
ADD_TESTCASE(
stencil_test
, "Enable/Disable stencil test.",
in init()
Completed in 30 milliseconds