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:bin_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state_binning.c
410
struct uvec2
bin_size
= {};
in si_emit_dpbb_disable()
local
413
bin_size
.x = 128;
in si_emit_dpbb_disable()
414
bin_size
.y = sctx->framebuffer.min_bytes_per_pixel <= 4 ? 128 : 64;
in si_emit_dpbb_disable()
416
if (
bin_size
.x >= 32)
in si_emit_dpbb_disable()
417
bin_size_extend.x = util_logbase2(
bin_size
.x) - 5;
in si_emit_dpbb_disable()
418
if (
bin_size
.y >= 32)
in si_emit_dpbb_disable()
419
bin_size_extend.y = util_logbase2(
bin_size
.y) - 5;
in si_emit_dpbb_disable()
424
S_028C44_BIN_SIZE_X(
bin_size
.x == 16) | S_028C44_BIN_SIZE_Y(
bin_size
.y == 16) |
in si_emit_dpbb_disable()
488
struct uvec2
bin_size
in si_emit_dpbb_state()
local
[all...]
/third_party/alsa-lib/src/topology/
H
A
D
parser.c
365
r = write(fd, tplg->bin, tplg->
bin_size
);
in snd_tplg_build()
372
if ((size_t)r != tplg->
bin_size
) {
in snd_tplg_build()
373
SNDERR("partial write (%zd != %zd)", r, tplg->
bin_size
);
in snd_tplg_build()
389
*size = tplg->
bin_size
;
in snd_tplg_build_bin()
391
tplg->
bin_size
= tplg->bin_pos = 0;
in snd_tplg_build_bin()
H
A
D
builder.c
25
if (tplg->bin_pos + data_size > tplg->
bin_size
)
in twrite()
252
tplg->
bin_size
= total_size;
in tplg_write_data()
254
tplg->
bin_size
= 0;
in tplg_write_data()
H
A
D
tplg_local.h
67
size_t
bin_size
;
member
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_device.h
144
unsigned
bin_size
;
member
H
A
D
pan_props.c
150
.
bin_size
= (1 << (raw & BITFIELD_MASK(5))),
in panfrost_query_tiler_features()
/third_party/libbpf/include/uapi/linux/
H
A
D
pkt_sched.h
743
__u32
bin_size
; /* maximum queue length per bin */
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5497
VkExtent2D
bin_size
;
in radv_pipeline_init_binning_state()
5499
bin_size
= radv_gfx10_compute_bin_size(pipeline, info);
in radv_pipeline_init_binning_state()
5501
bin_size
= radv_gfx9_compute_bin_size(pipeline, info);
in radv_pipeline_init_binning_state()
5505
if (device->pbb_allowed &&
bin_size
.width &&
bin_size
.height) {
in radv_pipeline_init_binning_state()
5510
S_028C44_BIN_SIZE_X(
bin_size
.width == 16) | S_028C44_BIN_SIZE_Y(
bin_size
.height == 16) |
in radv_pipeline_init_binning_state()
5511
S_028C44_BIN_SIZE_X_EXTEND(util_logbase2(MAX2(
bin_size
.width, 32)) - 5) |
in radv_pipeline_init_binning_state()
5512
S_028C44_BIN_SIZE_Y_EXTEND(util_logbase2(MAX2(
bin_size
.height, 32)) - 5) |
in radv_pipeline_init_binning_state()
Completed in 18 milliseconds