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:lower_width
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs_generator.cpp
620
const unsigned
lower_width
=
in generate_shuffle()
local
624
brw_set_default_exec_size(p, cvt(
lower_width
) - 1);
in generate_shuffle()
625
for (unsigned group = 0; group < inst->exec_size; group +=
lower_width
) {
in generate_shuffle()
644
if (
lower_width
== 8 && group_idx.width == BRW_WIDTH_16) {
in generate_shuffle()
679
lower_width
== dispatch_width;
in generate_shuffle()
H
A
D
brw_fs.cpp
5286
const unsigned
lower_width
= get_lowered_simd_width(compiler, inst);
5288
if (
lower_width
!= inst->exec_size) {
5294
const unsigned max_width = MAX2(inst->exec_size,
lower_width
);
5302
const unsigned n = DIV_ROUND_UP(inst->exec_size,
lower_width
);
5361
split_inst.exec_size =
lower_width
;
5368
const fs_builder lbld = ibld.group(
lower_width
, i);
5376
split_inst.dst.component_size(
lower_width
) * dst_size;
6905
const unsigned
lower_width
= MIN2(dispatch_width, 16);
6906
for (unsigned i = 0; i < dispatch_width /
lower_width
; i++) {
6911
.MOV(brw_sample_mask_reg(bld.group(
lower_width
,
[all...]
Completed in 10 milliseconds