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:nv50_format_table
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_blit.h
193
# define
nv50_format_table
nvc0_format_table
macro
203
uint8_t id =
nv50_format_table
[format].rt;
in nv50_2d_dst_format_faithful()
212
uint8_t id =
nv50_format_table
[format].rt;
in nv50_2d_src_format_faithful()
219
uint8_t id =
nv50_format_table
[format].rt;
in nv50_2d_format_supported()
227
uint8_t id =
nv50_format_table
[format].rt;
in nv50_2d_dst_format_ops_supported()
H
A
D
nv50_screen.h
183
extern const struct nv50_format
nv50_format_table
[];
H
A
D
nv50_state_validate.c
60
PUSH_DATA (push,
nv50_format_table
[sf->base.format].rt);
in nv50_validate_fb()
104
PUSH_DATA (push,
nv50_format_table
[fb->zsbuf->format].rt);
in nv50_validate_fb()
H
A
D
nv50_surface.c
56
uint8_t id =
nv50_format_table
[format].rt;
in nv50_2d_format()
316
PUSH_DATA (push,
nv50_format_table
[dst->format].rt);
in nv50_clear_render_target()
413
PUSH_DATA (push,
nv50_format_table
[dst->format].rt);
in nv50_clear_depth_stencil()
792
PUSH_DATA (push,
nv50_format_table
[dst_fmt].rt);
in nv50_clear_buffer()
H
A
D
nv50_tex.c
95
fmt = &
nv50_format_table
[view->pipe.format];
in nv50_create_texture_view()
H
A
D
nv50_screen.c
100
return ((
nv50_format_table
[format].usage |
in nv50_screen_is_format_supported()
H
A
D
nv50_formats.c
123
const struct nv50_format
nv50_format_table
[PIPE_FORMAT_COUNT] =
Completed in 7 milliseconds