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:ISL_TILING_Y0
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_drm.c
44
case
ISL_TILING_Y0
:
in isl_tiling_to_i915_tiling()
72
return
ISL_TILING_Y0
;
in isl_tiling_from_i915_tiling()
94
.tiling =
ISL_TILING_Y0
,
99
.tiling =
ISL_TILING_Y0
,
106
.tiling =
ISL_TILING_Y0
,
113
.tiling =
ISL_TILING_Y0
,
120
.tiling =
ISL_TILING_Y0
,
H
A
D
isl_gfx7.c
408
if (tiling ==
ISL_TILING_Y0
&&
in isl_gfx7_choose_image_alignment_el()
H
A
D
isl_surface_state.c
51
[
ISL_TILING_Y0
] = YMAJOR,
410
assert(info->surf->tiling ==
ISL_TILING_Y0
);
in surf_fill_state_s()
415
s.TileWalk = info->surf->tiling ==
ISL_TILING_Y0
? TILEWALK_YMAJOR :
in surf_fill_state_s()
H
A
D
isl_storage_image.c
287
case
ISL_TILING_Y0
:
in isl_surf_fill_image_param()
H
A
D
isl_emit_depth_stencil.c
132
assert(info->depth_surf->tiling ==
ISL_TILING_Y0
);
in emit_depth_stencil_hiz_s()
H
A
D
isl.h
570
* Note that legacy Y tiling is
ISL_TILING_Y0
instead of ISL_TILING_Y, to
577
ISL_TILING_Y0
, /**< Legacy Y tiling */
enumerator
595
#define ISL_TILING_Y0_BIT (1u <<
ISL_TILING_Y0
)
2786
* tilings such as
ISL_TILING_Y0
2827
* tilings such as
ISL_TILING_Y0
2933
case
ISL_TILING_Y0
:
in isl_get_tile_dims()
H
A
D
isl.c
382
assert(tiling == ISL_TILING_X || tiling ==
ISL_TILING_Y0
||
in isl_tiling_get_info()
403
case
ISL_TILING_Y0
:
in isl_tiling_get_info()
676
CHOOSE(
ISL_TILING_Y0
);
in isl_surf_choose_tiling()
2235
if (surf->tiling !=
ISL_TILING_Y0
&& surf->tiling != ISL_TILING_4 &&
in isl_surf_supports_ccs()
2342
} else if (surf->tiling ==
ISL_TILING_Y0
) {
in isl_surf_get_ccs_surf()
H
A
D
isl_tiled_memcpy.c
851
} else if (tiling ==
ISL_TILING_Y0
) {
in linear_to_tiled()
942
} else if (tiling ==
ISL_TILING_Y0
) {
in tiled_to_linear()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_blt.c
251
if (src->surf.tiling ==
ISL_TILING_Y0
|| dst->surf.tiling ==
ISL_TILING_Y0
)
in crocus_emit_blt()
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_genX_exec.h
2335
case
ISL_TILING_Y0
:
in xy_bcb_tiling()
H
A
D
blorp_blit.c
1738
info->surf.tiling =
ISL_TILING_Y0
;
in blorp_surf_retile_w_to_y()
Completed in 40 milliseconds