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:block_names
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_print_asm.cpp
346
std::vector<std::array<char, 16>>
block_names
;
in print_asm_llvm()
local
347
block_names
.reserve(program->blocks.size());
in print_asm_llvm()
353
block_names
.push_back(name);
in print_asm_llvm()
355
llvm::StringRef(
block_names
[
block_names
.size() - 1].data()), 0);
in print_asm_llvm()
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_hlsl.cpp
2121
block_names
.find(buffer_name) != end(
block_names
))
in emit_buffer_block()
2126
add_variable(
block_names
, resource_names, buffer_name);
in emit_buffer_block()
2143
block_names
.insert(buffer_name);
in emit_buffer_block()
H
A
D
spirv_glsl.hpp
533
std::unordered_set<std::string>
block_names
; // A union of all block_*_names.
member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
H
A
D
spirv_glsl.cpp
2177
// We cannot reuse this fallback name in neither global scope (blocked by
block_names
) nor block name scope.
2181
block_names
.insert(buffer_name);
2273
// We cannot reuse this fallback name in neither global scope (blocked by
block_names
) nor block name scope.
2277
block_names
.insert(buffer_name);
13569
add_variable(local_variable_names,
block_names
, ir.meta[id].decoration.alias);
13574
add_variable(resource_names,
block_names
, ir.meta[id].decoration.alias);
15559
block_names
.clear();
Completed in 42 milliseconds