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:io_lowered
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_passthrough_edgeflags.c
45
if (shader->info.
io_lowered
) {
in lower_impl()
H
A
D
nir_lower_io.c
3133
nir->info.
io_lowered
= true;
in nir_lower_io_passes()
/third_party/mesa3d/src/compiler/
H
A
D
shader_info.h
286
bool
io_lowered
:1;
member
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
nir_to_tgsi_info.c
569
if (nir->info.
io_lowered
) {
in nir_tgsi_scan_shader()
762
if (nir->info.
io_lowered
) {
in nir_tgsi_scan_shader()
/third_party/mesa3d/src/mesa/program/
H
A
D
prog_to_nir.c
1040
s->info.
io_lowered
= false;
in prog_to_nir()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_glsl_to_nir.cpp
96
if (nir->info.stage != MESA_SHADER_VERTEX || nir->info.
io_lowered
)
in st_nir_assign_vs_in_locations()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_nir.c
2701
if (nir->info.
io_lowered
) {
in lp_build_nir_llvm()
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_nir_to_llvm.c
5486
if (!nir->info.
io_lowered
) {
in ac_nir_translate()
Completed in 21 milliseconds