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:total_grf
(Results
1 - 11
of
11
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_reg_allocate.cpp
73
prog_data->
total_grf
= next;
in reg_allocate_trivial()
82
if (prog_data->
total_grf
> max_grf) {
in reg_allocate_trivial()
84
prog_data->
total_grf
, max_grf);
in reg_allocate_trivial()
225
prog_data->
total_grf
= payload_reg_count;
in reg_allocate()
228
prog_data->
total_grf
= MAX2(prog_data->
total_grf
,
in reg_allocate()
H
A
D
brw_compiler.h
1110
unsigned
total_grf
;
member
1301
unsigned
total_grf
;
member
1420
uint32_t
total_grf
;
member
1435
uint32_t
total_grf
;
member
H
A
D
brw_clip_util.c
44
if (++c->last_tmp > c->prog_data.
total_grf
)
in get_tmp()
45
c->prog_data.
total_grf
= c->last_tmp;
in get_tmp()
H
A
D
brw_compile_ff_gs.c
112
c->prog_data->
total_grf
= i;
in brw_ff_gs_alloc_regs()
H
A
D
brw_clip_line.c
94
c->prog_data.
total_grf
= i;
in brw_clip_line_alloc_regs()
H
A
D
brw_compile_sf.c
320
c->prog_data.
total_grf
= reg;
in alloc_regs()
H
A
D
brw_clip_tri.c
130
c->prog_data.
total_grf
= i;
in brw_clip_tri_alloc_regs()
H
A
D
brw_schedule_instructions.cpp
1908
vec4_instruction_scheduler sched(this, prog_data->
total_grf
);
H
A
D
brw_vec4.cpp
785
assert(prog_data->
total_grf
||
in opt_set_dependency_control()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
gen4_blorp_exec.h
81
sf.GRFRegisterCount = DIV_ROUND_UP(prog_data->
total_grf
, 16) - 1;
in blorp_emit_sf_state()
H
A
D
crocus_state.c
6654
clip.GRFRegisterCount = DIV_ROUND_UP(clip_prog_data->
total_grf
, 16) - 1;
6775
vs.GRFRegisterCount = DIV_ROUND_UP(vue_prog_data->
total_grf
, 16) - 1;
6953
DIV_ROUND_UP(gs_prog_data->
total_grf
, 16) - 1;
7058
sf.GRFRegisterCount = DIV_ROUND_UP(sf_prog_data->
total_grf
, 16) - 1;
Completed in 27 milliseconds