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:pred_val
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H
A
D
sb_psi_ops.cpp
53
value *
pred_val
= NULL;
in get_pred_val()
local
58
if (!
pred_val
)
in get_pred_val()
59
pred_val
= pred;
in get_pred_val()
61
assert(pred ==
pred_val
);
in get_pred_val()
65
return
pred_val
;
in get_pred_val()
78
value *
pred_val
= get_pred_val(n);
in try_inline()
local
98
if (get_pred_val(*val->def) !=
pred_val
)
in try_inline()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_adpcm.c
118
diff = sl - state->
pred_val
;
in adpcm_encoder()
147
state->
pred_val
+= sign ? -pred_diff : pred_diff;
in adpcm_encoder()
149
if (state->
pred_val
> 32767) {
in adpcm_encoder()
150
state->
pred_val
= 32767;
in adpcm_encoder()
151
} else if (state->
pred_val
< -32768) {
in adpcm_encoder()
152
state->
pred_val
= -32768;
in adpcm_encoder()
193
state->
pred_val
+= (sign) ? -pred_diff : pred_diff;
in adpcm_decoder()
196
if (state->
pred_val
> 32767) {
in adpcm_decoder()
197
state->
pred_val
= 32767;
in adpcm_decoder()
198
} else if (state->
pred_val
<
in adpcm_decoder()
[all...]
H
A
D
pcm_plugin.h
142
int
pred_val
; /* Calculated predicted value */
member
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_opt_if.c
965
enum opt_bool *
pred_val
= src->pred == then_block ? &then_val : &else_val;
in opt_if_phi_is_condition()
local
972
*
pred_val
= T;
in opt_if_phi_is_condition()
974
*
pred_val
= F;
in opt_if_phi_is_condition()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_spill.c
1547
struct reg_or_immed *
pred_val
= entry->data;
in add_live_in_phi()
local
1548
if ((
pred_val
->flags & (IR3_REG_IMMED | IR3_REG_CONST)) ||
in add_live_in_phi()
1549
!
pred_val
->def ||
in add_live_in_phi()
1550
(cur_def && cur_def !=
pred_val
->def)) {
in add_live_in_phi()
1554
cur_def =
pred_val
->def;
in add_live_in_phi()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_cmd_buffer.c
2476
uint64_t
pred_val
= value;
in radv_update_fce_metadata()
2488
radeon_emit(cmd_buffer->cs,
pred_val
);
in radv_update_fce_metadata()
2489
radeon_emit(cmd_buffer->cs,
pred_val
>> 32);
in radv_update_fce_metadata()
2503
uint64_t
pred_val
= value;
in radv_update_dcc_metadata()
2517
radeon_emit(cmd_buffer->cs,
pred_val
);
in radv_update_dcc_metadata()
2518
radeon_emit(cmd_buffer->cs,
pred_val
>> 32);
in radv_update_dcc_metadata()
Completed in 22 milliseconds