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_surf
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_emit_depth_stencil.c
79
if (info->
depth_surf
) {
in emit_depth_stencil_hiz_s()
80
db.SurfaceType = isl_encode_ds_surftype[info->
depth_surf
->dim];
in emit_depth_stencil_hiz_s()
81
db.SurfaceFormat = isl_surf_get_depth_format(dev, info->
depth_surf
);
in emit_depth_stencil_hiz_s()
82
db.Width = info->
depth_surf
->logical_level0_px.width - 1;
in emit_depth_stencil_hiz_s()
83
db.Height = info->
depth_surf
->logical_level0_px.height - 1;
in emit_depth_stencil_hiz_s()
85
db.Depth = info->
depth_surf
->logical_level0_px.depth - 1;
in emit_depth_stencil_hiz_s()
98
if (info->
depth_surf
|| info->stencil_surf) {
in emit_depth_stencil_hiz_s()
119
if (info->
depth_surf
) {
in emit_depth_stencil_hiz_s()
126
db.TiledMode = isl_encode_tiling[info->
depth_surf
->tiling];
in emit_depth_stencil_hiz_s()
130
isl_get_render_compression_format(info->
depth_surf
in emit_depth_stencil_hiz_s()
[all...]
H
A
D
isl.c
2457
if (info->
depth_surf
&& info->stencil_surf) {
in isl_emit_depth_stencil_hiz_s()
2459
assert(info->
depth_surf
== info->stencil_surf);
in isl_emit_depth_stencil_hiz_s()
2462
assert(info->
depth_surf
->dim == info->stencil_surf->dim);
in isl_emit_depth_stencil_hiz_s()
2465
if (info->
depth_surf
) {
in isl_emit_depth_stencil_hiz_s()
2466
assert((info->
depth_surf
->usage & ISL_SURF_USAGE_DEPTH_BIT));
in isl_emit_depth_stencil_hiz_s()
2467
if (info->
depth_surf
->dim == ISL_SURF_DIM_3D) {
in isl_emit_depth_stencil_hiz_s()
2469
info->
depth_surf
->logical_level0_px.depth);
in isl_emit_depth_stencil_hiz_s()
2472
info->
depth_surf
->logical_level0_px.array_len);
in isl_emit_depth_stencil_hiz_s()
H
A
D
isl.h
1728
const struct isl_surf *
depth_surf
;
member
1734
* isl_surf as
depth_surf
.
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
6334
info.
depth_surf
= &depth_surface->isl;
in cmd_buffer_emit_depth_stencil()
6387
if (info.
depth_surf
)
in cmd_buffer_emit_depth_stencil()
6388
genX(cmd_buffer_emit_gfx12_depth_wa)(cmd_buffer, info.
depth_surf
);
in cmd_buffer_emit_depth_stencil()
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_genX_exec.h
1717
info.
depth_surf
= ¶ms->depth.surf;
in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
3308
info.
depth_surf
= &zres->surf;
in iris_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
7474
info.
depth_surf
= &zres->surf;
Completed in 51 milliseconds