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:NVC0_MAX_IMAGES
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_context.h
151
#define NVC0_CB_AUX_SU_SIZE (
NVC0_MAX_IMAGES
* 16 * 4)
281
struct pipe_image_view images[6][
NVC0_MAX_IMAGES
];
282
struct pipe_sampler_view *images_tic[6][
NVC0_MAX_IMAGES
]; /* GM107+ */
H
A
D
nvc0_screen.h
29
#define
NVC0_MAX_IMAGES
8
macro
H
A
D
nvc0_context.c
215
for (i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nvc0_context_unreference_resources()
387
for (i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nvc0_invalidate_resource_storage()
H
A
D
nvc0_screen.c
565
return
NVC0_MAX_IMAGES
;
in nvc0_screen_get_shader_param()
567
return
NVC0_MAX_IMAGES
;
in nvc0_screen_get_shader_param()
665
RET((uint32_t []) {
NVC0_MAX_IMAGES
});
in nvc0_screen_get_compute_param()
H
A
D
nvc0_compute.c
322
for (i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nvc0_compute_invalidate_surfaces()
H
A
D
nvc0_tex.c
1137
for (int i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nvc0_validate_suf()
1305
for (i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nve4_update_surface_bindings()
H
A
D
nve4_compute.c
295
for (i = 0; i <
NVC0_MAX_IMAGES
; ++i) {
in nve4_compute_validate_surfaces()
Completed in 9 milliseconds