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:pipe0
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.c
136
tiling->
pipe0
= (VkExtent2D) {
in tu_tiling_config_update_pipe_layout()
143
if (tiling->
pipe0
.width < tiling->
pipe0
.height) {
in tu_tiling_config_update_pipe_layout()
144
tiling->
pipe0
.width += 1;
in tu_tiling_config_update_pipe_layout()
146
DIV_ROUND_UP(tiling->tile_count.width, tiling->
pipe0
.width);
in tu_tiling_config_update_pipe_layout()
148
tiling->
pipe0
.height += 1;
in tu_tiling_config_update_pipe_layout()
150
DIV_ROUND_UP(tiling->tile_count.height, tiling->
pipe0
.height);
in tu_tiling_config_update_pipe_layout()
163
.width = (tiling->tile_count.width - 1) % tiling->
pipe0
.width + 1,
in tu_tiling_config_update_pipes()
164
.height = (tiling->tile_count.height - 1) % tiling->
pipe0
.height + 1,
in tu_tiling_config_update_pipes()
172
const uint32_t pipe_x = tiling->
pipe0
in tu_tiling_config_update_pipes()
[all...]
H
A
D
tu_device.h
363
VkExtent2D
pipe0
;
member
H
A
D
tu_cmd_buffer.c
1462
uint32_t tx1 = px * tiling->
pipe0
.width;
in tu_cmd_render_tiles()
1463
uint32_t ty1 = py * tiling->
pipe0
.height;
in tu_cmd_render_tiles()
1464
uint32_t tx2 = MIN2(tx1 + tiling->
pipe0
.width, tiling->tile_count.width);
in tu_cmd_render_tiles()
1465
uint32_t ty2 = MIN2(ty1 + tiling->
pipe0
.height, tiling->tile_count.height);
in tu_cmd_render_tiles()
Completed in 10 milliseconds