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:depth_bounds
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_meta.c
154
state->dynamic.
depth_bounds
.min = cmd_buffer->state.dynamic.
depth_bounds
.min;
in radv_meta_save()
155
state->dynamic.
depth_bounds
.max = cmd_buffer->state.dynamic.
depth_bounds
.max;
in radv_meta_save()
284
cmd_buffer->state.dynamic.
depth_bounds
.min = state->dynamic.
depth_bounds
.min;
in radv_meta_restore()
285
cmd_buffer->state.dynamic.
depth_bounds
.max = state->dynamic.
depth_bounds
.max;
in radv_meta_restore()
H
A
D
radv_pipeline.c
1791
info.
depth_bounds
.min = ds->minDepthBounds;
in radv_pipeline_init_depth_stencil_info()
1792
info.
depth_bounds
.max = ds->maxDepthBounds;
in radv_pipeline_init_depth_stencil_info()
2039
dynamic->
depth_bounds
.min = info->ds.
depth_bounds
.min;
in radv_pipeline_init_dynamic_state()
2040
dynamic->
depth_bounds
.max = info->ds.
depth_bounds
.max;
in radv_pipeline_init_dynamic_state()
H
A
D
radv_private.h
1260
}
depth_bounds
;
2041
}
depth_bounds
;
H
A
D
radv_cmd_buffer.c
83
.
depth_bounds
=
183
if (memcmp(&dest->
depth_bounds
, &src->
depth_bounds
, sizeof(src->
depth_bounds
))) {
in radv_bind_dynamic_state()
184
dest->
depth_bounds
= src->
depth_bounds
;
in radv_bind_dynamic_state()
1741
radeon_emit(cmd_buffer->cs, fui(d->
depth_bounds
.min));
in radv_emit_depth_bounds()
1742
radeon_emit(cmd_buffer->cs, fui(d->
depth_bounds
.max));
in radv_emit_depth_bounds()
5725
state->dynamic.
depth_bounds
.min = minDepthBounds;
in radv_CmdSetDepthBounds()
5726
state->dynamic.
depth_bounds
in radv_CmdSetDepthBounds()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H
A
D
sp_quad_depth_test.c
1007
boolean
depth_bounds
= qs->softpipe->depth_stencil->depth_bounds_test;
in choose_depth_test()
local
1021
!
depth_bounds
) {
in choose_depth_test()
1031
!
depth_bounds
)
in choose_depth_test()
/third_party/mesa3d/src/microsoft/vulkan/
H
A
D
dzn_private.h
512
}
depth_bounds
;
member
807
}
depth_bounds
;
member
H
A
D
dzn_cmd_buffer.c
2518
cmdbuf->state.zsa.
depth_bounds
.min,
in dzn_cmd_buffer_update_depth_bounds()
2519
cmdbuf->state.zsa.
depth_bounds
.max);
in dzn_cmd_buffer_update_depth_bounds()
3713
if (gfx->zsa.
depth_bounds
.enable && !gfx->zsa.
depth_bounds
.dynamic) {
in dzn_CmdBindPipeline()
3714
cmdbuf->state.zsa.
depth_bounds
.min = gfx->zsa.
depth_bounds
.min;
in dzn_CmdBindPipeline()
3715
cmdbuf->state.zsa.
depth_bounds
.max = gfx->zsa.
depth_bounds
.max;
in dzn_CmdBindPipeline()
4492
cmdbuf->state.zsa.
depth_bounds
.min = minDepthBounds;
in dzn_CmdSetDepthBounds()
4493
cmdbuf->state.zsa.
depth_bounds
in dzn_CmdSetDepthBounds()
[all...]
H
A
D
dzn_pipeline.c
1350
pipeline->zsa.
depth_bounds
.enable = in_zsa->depthBoundsTestEnable;
in dzn_graphics_pipeline_translate_zsa()
1351
pipeline->zsa.
depth_bounds
.min = in_zsa->minDepthBounds;
in dzn_graphics_pipeline_translate_zsa()
1352
pipeline->zsa.
depth_bounds
.max = in_zsa->maxDepthBounds;
in dzn_graphics_pipeline_translate_zsa()
1661
pipeline->zsa.
depth_bounds
.dynamic = true;
in dzn_graphics_pipeline_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
1499
uint32_t
depth_bounds
[GENX(3DSTATE_DEPTH_BOUNDS_length)];
member
1572
iris_pack_command(GENX(3DSTATE_DEPTH_BOUNDS), cso->
depth_bounds
,
depth_bounds
) {
in iris_create_zsa_state()
1573
depth_bounds
.DepthBoundsTestValueModifyDisable = false;
in iris_create_zsa_state()
1574
depth_bounds
.DepthBoundsTestEnableModifyDisable = false;
in iris_create_zsa_state()
1575
depth_bounds
.DepthBoundsTestEnable = state->depth_bounds_test;
in iris_create_zsa_state()
1576
depth_bounds
.DepthBoundsTestMinValue = state->depth_bounds_min;
in iris_create_zsa_state()
1577
depth_bounds
.DepthBoundsTestMaxValue = state->depth_bounds_max;
in iris_create_zsa_state()
1613
if (cso_changed(
depth_bounds
))
in iris_bind_zsa_state()
6445
iris_batch_emit(batch, cso->
depth_bounds
, sizeo
in iris_upload_dirty_render_state()
[all...]
Completed in 51 milliseconds