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:v_pos
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_scroll.c
32
float h_pos,
v_pos
;
member
107
int h_pos,
v_pos
;
in scroll()
local
110
s->
v_pos
= fmodf(s->
v_pos
, in->height);
in scroll()
113
v_pos
= s->
v_pos
;
in scroll()
117
if (
v_pos
< 0)
in scroll()
118
v_pos
+= in->height;
in scroll()
120
s->pos_v[1] = s->pos_v[2] = AV_CEIL_RSHIFT(
v_pos
, s->desc->log2_chroma_h);
in scroll()
121
s->pos_v[0] = s->pos_v[3] =
v_pos
;
in scroll()
[all...]
/third_party/mesa3d/src/intel/blorp/
H
A
D
blorp_clear.c
263
nir_variable *
v_pos
= nir_variable_create(b.shader, nir_var_shader_out,
in blorp_params_get_layer_offset_vs()
local
264
glsl_vec4_type(), "
v_pos
");
in blorp_params_get_layer_offset_vs()
265
v_pos
->data.location = VARYING_SLOT_POS;
in blorp_params_get_layer_offset_vs()
267
nir_copy_var(&b,
v_pos
, a_vertex);
in blorp_params_get_layer_offset_vs()
Completed in 6 milliseconds