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:sanitized_result
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H
A
D
generator.cc
36
auto
sanitized_result
= Sanitize(program, options.root_constant_binding_point,
in Generate()
local
39
if (!
sanitized_result
.program.IsValid()) {
in Generate()
41
result.error =
sanitized_result
.program.Diagnostics().str();
in Generate()
46
auto impl = std::make_unique<GeneratorImpl>(&
sanitized_result
.program);
in Generate()
52
for (auto* func :
sanitized_result
.program.AST().Functions()) {
in Generate()
54
auto name =
sanitized_result
.program.Symbols().NameFor(func->symbol);
in Generate()
60
std::move(
sanitized_result
.used_array_length_from_uniform_indices);
in Generate()
H
A
D
test_helper.h
81
auto
sanitized_result
= Sanitize(
local
85
ASSERT_TRUE(
sanitized_result
.program.IsValid())
86
<< formatter.format(
sanitized_result
.program.Diagnostics());
95
transform_manager.Run(&
sanitized_result
.program, transform_data);
/third_party/skia/third_party/externals/tint/src/writer/msl/
H
A
D
generator.cc
38
auto
sanitized_result
= Sanitize(
in Generate()
local
42
if (!
sanitized_result
.program.IsValid()) {
in Generate()
44
result.error =
sanitized_result
.program.Diagnostics().str();
in Generate()
48
sanitized_result
.needs_storage_buffer_sizes;
in Generate()
50
std::move(
sanitized_result
.used_array_length_from_uniform_indices);
in Generate()
53
auto impl = std::make_unique<GeneratorImpl>(&
sanitized_result
.program);
in Generate()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H
A
D
generator.cc
31
auto
sanitized_result
= Sanitize(program, options.emit_vertex_point_size,
in Generate()
local
33
if (!
sanitized_result
.program.IsValid()) {
in Generate()
35
result.error =
sanitized_result
.program.Diagnostics().str();
in Generate()
40
auto builder = std::make_unique<Builder>(&
sanitized_result
.program);
in Generate()
Completed in 2 milliseconds