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:hiz_surf
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_emit_depth_stencil.c
243
hiz.SurfacePitch = info->
hiz_surf
->row_pitch_B - 1;
in emit_depth_stencil_hiz_s()
262
assert(info->
hiz_surf
->tiling == ISL_TILING_HIZ);
in emit_depth_stencil_hiz_s()
318
isl_surf_get_array_pitch_sa_rows(info->
hiz_surf
) >> 2;
in emit_depth_stencil_hiz_s()
H
A
D
isl.c
2019
struct isl_surf *
hiz_surf
)
in isl_surf_get_hiz_surf()
2078
return isl_surf_init(dev,
hiz_surf
,
in isl_surf_get_hiz_surf()
2183
const struct isl_surf *
hiz_surf
= hiz_or_mcs_surf;
in isl_surf_supports_ccs()
local
2186
if (
hiz_surf
== NULL ||
hiz_surf
->size_B == 0)
in isl_surf_supports_ccs()
2189
assert(
hiz_surf
->usage & ISL_SURF_USAGE_HIZ_BIT);
in isl_surf_supports_ccs()
2190
assert(
hiz_surf
->tiling == ISL_TILING_HIZ);
in isl_surf_supports_ccs()
2191
assert(isl_format_is_hiz(
hiz_surf
->format));
in isl_surf_supports_ccs()
2017
isl_surf_get_
hiz_surf
(const struct isl_device *dev, const struct isl_surf *surf, struct isl_surf *
hiz_surf
)
isl_surf_get_hiz_surf()
argument
H
A
D
isl.h
1769
const struct isl_surf *
hiz_surf
;
member
2415
* @param[out]
hiz_surf
The HiZ surface to populate on success
2421
struct isl_surf *
hiz_surf
);
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_genX_exec.h
1725
info.
hiz_surf
= ¶ms->depth.aux_surf;
in blorp_emit_depth_stencil_config()
1733
assert(info.
hiz_surf
->dim_layout == ISL_DIM_LAYOUT_GFX6_STENCIL_HIZ);
in blorp_emit_depth_stencil_config()
1735
isl_surf_get_image_offset_B_tile_sa(info.
hiz_surf
,
in blorp_emit_depth_stencil_config()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_cmd_buffer.c
6352
info.
hiz_surf
= &hiz_surface->isl;
in cmd_buffer_emit_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_state.c
3316
info.
hiz_surf
= &zres->aux.surf;
in iris_set_framebuffer_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_state.c
7484
info.
hiz_surf
= &zres->aux.surf;
Completed in 47 milliseconds