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_data
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_acceleration_structure.c
287
const char *
v_data
= v_data_base + v_index * tri_data->vertexStride;
in build_triangles()
local
291
coords[0] = *(const float *)(
v_data
+ 0);
in build_triangles()
292
coords[1] = *(const float *)(
v_data
+ 4);
in build_triangles()
297
coords[0] = *(const float *)(
v_data
+ 0);
in build_triangles()
298
coords[1] = *(const float *)(
v_data
+ 4);
in build_triangles()
299
coords[2] = *(const float *)(
v_data
+ 8);
in build_triangles()
303
coords[0] = *(const float *)(
v_data
+ 0);
in build_triangles()
304
coords[1] = *(const float *)(
v_data
+ 4);
in build_triangles()
305
coords[2] = *(const float *)(
v_data
+ 8);
in build_triangles()
306
coords[3] = *(const float *)(
v_data
in build_triangles()
[all...]
/third_party/ffmpeg/libpostproc/
H
A
D
postprocess_altivec_template.c
86
vector signed short
v_data
= vec_ld(0, data);
in vertClassify_altivec()
local
101
v_dcOffset = vec_splat(
v_data
, 0);
in vertClassify_altivec()
102
v_dcThreshold = (vector unsigned short)vec_splat(
v_data
, 1);
in vertClassify_altivec()
103
v2QP = vec_splat(
v_data
, 2);
in vertClassify_altivec()
104
v4QP = (vector unsigned short)vec_splat(
v_data
, 3);
in vertClassify_altivec()
Completed in 5 milliseconds