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:is_displayable
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.h
322
uint8_t
is_displayable
: 1;
member
H
A
D
ac_surface.c
1397
surf->
is_displayable
= surf->is_linear || surf->micro_tile_mode == RADEON_MICRO_MODE_DISPLAY ||
in gfx6_compute_surface()
2382
/* Don't set
is_displayable
if displayable DCC is missing. */
in gfx9_compute_surface()
2386
surf->
is_displayable
= displayable;
in gfx9_compute_surface()
2389
assert(!AddrSurfInfoIn.flags.display || surf->
is_displayable
);
in gfx9_compute_surface()
2526
if (surf->
is_displayable
)
in ac_compute_surface()
2779
assert(surf->
is_displayable
);
in ac_surface_set_umd_metadata()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_surface.c
218
surf_ws->
is_displayable
= surf_ws->is_linear ||
in surf_drm_to_winsys()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_texture.c
568
return tex->surface.
is_displayable
&& tex->surface.meta_offset;
in si_displayable_dcc_needs_explicit_flush()
2282
if (bind & PIPE_BIND_SCANOUT && !tex->surface.
is_displayable
)
in si_check_resource_capability()
Completed in 10 milliseconds