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:out_index
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_link.c
72
unsigned
out_index
;
in svga_link_shaders()
local
96
out_index
= outshader_info->num_outputs + 1 + sem_index;
in svga_link_shaders()
97
linkage->input_map[i] =
out_index
;
in svga_link_shaders()
98
linkage->prevShader.output_map[
out_index
] = i;
in svga_link_shaders()
H
A
D
svga_tgsi_vgpu10.c
304
unsigned
out_index
; /**< the real position output reg */
member
398
unsigned
out_index
; /* real tessinner output register */
member
403
unsigned
out_index
; /* real tessouter output register */
member
1290
if (index == emit->vposition.
out_index
&&
in emit_dst_register()
4191
emit->vposition.
out_index
= index;
in emit_vertex_output_declaration()
4440
emit->tcs.inner.
out_index
= outputIndex;
in emit_tcs_output_declarations()
4473
emit->tcs.outer.
out_index
= outputIndex;
in emit_tcs_output_declarations()
4578
if (emit->tcs.outer.
out_index
== INVALID_INDEX) {
in emit_tcs_output_declarations()
4582
emit->tcs.outer.
out_index
= outputIndex;
in emit_tcs_output_declarations()
4601
if (emit->tcs.inner.
out_index
in emit_tcs_output_declarations()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
src_movie.c
78
int *
out_index
; /**< stream number -> output number map, or -1 */
member
303
movie->
out_index
= av_calloc(movie->max_stream_index + 1,
in movie_common_init()
304
sizeof(*movie->
out_index
));
in movie_common_init()
305
if (!movie->
out_index
)
in movie_common_init()
308
movie->
out_index
[i] = -1;
in movie_common_init()
311
movie->
out_index
[movie->st[i].st->index] = i;
in movie_common_init()
348
av_freep(&movie->
out_index
);
in movie_uninit()
481
movie->
out_index
[pkt.stream_index];
in movie_decode_packet()
/third_party/astc-encoder/Source/
H
A
D
astcenc_compute_variance.cpp
387
int
out_index
= z_dst * zdt + y_dst * ydt + x_dst;
in compute_pixel_region_variance()
local
388
input_alpha_averages[
out_index
] = (vasum * alpha_rsamples);
in compute_pixel_region_variance()
415
int
out_index
= y_dst * ydt + x_dst;
in compute_pixel_region_variance()
local
416
input_alpha_averages[
out_index
] = (vasum * alpha_rsamples);
in compute_pixel_region_variance()
/third_party/skia/platform_tools/libraries/include/
H
A
D
arcore_c_api.h
2005
int32_t *
out_index
);
2089
int32_t *
out_index
);
2125
int32_t *
out_index
);
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
10265
unsigned int
out_index
=
in gamma_image_validate()
local
10283
output_alpha = out_palette[
out_index
].alpha;
in gamma_image_validate()
10344
out_ct == 3 ? out_palette[
out_index
].red :
in gamma_image_validate()
10351
out_ct == 3 ? out_palette[
out_index
].green :
in gamma_image_validate()
10358
out_ct == 3 ? out_palette[
out_index
].blue :
in gamma_image_validate()
Completed in 29 milliseconds