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:test_enable
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
gfx8_cmd_buffer.c
178
if (!ds->depth.
test_enable
)
in want_depth_pma_fix()
288
const bool stc_test_en = ds->stencil.
test_enable
;
in want_stencil_pma_fix()
447
ds.DepthTestEnable = opt_ds.depth.
test_enable
;
in cmd_buffer_flush_dynamic_state()
450
ds.StencilTestEnable = opt_ds.stencil.
test_enable
;
in cmd_buffer_flush_dynamic_state()
516
ds.DepthTestEnable = opt_ds.depth.
test_enable
;
in cmd_buffer_flush_dynamic_state()
519
ds.StencilTestEnable = opt_ds.stencil.
test_enable
;
in cmd_buffer_flush_dynamic_state()
H
A
D
gfx7_cmd_buffer.c
166
.DepthTestEnable = opt_ds.depth.
test_enable
,
in cmd_buffer_flush_dynamic_state()
169
.StencilTestEnable = opt_ds.stencil.
test_enable
,
in cmd_buffer_flush_dynamic_state()
/third_party/mesa3d/src/vulkan/runtime/
H
A
D
vk_graphics_state.h
349
bool
test_enable
;
member
383
bool
test_enable
;
member
H
A
D
vk_graphics_state.c
679
ds->depth.
test_enable
= ds_info->depthTestEnable;
in vk_depth_stencil_state_init()
686
ds->stencil.
test_enable
= ds_info->stencilTestEnable;
in vk_depth_stencil_state_init()
753
ds->depth.
test_enable
= false;
in vk_optimize_depth_stencil_state()
761
ds->stencil.
test_enable
= false;
in vk_optimize_depth_stencil_state()
766
if (!ds->depth.
test_enable
) {
in vk_optimize_depth_stencil_state()
774
if (!ds->stencil.
test_enable
) {
in vk_optimize_depth_stencil_state()
783
if (ds->stencil.
test_enable
&&
in vk_optimize_depth_stencil_state()
786
ds->depth.
test_enable
= false;
in vk_optimize_depth_stencil_state()
810
ds->depth.
test_enable
= false;
in vk_optimize_depth_stencil_state()
818
ds->stencil.
test_enable
in vk_optimize_depth_stencil_state()
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_execute.c
748
state->dsa_state.depth_enabled = ps->ds->depth.
test_enable
;
in handle_graphics_pipeline()
762
state->dsa_state.stencil[0].enabled = ps->ds->stencil.
test_enable
;
in handle_graphics_pipeline()
763
state->dsa_state.stencil[1].enabled = ps->ds->stencil.
test_enable
;
in handle_graphics_pipeline()
Completed in 12 milliseconds