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:BRW_MAX_GRF
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_reg_allocate.cpp
89
int base_reg_count =
BRW_MAX_GRF
;
in brw_alloc_reg_set()
121
struct ra_regs *regs = ra_alloc_reg_set(compiler,
BRW_MAX_GRF
, false);
in brw_alloc_reg_set()
617
int reg =
BRW_MAX_GRF
- fs->alloc.sizes[vgrf];
in setup_inst_interference()
651
node_count +=
BRW_MAX_GRF
- GFX7_MRF_HACK_START;
in build_interference_graph()
H
A
D
brw_reg.h
59
#define
BRW_MAX_GRF
128
macro
409
assert(nr <
BRW_MAX_GRF
);
in brw_reg()
H
A
D
brw_vec4.cpp
780
vec4_instruction *last_grf_write[
BRW_MAX_GRF
];
in opt_set_dependency_control()
781
uint8_t grf_channels_written[
BRW_MAX_GRF
];
in opt_set_dependency_control()
782
vec4_instruction *last_mrf_write[
BRW_MAX_GRF
];
in opt_set_dependency_control()
783
uint8_t mrf_channels_written[
BRW_MAX_GRF
];
in opt_set_dependency_control()
H
A
D
brw_vec4_reg_allocate.cpp
95
compiler->devinfo->ver >= 7 ? GFX7_MRF_HACK_START :
BRW_MAX_GRF
;
in brw_vec4_alloc_reg_set()
H
A
D
brw_fs_bank_conflicts.cpp
512
partitioning p(
BRW_MAX_GRF
);
H
A
D
brw_ir_performance.cpp
75
EU_DEPENDENCY_ID_MRF0 = EU_DEPENDENCY_ID_GRF0 +
BRW_MAX_GRF
,
H
A
D
brw_fs_visitor.cpp
1192
this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START :
BRW_MAX_GRF
;
in init()
H
A
D
brw_fs_scoreboard.cpp
738
dependency grf_deps[
BRW_MAX_GRF
];
H
A
D
brw_vec4_visitor.cpp
1378
this->max_grf = devinfo->ver >= 7 ? GFX7_MRF_HACK_START :
BRW_MAX_GRF
;
in vec4_visitor()
Completed in 16 milliseconds