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:vec4_reg_set
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_reg_allocate.cpp
110
ralloc_free(compiler->
vec4_reg_set
.regs);
in brw_vec4_alloc_reg_set()
111
compiler->
vec4_reg_set
.regs = ra_alloc_reg_set(compiler, base_reg_count, false);
in brw_vec4_alloc_reg_set()
113
ra_set_allocate_round_robin(compiler->
vec4_reg_set
.regs);
in brw_vec4_alloc_reg_set()
114
ralloc_free(compiler->
vec4_reg_set
.classes);
in brw_vec4_alloc_reg_set()
115
compiler->
vec4_reg_set
.classes = ralloc_array(compiler, struct ra_class *, class_count);
in brw_vec4_alloc_reg_set()
122
compiler->
vec4_reg_set
.classes[i] =
in brw_vec4_alloc_reg_set()
123
ra_alloc_contig_reg_class(compiler->
vec4_reg_set
.regs, class_sizes[i]);
in brw_vec4_alloc_reg_set()
126
ra_class_add_reg(compiler->
vec4_reg_set
.classes[i], j);
in brw_vec4_alloc_reg_set()
129
ra_set_finalize(compiler->
vec4_reg_set
.regs, NULL);
in brw_vec4_alloc_reg_set()
175
ra_alloc_interference_graph(compiler->
vec4_reg_set
in reg_allocate()
[all...]
H
A
D
brw_compiler.h
65
}
vec4_reg_set
;
member
Completed in 4 milliseconds