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:pixelPitch
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib2.cpp
262
pOut->
pixelPitch
= pOut->pitch;
in ComputeSurfaceInfo()
276
&pOut->
pixelPitch
,
in ComputeSurfaceInfo()
290
pOut->pMipInfo[i].
pixelPitch
= pOut->pMipInfo[i].pitch;
in ComputeSurfaceInfo()
297
&pOut->pMipInfo[i].
pixelPitch
,
in ComputeSurfaceInfo()
H
A
D
addrlib1.cpp
366
pOut->
pixelPitch
= pOut->pitch;
in ComputeSurfaceInfo()
379
// Note: For 96 bit surface, the
pixelPitch
returned might be an odd number, but it
in ComputeSurfaceInfo()
388
&pOut->
pixelPitch
,
in ComputeSurfaceInfo()
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTextureUtil.cpp
757
const int
pixelPitch
= access.getPixelPitch();
758
const bool rowPixelsTightlyPacked = (pixelSize ==
pixelPitch
);
788
const int
pixelPitch
= access.getPixelPitch();
789
const bool rowPixelsTightlyPacked = (pixelSize ==
pixelPitch
);
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrinterface.h
604
UINT_32
pixelPitch
; ///< Pitch in original pixels
member
2463
UINT_32
pixelPitch
; ///< Pitch in pixels
member
2505
UINT_32
pixelPitch
; ///< Pitch in original pixels
member
/third_party/mesa3d/src/amd/common/
H
A
D
ac_surface.c
1767
if (!compressed && surf->blk_w > 1 && out.pitch == out.
pixelPitch
&&
in gfx9_compute_miptree()
Completed in 21 milliseconds