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:hlsl_opts
(Results
1 - 1
of
1
) sorted by relevance
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
main.cpp
1298
auto
hlsl_opts
= hlsl->get_hlsl_options();
in compile_iteration()
local
1307
hlsl_opts
.shader_model = args.shader_model;
in compile_iteration()
1313
hlsl_opts
.point_size_compat = true;
in compile_iteration()
1314
hlsl_opts
.point_coord_compat = true;
in compile_iteration()
1317
if (
hlsl_opts
.shader_model <= 30)
in compile_iteration()
1323
hlsl_opts
.support_nonzero_base_vertex_base_instance = args.hlsl_support_nonzero_base;
in compile_iteration()
1324
hlsl_opts
.force_storage_buffer_as_uav = args.hlsl_force_storage_buffer_as_uav;
in compile_iteration()
1325
hlsl_opts
.nonwritable_uav_texture_as_srv = args.hlsl_nonwritable_uav_texture_as_srv;
in compile_iteration()
1326
hlsl_opts
.enable_16bit_types = args.hlsl_enable_16bit_types;
in compile_iteration()
1327
hlsl_opts
in compile_iteration()
[all...]
Completed in 2 milliseconds