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:npix_x
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libdrm/radeon/
H
A
D
radeon_surface.c
173
surflevel->
npix_x
= mip_minify(surf->
npix_x
, level);
in surf_minify()
176
surflevel->nblk_x = (surflevel->
npix_x
+ surf->blk_w - 1) / surf->blk_w;
in surf_minify()
445
if (surf->
npix_x
> 8192 || surf->npix_y > 8192 || surf->npix_z > 8192) {
in r6_surface_init()
582
surflevel->
npix_x
= mip_minify(surf->
npix_x
, level);
in eg_surf_minify()
585
surflevel->nblk_x = (surflevel->
npix_x
+ surf->blk_w - 1) / surf->blk_w;
in eg_surf_minify()
712
if (surf->
npix_x
> 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
in eg_surface_sanity()
1293
if (surf->
npix_x
> 16384 || surf->npix_y > 16384 || surf->npix_z > 16384) {
in si_surface_sanity()
1428
surflevel->
npix_x
in si_surf_minify()
[all...]
H
A
D
radeon_surface.h
72
uint32_t
npix_x
;
member
111
uint32_t
npix_x
;
member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H
A
D
radeon_drm_surface.c
100
surf_drm->
npix_x
= tex->width0;
in surf_winsys_to_drm()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_blit.c
891
unsigned
npix_x
;
member
Completed in 9 milliseconds