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:ex_mlen
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_lower_logical_sends.cpp
67
inst->
ex_mlen
= 0;
in lower_urb_read_logical_send()
120
inst->
ex_mlen
= 0;
in lower_urb_write_logical_send()
383
inst->
ex_mlen
= 0;
in lower_fb_write_logical_send()
1426
unsigned mlen,
ex_mlen
= 0;
in lower_surface_logical_send()
local
1434
ex_mlen
= src_sz * (inst->exec_size / 8);
in lower_surface_logical_send()
1440
ex_mlen
= addr_sz * (inst->exec_size / 8);
in lower_surface_logical_send()
1589
inst->
ex_mlen
=
ex_mlen
;
in lower_surface_logical_send()
1696
unsigned
ex_mlen
= 0;
in lower_lsc_surface_logical_send()
local
1701
ex_mlen
in lower_lsc_surface_logical_send()
1875
unsigned
ex_mlen
= 0;
lower_surface_block_logical_send()
local
1966
unsigned
ex_mlen
= src_comps * src_sz * inst->exec_size / REG_SIZE;
lower_lsc_a64_logical_send()
local
2071
unsigned mlen,
ex_mlen
= 0, header_size = 0;
lower_a64_logical_send()
local
2451
unsigned
ex_mlen
= 0;
lower_btd_logical_send()
local
2519
const unsigned
ex_mlen
= inst->exec_size / 8;
lower_trace_ray_logical_send()
local
[all...]
H
A
D
brw_ir.h
156
uint8_t
ex_mlen
; /**< SENDS extended message length */
member
H
A
D
brw_fs_cse.cpp
188
a->
ex_mlen
== b->
ex_mlen
&&
in instructions_match()
H
A
D
brw_fs_reg_allocate.cpp
598
if (inst->opcode == SHADER_OPCODE_SEND && inst->
ex_mlen
> 0 &&
in setup_inst_interference()
634
if (inst->
ex_mlen
> 0) {
in setup_inst_interference()
851
spill_inst->
ex_mlen
= reg_size;
in emit_spill()
H
A
D
brw_fs.cpp
887
return
ex_mlen
* REG_SIZE;
2910
send->mlen == 1 || send->
ex_mlen
> 0)
2955
send->
ex_mlen
= lp2->size_written / REG_SIZE;
2956
send->mlen -= send->
ex_mlen
;
3773
inst->
ex_mlen
= 0;
5680
if (inst->
ex_mlen
) {
5681
fprintf(file, "(
ex_mlen
: %d) ", inst->
ex_mlen
);
6216
if (inst->opcode == SHADER_OPCODE_SEND && inst->
ex_mlen
> 0 &&
6218
inst->src[3], inst->
ex_mlen
* REG_SIZ
[all...]
H
A
D
brw_eu_validate.c
447
unsigned
ex_mlen
= 1;
in send_restrictions()
local
450
ex_mlen
= brw_message_ex_desc_ex_mlen(devinfo, ex_desc);
in send_restrictions()
457
src0_reg_nr < src1_reg_nr +
ex_mlen
),
in send_restrictions()
H
A
D
brw_fs_generator.cpp
336
brw_message_ex_desc(devinfo, inst->
ex_mlen
);
in generate_send()
340
* also covers the dual-payload case because
ex_mlen
goes in ex_desc.
in generate_send()
2207
inst->
ex_mlen
> 0 ? src[3] : brw_null_reg());
in generate_code()
H
A
D
brw_fs_nir.cpp
4014
send->
ex_mlen
= 0;
Completed in 25 milliseconds