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:comp_slots
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_gather_xfb_info.c
115
unsigned
comp_slots
;
in add_var_xfb_outputs()
local
121
comp_slots
= glsl_get_length(type);
in add_var_xfb_outputs()
123
comp_slots
= glsl_get_component_slots(type);
in add_var_xfb_outputs()
125
UNUSED unsigned attrib_slots = DIV_ROUND_UP(
comp_slots
, 4);
in add_var_xfb_outputs()
133
assert(DIV_ROUND_UP(var->data.location_frac +
comp_slots
, 4) ==
in add_var_xfb_outputs()
137
assert(var->data.location_frac +
comp_slots
<= 8);
in add_var_xfb_outputs()
138
uint8_t comp_mask = ((1 <<
comp_slots
) - 1) << var->data.location_frac;
in add_var_xfb_outputs()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_link_varyings.c
1628
unsigned
comp_slots
= glsl_get_component_slots(type) + offset;
in varying_matches_store_locations()
local
1629
unsigned slots =
comp_slots
/ 4;
in varying_matches_store_locations()
1630
if (
comp_slots
% 4)
in varying_matches_store_locations()
Completed in 6 milliseconds