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:num_tiles_x
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_job_render.c
81
uint32_t
num_tiles_x
;
member
324
info->
num_tiles_x
= DIV_ROUND_UP(width, info->tile_size_x);
in pvr_rt_mtile_info_init()
336
info->mtile_x1 = DIV_ROUND_UP(info->
num_tiles_x
, 8) * 2;
in pvr_rt_mtile_info_init()
342
info->x_tile_max = ALIGN_POT(info->
num_tiles_x
, 2) - 1;
in pvr_rt_mtile_info_init()
346
info->mtile_x1 = ALIGN_POT(DIV_ROUND_UP(info->
num_tiles_x
, 4), 4);
in pvr_rt_mtile_info_init()
352
info->x_tile_max = info->
num_tiles_x
- 1;
in pvr_rt_mtile_info_init()
577
uint32_t
num_tiles_x
;
in pvr_rt_get_region_headers_stride_size()
local
587
num_tiles_x
= mtile_info->mtiles_x * mtile_info->tiles_per_mtile_x;
in pvr_rt_get_region_headers_stride_size()
591
(
num_tiles_x
/ group_size) * (num_tiles_y / group_size) * rgn_header_size;
in pvr_rt_get_region_headers_stride_size()
/third_party/libdrm/tests/exynos/
H
A
D
exynos_fimg2d_test.c
154
static void *create_checkerboard_pattern(unsigned int
num_tiles_x
,
in create_checkerboard_pattern()
argument
159
const unsigned int stride =
num_tiles_x
* tile_size;
in create_checkerboard_pattern()
164
for (x = 0; x <
num_tiles_x
; ++x) {
in create_checkerboard_pattern()
Completed in 4 milliseconds