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
defs:reg_width
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_copy_propagation.cpp
683
const unsigned
reg_width
= REG_SIZE / (type_sz(inst->src[arg].type) *
in try_copy_propagate()
local
H
A
D
brw_fs_reg_allocate.cpp
50
int
reg_width
= dispatch_width / 8;
in assign_regs_trivial()
local
315
int
reg_width
= fs->dispatch_width / 8;
in fs_reg_alloc()
local
407
int
reg_width
= v->dispatch_width / 8;
in get_used_mrfs()
local
H
A
D
brw_fs_generator.cpp
79
const unsigned
reg_width
= REG_SIZE / (reg->stride * type_sz(reg->type));
in brw_reg_from_fs_reg()
local
H
A
D
brw_lower_logical_sends.cpp
806
unsigned
reg_width
= bld.dispatch_width() / 8;
in lower_sampler_logical_send_gfx7()
local
H
A
D
brw_fs_visitor.cpp
67
int
reg_width
= dispatch_width / 8;
in emit_dummy_fs()
local
Completed in 15 milliseconds