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:FMASK
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
2653
/* This must be set for fast clear to work without
FMASK
. */
in si_initialize_color_surface()
2977
* (after
FMASK
decompression). Shader write -> FB read transitions
in si_set_framebuffer_state()
3430
/* This must be set for fast clear to work without
FMASK
. */
in si_emit_framebuffer_state()
3761
* - CB
FMASK
samples (CB_COLORi_ATTRIB.NUM_SAMPLES)
in si_emit_msaa_config()
3781
* If color samples < coverage samples,
FMASK
has a higher bpp to store an "unknown"
in si_emit_msaa_config()
4118
/* Initialize the sampler view for
FMASK
. */
in gfx10_make_texture_descriptor()
4124
#define
FMASK
(s, f) (((unsigned)(MAX2(1, s)) * 16) + (MAX2(1, f)))
in gfx10_make_texture_descriptor()
macro
4125
switch (
FMASK
(res->nr_samples, res->nr_storage_samples)) {
in gfx10_make_texture_descriptor()
4126
case
FMASK
(2, 1):
in gfx10_make_texture_descriptor()
4129
case
FMASK
(
in gfx10_make_texture_descriptor()
4168
#undef
FMASK
gfx10_make_texture_descriptor()
macro
4393
#define
FMASK
si_make_texture_descriptor()
macro
4485
#undef
FMASK
si_make_texture_descriptor()
macro
[all...]
Completed in 8 milliseconds