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:pipe_count
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.c
140
tiling->
pipe_count
= tiling->tile_count;
in tu_tiling_config_update_pipe_layout()
142
while (tiling->
pipe_count
.width * tiling->
pipe_count
.height > max_pipe_count) {
in tu_tiling_config_update_pipe_layout()
145
tiling->
pipe_count
.width =
in tu_tiling_config_update_pipe_layout()
149
tiling->
pipe_count
.height =
in tu_tiling_config_update_pipe_layout()
161
tiling->
pipe_count
.width * tiling->
pipe_count
.height;
in tu_tiling_config_update_pipes()
170
for (uint32_t y = 0; y < tiling->
pipe_count
.height; y++) {
in tu_tiling_config_update_pipes()
171
for (uint32_t x = 0; x < tiling->
pipe_count
.width; x++) {
in tu_tiling_config_update_pipes()
174
const uint32_t pipe_w = (x == tiling->
pipe_count
in tu_tiling_config_update_pipes()
[all...]
H
A
D
tu_device.h
365
VkExtent2D
pipe_count
;
member
H
A
D
tu_cmd_buffer.c
975
tiling->
pipe_count
.width * tiling->
pipe_count
.height;
in emit_vsc_overflow_test()
1361
int
pipe_count
= tiling->
pipe_count
.width * tiling->
pipe_count
.height;
in tu6_tile_render_begin()
local
1362
tu_cs_emit_pkt4(cs, REG_A6XX_VSC_STATE_REG(0),
pipe_count
);
in tu6_tile_render_begin()
1363
for (int i = 0; i <
pipe_count
; i++)
in tu6_tile_render_begin()
1453
for (uint32_t py = 0; py < tiling->
pipe_count
.height; py++) {
in tu_cmd_render_tiles()
1454
uint32_t pipe_row = py * tiling->
pipe_count
.width;
in tu_cmd_render_tiles()
1455
for (uint32_t pipe_row_i = 0; pipe_row_i < tiling->
pipe_count
in tu_cmd_render_tiles()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5357
const unsigned
pipe_count
= MAX2(rb_count, pdevice->rad_info.num_tcc_blocks);
in radv_gfx10_compute_bin_size()
local
5359
const unsigned db_tag_part = (db_tag_count * rb_count /
pipe_count
) * db_tag_size *
pipe_count
;
in radv_gfx10_compute_bin_size()
5361
(color_tag_count * rb_count /
pipe_count
) * color_tag_size *
pipe_count
;
in radv_gfx10_compute_bin_size()
5363
(fmask_tag_count * rb_count /
pipe_count
) * fmask_tag_size *
pipe_count
;
in radv_gfx10_compute_bin_size()
Completed in 17 milliseconds