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:nir_lower_pack
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_packing.c
152
nir_lower_pack
(nir_shader *shader)
in nir_lower_pack()
function
H
A
D
nir.h
5344
bool
nir_lower_pack
(nir_shader *shader);
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir.c
636
OPT(
nir_lower_pack
);
in brw_nir_optimize()
1113
OPT(
nir_lower_pack
);
in brw_vectorize_lower_mem_access()
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir.c
129
progress |= OPT(s,
nir_lower_pack
);
in ir3_optimize_loop()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
gl_nir_linker.c
69
NIR_PASS_V(nir,
nir_lower_pack
);
in gl_nir_opts()
H
A
D
gl_nir_link_varyings.c
2793
nir_lower_pack
(producer->Program->nir);
in assign_final_varying_locations()
2805
nir_lower_pack
(consumer->Program->nir);
in assign_final_varying_locations()
/third_party/mesa3d/src/microsoft/clc/
H
A
D
clc_compiler.c
1103
NIR_PASS_V(nir,
nir_lower_pack
);
in clc_spirv_to_dxil()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
2468
NIR_PASS_V(nir,
nir_lower_pack
);
in ttn_optimize_nir()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_pipeline.c
330
OPT(
nir_lower_pack
);
in nir_optimize()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_nir.c
2763
NIR_PASS(progress, nir,
nir_lower_pack
);
in lp_build_opt_nir()
/third_party/mesa3d/src/broadcom/compiler/
H
A
D
nir_to_vir.c
2170
NIR_PASS(progress, s,
nir_lower_pack
);
in v3d_optimize_nir()
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
nir_to_dxil.c
5870
NIR_PASS_V(s,
nir_lower_pack
);
in nir_to_dxil()
Completed in 44 milliseconds