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:vc_info
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_linking_helpers.c
610
struct varying_component *
vc_info
=
in gather_varying_component_info()
local
613
if (!
vc_info
->initialised) {
in gather_varying_component_info()
621
vc_info
->var = in_var;
in gather_varying_component_info()
622
vc_info
->interp_type =
in gather_varying_component_info()
624
vc_info
->interp_loc = get_interp_loc(in_var);
in gather_varying_component_info()
625
vc_info
->is_32bit = glsl_type_is_32bit(type);
in gather_varying_component_info()
626
vc_info
->is_patch = in_var->data.patch;
in gather_varying_component_info()
627
vc_info
->is_per_primitive = in_var->data.per_primitive;
in gather_varying_component_info()
628
vc_info
->is_mediump = !producer->options->linker_ignore_precision &&
in gather_varying_component_info()
631
vc_info
in gather_varying_component_info()
677
struct varying_component *
vc_info
=
gather_varying_component_info()
local
705
struct varying_component *
vc_info
= &(*varying_comp_info)[i];
gather_varying_component_info()
local
[all...]
Completed in 3 milliseconds