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:num_baryc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H
A
D
sfn_shader_fs.cpp
716
int
num_baryc
= 0;
in allocate_interpolators_or_inputs()
local
719
sfn_log << SfnLog::io << "Interpolator " << i << " is enabled with ij=" <<
num_baryc
<<" \n";
in allocate_interpolators_or_inputs()
local
720
unsigned sel =
num_baryc
/ 2;
in allocate_interpolators_or_inputs()
721
unsigned chan = 2 * (
num_baryc
% 2);
in allocate_interpolators_or_inputs()
729
m_interpolator[i].ij_index =
num_baryc
++;
in allocate_interpolators_or_inputs()
732
return (
num_baryc
+ 1) >> 1;
in allocate_interpolators_or_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_shader.c
1359
int
num_baryc
= 0;
in allocate_system_value_inputs()
local
1363
ctx->eg_interpolators[i].ij_index =
num_baryc
;
in allocate_system_value_inputs()
1364
num_baryc
++;
in allocate_system_value_inputs()
1367
num_baryc
= (
num_baryc
+ 1) >> 1;
in allocate_system_value_inputs()
1368
gpr_offset +=
num_baryc
;
in allocate_system_value_inputs()
Completed in 15 milliseconds