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:px_size_sa
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_blit.c
1626
struct isl_extent2d
px_size_sa
=
in surf_get_intratile_offset_px()
local
1628
assert(info->tile_x_sa %
px_size_sa
.width == 0);
in surf_get_intratile_offset_px()
1629
assert(info->tile_y_sa %
px_size_sa
.height == 0);
in surf_get_intratile_offset_px()
1630
*tile_x_px = info->tile_x_sa /
px_size_sa
.width;
in surf_get_intratile_offset_px()
1631
*tile_y_px = info->tile_y_sa /
px_size_sa
.height;
in surf_get_intratile_offset_px()
1988
struct isl_extent2d
px_size_sa
=
in try_blorp_blit()
local
1990
params->x0 = ROUND_DOWN_TO(params->x0, 2) *
px_size_sa
.width;
in try_blorp_blit()
1991
params->y0 = ROUND_DOWN_TO(params->y0, 2) *
px_size_sa
.height;
in try_blorp_blit()
1992
params->x1 = ALIGN(params->x1, 2) *
px_size_sa
.width;
in try_blorp_blit()
1993
params->y1 = ALIGN(params->y1, 2) *
px_size_sa
in try_blorp_blit()
2296
struct isl_extent2d
px_size_sa
;
shrink_surface_params()
local
[all...]
/third_party/mesa3d/src/intel/isl/
H
A
D
isl.c
727
const struct isl_extent2d
px_size_sa
=
in isl_msaa_interleaved_scale_px_to_sa()
local
731
*width = isl_align(*width, 2) *
px_size_sa
.width;
in isl_msaa_interleaved_scale_px_to_sa()
733
*height = isl_align(*height, 2) *
px_size_sa
.height;
in isl_msaa_interleaved_scale_px_to_sa()
Completed in 11 milliseconds