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:resume_reg
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_shader_calls.c
637
nir_register *
resume_reg
= NULL;
in duplicate_loop_bodies()
local
645
if (
resume_reg
== NULL) {
in duplicate_loop_bodies()
646
/* We only create
resume_reg
if we encounter a loop. This way we can
in duplicate_loop_bodies()
650
resume_reg
= nir_local_reg_create(impl);
in duplicate_loop_bodies()
651
resume_reg
->num_components = 1;
in duplicate_loop_bodies()
652
resume_reg
->bit_size = 1;
in duplicate_loop_bodies()
659
nir_store_reg(&b,
resume_reg
, nir_imm_true(&b), 1);
in duplicate_loop_bodies()
663
nir_store_reg(&b,
resume_reg
, nir_imm_false(&b), 1);
in duplicate_loop_bodies()
680
_if->condition = nir_src_for_reg(
resume_reg
);
in duplicate_loop_bodies()
693
if (
resume_reg
!
in duplicate_loop_bodies()
[all...]
Completed in 2 milliseconds