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:already_emitted
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
compiler.h
292
BITSET_WORD *
already_emitted
;
member
H
A
D
midgard_compile.c
601
BITSET_SET(ctx->
already_emitted
, (*dest)->ssa.index);
in mir_accept_dest_mod()
734
if (dest->is_ssa && BITSET_TEST(ctx->
already_emitted
, dest->ssa.index))
in emit_alu()
3214
ctx->
already_emitted
= calloc(BITSET_WORDS(func->impl->ssa_alloc), sizeof(BITSET_WORD));
in midgard_compile_shader_nir()
3228
free(ctx->
already_emitted
);
in midgard_compile_shader_nir()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H
A
D
function.h
652
/// The `
already_emitted
` parameter indicates whether the code has already
656
/// @param
already_emitted
the block to emit
659
bool*
already_emitted
);
H
A
D
function.cc
3391
bool*
already_emitted
) {
in EmitStatementsInBasicBlock()
3392
if (*
already_emitted
) {
in EmitStatementsInBasicBlock()
3469
*
already_emitted
= true;
in EmitStatementsInBasicBlock()
3390
EmitStatementsInBasicBlock(const BlockInfo& block_info, bool*
already_emitted
)
EmitStatementsInBasicBlock()
argument
Completed in 17 milliseconds