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:vulkan_semantics
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_reflect.hpp
45
options.
vulkan_semantics
= true;
in CompilerReflection()
51
options.
vulkan_semantics
= true;
in CompilerReflection()
57
options.
vulkan_semantics
= true;
in CompilerReflection()
63
options.
vulkan_semantics
= true;
in CompilerReflection()
H
A
D
spirv_glsl.cpp
404
if (options.
vulkan_semantics
)
410
if (options.
vulkan_semantics
)
416
if (options.
vulkan_semantics
)
462
if (!options.
vulkan_semantics
)
502
if (options.
vulkan_semantics
)
527
if (!options.
vulkan_semantics
)
547
if (!options.
vulkan_semantics
)
553
if (!options.
vulkan_semantics
)
571
if (options.
vulkan_semantics
)
584
if (options.es || options.version < 460 || !options.
vulkan_semantics
)
[all...]
H
A
D
main.cpp
709
bool
vulkan_semantics
= false;
member
1162
combined_image_samplers = !args.
vulkan_semantics
;
in compile_iteration()
1163
if (!args.
vulkan_semantics
|| args.vulkan_glsl_disable_ext_samplerless_texture_functions)
in compile_iteration()
1278
opts.
vulkan_semantics
= args.
vulkan_semantics
;
in compile_iteration()
1507
cbs.add("--vulkan-semantics", [&args](CLIParser &) { args.
vulkan_semantics
= true; });
in main_inner()
1508
cbs.add("-V", [&args](CLIParser &) { args.
vulkan_semantics
= true; });
in main_inner()
H
A
D
spirv_cpp.cpp
163
if (!options.
vulkan_semantics
&& c.specialization)
in emit_resources()
H
A
D
spirv_glsl.hpp
89
bool
vulkan_semantics
= false;
member
H
A
D
spirv_cross_c.cpp
456
options->glsl.
vulkan_semantics
= value != 0;
in spvc_compiler_options_set_uint()
H
A
D
spirv_hlsl.cpp
5745
options.
vulkan_semantics
= true;
in compile()
H
A
D
spirv_msl.cpp
1328
options.
vulkan_semantics
= true;
in compile()
Completed in 33 milliseconds