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:vec_components
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_compiler.c
1572
unsigned
vec_components
= glsl_get_vector_elements(type);
in rewrite_64bit_type()
local
1573
if (
vec_components
== 3)
in rewrite_64bit_type()
1574
vec_components
= 4;
in rewrite_64bit_type()
1575
num_components =
vec_components
* 2 * glsl_get_matrix_columns(type);
in rewrite_64bit_type()
1699
unsigned
vec_components
= glsl_get_vector_elements(matrix);
in lower_64bit_vars()
local
1701
if (
vec_components
== 3)
in lower_64bit_vars()
1702
vec_components
= 4;
in lower_64bit_vars()
1703
unsigned start_component = idx *
vec_components
* 2;
in lower_64bit_vars()
1763
unsigned
vec_components
= glsl_get_vector_elements(matrix);
in lower_64bit_vars()
local
1765
if (
vec_components
in lower_64bit_vars()
[all...]
Completed in 5 milliseconds